Package | Description |
---|---|
com.spotify.sparkey |
Modifier and Type | Method and Description |
---|---|
HashType |
IndexHeader.getHashType() |
static HashType |
HashType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashType[] |
HashType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Sparkey.writeHash(File file,
HashType hashType)
Write (or rewrite) the index file for a given sparkey file.
|
void |
SparkeyWriter.writeHash(HashType hashType)
Create or rewrite the index,
which is required for random lookups to be visible.
|
Copyright © 2013. All rights reserved.