Uses of Interface
org.nustaq.offheap.bytez.BasicBytez
| Package | Description |
|---|---|
| org.nustaq.offheap.bytez | |
| org.nustaq.offheap.bytez.malloc | |
| org.nustaq.offheap.bytez.niobuffers | |
| org.nustaq.offheap.bytez.onheap | |
| org.nustaq.serialization.coders |
-
Uses of BasicBytez in org.nustaq.offheap.bytez
Subinterfaces of BasicBytez in org.nustaq.offheap.bytez Modifier and Type Interface Description interfaceBytezabstraction of byte arrays similar to ByteBuffer without the need to create temp objects in order to get long,int,.. views additionally supports volatile read/write (for byte[] based backing buffers only !)Methods in org.nustaq.offheap.bytez that return BasicBytez Modifier and Type Method Description BasicBytezBasicBytez. newInstance(long size)Methods in org.nustaq.offheap.bytez with parameters of type BasicBytez Modifier and Type Method Description voidBasicBytez. copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes)voidByteSink. copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes) -
Uses of BasicBytez in org.nustaq.offheap.bytez.malloc
Classes in org.nustaq.offheap.bytez.malloc that implement BasicBytez 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 BasicBytez Modifier and Type Method Description BasicBytezMallocBytez. newInstance(long size)BasicBytezMemoryBytez. newInstance(long size)Methods in org.nustaq.offheap.bytez.malloc with parameters of type BasicBytez Modifier and Type Method Description voidMallocBytez. copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes)voidMemoryBytez. copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes) -
Uses of BasicBytez in org.nustaq.offheap.bytez.niobuffers
Classes in org.nustaq.offheap.bytez.niobuffers that implement BasicBytez Modifier and Type Class Description classByteBufferBasicBytezCreated by moelrue on 5/5/15.Methods in org.nustaq.offheap.bytez.niobuffers that return BasicBytez Modifier and Type Method Description BasicBytezByteBufferBasicBytez. newInstance(long size)Methods in org.nustaq.offheap.bytez.niobuffers with parameters of type BasicBytez Modifier and Type Method Description voidByteBufferBasicBytez. copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes) -
Uses of BasicBytez in org.nustaq.offheap.bytez.onheap
Classes in org.nustaq.offheap.bytez.onheap that implement BasicBytez Modifier and Type Class Description classHeapBytezbyte array abstraction based on heap byte arrays.Methods in org.nustaq.offheap.bytez.onheap that return BasicBytez Modifier and Type Method Description BasicBytezHeapBytez. newInstance(long size)Methods in org.nustaq.offheap.bytez.onheap with parameters of type BasicBytez Modifier and Type Method Description voidHeapBytez. copyTo(BasicBytez other, long otherByteIndex, long myByteIndex, long lenBytes) -
Uses of BasicBytez in org.nustaq.serialization.coders
Methods in org.nustaq.serialization.coders that return BasicBytez Modifier and Type Method Description BasicBytezFSTBytezDecoder. getInput()Methods in org.nustaq.serialization.coders with parameters of type BasicBytez Modifier and Type Method Description voidFSTBytezDecoder. setInput(BasicBytez input)Constructors in org.nustaq.serialization.coders with parameters of type BasicBytez Constructor Description FSTBytezDecoder(FSTConfiguration conf, BasicBytez input)FSTBytezEncoder(FSTConfiguration conf, BasicBytez base)