Uses of Interface
org.nustaq.serialization.simpleapi.FSTCoder
Packages that use FSTCoder
-
Uses of FSTCoder in org.nustaq.offheap
Fields in org.nustaq.offheap declared as FSTCoderMethods in org.nustaq.offheap that return FSTCoderConstructors in org.nustaq.offheap with parameters of type FSTCoderModifierConstructorDescriptionFSTAsciiStringOffheapMap(int keyLen, long sizeMemBytes, int numberOfEleems, FSTCoder coder) see other mem constructor, additional allows to insert a coder.FSTAsciiStringOffheapMap(String mappedFile, int keyLen, long sizeMemBytes, int numberOfElems, FSTCoder coder) see other mem mapped file constructor + additional allows to insert a coder.FSTLongOffheapMap(long sizeBytes, int numberOfElems, FSTCoder coder) FSTLongOffheapMap(String mappedFile, long sizeMemBytes, int numberOfElems, FSTCoder coder) FSTSerializedOffheapMap(int keyLen, long sizeBytes, int numberOfElems, FSTCoder coder) FSTSerializedOffheapMap(String mappedFile, int keyLen, long sizeMemBytes, int numberOfElems, FSTCoder coder) FSTUTFStringOffheapMap(int keyLen, long sizeMemBytes, int numberOfEleems, FSTCoder coder) see other mem constructor, additional allows to insert a coder.FSTUTFStringOffheapMap(String mappedFile, int keyLen, long sizeMemBytes, int numberOfElems, FSTCoder coder) see other mem mapped file constructor + additional allows to insert a coder. -
Uses of FSTCoder in org.nustaq.serialization.simpleapi
Classes in org.nustaq.serialization.simpleapi that implement FSTCoderModifier and TypeClassDescriptionclassCreated by ruedi on 09.11.14.classCreated by ruedi on 09.11.14.classCreated by ruedi on 13.11.14.