Uses of Interface
org.nustaq.offheap.bytez.ByteSource
Packages that use ByteSource
Package
Description
-
Uses of ByteSource in org.nustaq.offheap
Methods in org.nustaq.offheap that return ByteSourceModifier and TypeMethodDescriptionabstract ByteSourceabstract ByteSourceFSTCodedOffheapMap.encodeValue(V value) FSTSerializedOffheapMap.encodeValue(V value) FSTBinaryOffheapMap.KeyValIter.getValueBytes()Methods in org.nustaq.offheap that return types with arguments of type ByteSourceMethods in org.nustaq.offheap with parameters of type ByteSourceModifier and TypeMethodDescriptionvoidBinaryQueue.add(ByteSource source) add bytes to the queue.voidBinaryQueue.add(ByteSource source, long sourceoff, long sourcelen) add bytes to the queue.protected longFSTBinaryOffheapMap.addEntry(ByteSource key, ByteSource value) longOffHeapByteTree.get(ByteSource byteKey) FSTBinaryOffheapMap.getBinary(ByteSource key) get an entry. the returned ByteSource must be processed immediately as it will be reused internally on next get Warning: Concurrent Modification (e.g. add remove elements during iteration) is NOT SUPPORTED and NOT CHECKED.protected HeapBytezOffHeapByteTree.getTmpHeapBytez(ByteSource byteKey, byte[] base) FSTBinaryOffheapMap.printBinaryKey(ByteSource key) voidOffHeapByteTree.put(ByteSource byteKey, long off) voidFSTBinaryOffheapMap.putBinary(ByteSource key, ByteSource value) voidOffHeapByteTree.remove(ByteSource byteKey) voidFSTBinaryOffheapMap.removeBinary(ByteSource key) remove the key from the binary mapprotected voidFSTBinaryOffheapMap.setEntry(long off, int entryLen, ByteSource value) -
Uses of ByteSource in org.nustaq.offheap.bytez
Subinterfaces of ByteSource in org.nustaq.offheap.bytezModifier and TypeInterfaceDescriptioninterfaceCreated by ruedi on 08.11.2014.interfaceabstraction 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 !) -
Uses of ByteSource in org.nustaq.offheap.bytez.bytesource
Classes in org.nustaq.offheap.bytez.bytesource that implement ByteSourceModifier and TypeClassDescriptionclassCreated by ruedi on 27.06.14.classCreated by ruedi on 27.06.14.classCreated by ruedi on 27.06.14.classreturns 0 instead of throwing index exceptionclassimplement bytesource on top a string, the string is right aligned inside the byte sourceclassCreated by ruedi on 05/08/15. -
Uses of ByteSource in org.nustaq.offheap.bytez.malloc
Classes in org.nustaq.offheap.bytez.malloc that implement ByteSourceModifier and TypeClassDescriptionclassDate: 17.11.13 Time: 00:01 implementation of Bytez interface using unsafe on raw allocated memoryclassDate: 17.11.13 Time: 00:01 implementation of Bytez interface using unsafe on raw allocated memoryclassBytez allocated inside a memory mapped file. -
Uses of ByteSource in org.nustaq.offheap.bytez.niobuffers
Classes in org.nustaq.offheap.bytez.niobuffers that implement ByteSource -
Uses of ByteSource in org.nustaq.offheap.bytez.onheap
Classes in org.nustaq.offheap.bytez.onheap that implement ByteSourceModifier and TypeClassDescriptionclassbyte array abstraction based on heap byte arrays.