Uses of Interface
org.nustaq.offheap.bytez.Bytez
| Package | Description |
|---|---|
| org.nustaq.offheap | |
| org.nustaq.offheap.bytez | |
| org.nustaq.offheap.bytez.bytesource | |
| org.nustaq.offheap.bytez.malloc | |
| org.nustaq.offheap.bytez.onheap |
-
Uses of Bytez in org.nustaq.offheap
Fields in org.nustaq.offheap declared as Bytez Modifier and Type Field Description protected BytezFSTBinaryOffheapMap. customHeaderprotected BytezFSTBinaryOffheapMap. memoryMethods in org.nustaq.offheap that return Bytez Modifier and Type Method Description BytezFSTBinaryOffheapMap. getCustomFileHeader() -
Uses of Bytez in org.nustaq.offheap.bytez
Methods in org.nustaq.offheap.bytez that return Bytez Modifier and Type Method Description BytezBytezAllocator. alloc(long len)BytezBytez. slice(long off, int len)Methods in org.nustaq.offheap.bytez with parameters of type Bytez Modifier and Type Method Description voidBytezAllocator. free(Bytez bytes) -
Uses of Bytez in org.nustaq.offheap.bytez.bytesource
Methods in org.nustaq.offheap.bytez.bytesource that return Bytez Modifier and Type Method Description BytezBytezByteSource. getBytes()Methods in org.nustaq.offheap.bytez.bytesource with parameters of type Bytez Modifier and Type Method Description voidBytezByteSource. setBytes(Bytez bytes)Constructors in org.nustaq.offheap.bytez.bytesource with parameters of type Bytez Constructor Description BytezByteSource(Bytez bytes, long off, int len) -
Uses of Bytez in org.nustaq.offheap.bytez.malloc
Classes in org.nustaq.offheap.bytez.malloc that implement Bytez Modifier and Type Class Description classMallocBytezDate: 17.11.13 Time: 00:01 implementation of Bytez interface using unsafe on raw allocated memoryclassMemoryBytezDate: 17.11.13 Time: 00:01 implementation of Bytez interface using unsafe on raw allocated memoryclassMMFBytezBytez allocated inside a memory mapped file.Methods in org.nustaq.offheap.bytez.malloc that return Bytez Modifier and Type Method Description BytezMallocBytezAllocator. alloc(long len)Methods in org.nustaq.offheap.bytez.malloc with parameters of type Bytez Modifier and Type Method Description voidMallocBytezAllocator. free(Bytez bytes) -
Uses of Bytez in org.nustaq.offheap.bytez.onheap
Classes in org.nustaq.offheap.bytez.onheap that implement Bytez Modifier and Type Class Description classHeapBytezbyte array abstraction based on heap byte arrays.Methods in org.nustaq.offheap.bytez.onheap that return Bytez Modifier and Type Method Description BytezHeapBytezAllocator. alloc(long len)Methods in org.nustaq.offheap.bytez.onheap with parameters of type Bytez Modifier and Type Method Description voidHeapBytezAllocator. free(Bytez bytes)