public class FSTAsciiStringOffheapMap<V> extends FSTSerializedOffheapMap<String,V>
FSTBinaryOffheapMap.KeyValIteralloc, bytezOffset, CORE_HEADER_LEN, CUSTOM_FILEHEADER_LEN, customHeader, FILE_HEADER_LEN, freeList, GB, index, KEY_OFFSET_IN_HEADER, keyLen, MB, memory, numElem| Constructor and Description |
|---|
FSTAsciiStringOffheapMap(int keyLen,
long sizeMemBytes,
int numberOfEleems,
FSTConfiguration conf) |
FSTAsciiStringOffheapMap(String mappedFile,
int keyLen,
long sizeMemBytes,
int numberOfElems,
FSTConfiguration conf) |
| Modifier and Type | Method and Description |
|---|---|
ByteSource |
encodeKey(String key) |
decodeValue, encodeValue, getEntryLengthForContentLengthget, put, remove, valuesaddEntry, addToFreeList, binaryKeys, binaryValues, decElems, dumpIndexStats, finalize, free, getBinary, getCapacityMB, getContentLenFromHeader, getCustomFileHeader, getFreeMem, getHeaderLen, getLenFromHeader, getSize, getUsedMem, incElems, init, initFromFile, printBinaryKey, putBinary, removeBinary, removeEntry, setEntry, writeEntryHeaderpublic FSTAsciiStringOffheapMap(int keyLen,
long sizeMemBytes,
int numberOfEleems,
FSTConfiguration conf)
public FSTAsciiStringOffheapMap(String mappedFile, int keyLen, long sizeMemBytes, int numberOfElems, FSTConfiguration conf) throws Exception
Exceptionpublic ByteSource encodeKey(String key)
encodeKey in class FSTCodedOffheapMap<String,V>Copyright © 2014. All rights reserved.