public class FSTLongOffheapMap<V> extends FSTSerializedOffheapMap<Long,V>
FSTBinaryOffheapMap.KeyValIterbuffer, tmpValalloc, bytezOffset, CORE_HEADER_LEN, CUSTOM_FILEHEADER_LEN, customHeader, FILE_HEADER_LEN, freeList, GB, index, KEY_OFFSET_IN_HEADER, keyLen, mappedFile, MB, memory, numElem| Constructor and Description |
|---|
FSTLongOffheapMap(long sizeBytes,
int numberOfElems) |
FSTLongOffheapMap(long sizeBytes,
int numberOfElems,
FSTCoder coder) |
FSTLongOffheapMap(String mappedFile,
long sizeMemBytes,
int numberOfElems) |
FSTLongOffheapMap(String mappedFile,
long sizeMemBytes,
int numberOfElems,
FSTCoder coder) |
| Modifier and Type | Method and Description |
|---|---|
ByteSource |
encodeKey(Long key) |
decodeValue, encodeValue, getCoder, 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 FSTLongOffheapMap(long sizeBytes,
int numberOfElems,
FSTCoder coder)
public FSTLongOffheapMap(String mappedFile, long sizeMemBytes, int numberOfElems, FSTCoder coder) throws Exception
Exceptionpublic FSTLongOffheapMap(long sizeBytes,
int numberOfElems)
public ByteSource encodeKey(Long key)
encodeKey in class FSTCodedOffheapMap<Long,V>Copyright © 2015. All rights reserved.