Class FSTLongOffheapMap<V>


public class FSTLongOffheapMap<V> extends FSTSerializedOffheapMap<Long,V>
Created by ruedi on 15.11.14. Same as FSTAsciiStringOffheapMap, but uses Long as key see FSTAsciiStringOffheapMap for doc.
  • Constructor Details

    • FSTLongOffheapMap

      public FSTLongOffheapMap(long sizeBytes, int numberOfElems, FSTCoder coder)
    • FSTLongOffheapMap

      public FSTLongOffheapMap(String mappedFile, long sizeMemBytes, int numberOfElems, FSTCoder coder) throws Exception
      Throws:
      Exception
    • FSTLongOffheapMap

      public FSTLongOffheapMap(long sizeBytes, int numberOfElems)
    • FSTLongOffheapMap

      public FSTLongOffheapMap(String mappedFile, long sizeMemBytes, int numberOfElems) throws Exception
      Throws:
      Exception
  • Method Details