| Modifier and Type | Method and Description |
|---|---|
abstract ByteSource |
FSTCodedOffheapMap.encodeKey(K key) |
ByteSource |
FSTLongOffheapMap.encodeKey(Long key) |
ByteSource |
FSTAsciiStringOffheapMap.encodeKey(String key) |
abstract ByteSource |
FSTCodedOffheapMap.encodeValue(V value) |
ByteSource |
FSTSerializedOffheapMap.encodeValue(V value) |
ByteSource |
FSTBinaryOffheapMap.KeyValIter.getValueBytes() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ByteSource> |
FSTBinaryOffheapMap.binaryValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryQueue.add(ByteSource source)
add bytes to the queue.
|
void |
BinaryQueue.add(ByteSource source,
long sourceoff,
long sourcelen)
add bytes to the queue.
|
protected long |
FSTBinaryOffheapMap.addEntry(ByteSource key,
ByteSource value) |
long |
OffHeapByteTree.get(ByteSource key) |
BytezByteSource |
FSTBinaryOffheapMap.getBinary(ByteSource key)
get an entry.
|
String |
FSTBinaryOffheapMap.printBinaryKey(ByteSource key) |
long |
OffHeapByteTree.put(ByteSource key,
long value) |
void |
FSTBinaryOffheapMap.putBinary(ByteSource key,
ByteSource value) |
void |
OffHeapByteTree.remove(ByteSource key) |
void |
FSTBinaryOffheapMap.removeBinary(ByteSource key)
remove the key from the binary map
|
protected void |
FSTBinaryOffheapMap.setEntry(long off,
int entryLen,
ByteSource value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicBytez
Created by ruedi on 08.11.2014.
|
interface |
Bytez
abstraction of byte arrays similar to ByteBuffer without the need to create temp objects in order to get long,int,..
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsciiStringByteSource
Created by ruedi on 27.06.14.
|
class |
ByteArrayByteSource
Created by ruedi on 27.06.14.
|
class |
BytezByteSource
Created by ruedi on 27.06.14.
|
class |
CutAsciiStringByteSource
returns 0 instead of throwing index exception
|
class |
LeftCutStringByteSource
implement bytesource on top a string, the string is right aligned inside the byte source
|
| Modifier and Type | Class and Description |
|---|---|
class |
MallocBytez
Date: 17.11.13
Time: 00:01
implementation of Bytez interface using unsafe on raw allocated memory
|
class |
MMFBytez
Bytez allocated inside a memory mapped file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBufferBasicBytez
Created by moelrue on 5/5/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeapBytez
byte array abstraction based on heap byte arrays.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FSTStruct.setBytes(ByteSource source,
long sourceIndex,
int len) |
Copyright © 2015. All rights reserved.