Class MapperProperties

java.lang.Object
org.rostore.mapper.MapperProperties

public class MapperProperties extends Object
Class defines the properties of the BinaryMapper that specify the length of the fields depending on the storage internal properties.
  • Constructor Details

    • MapperProperties

      public MapperProperties()
  • Method Details

    • getBytesPerBlockIndex

      public int getBytesPerBlockIndex()
    • setBytesPerBlockIndex

      public void setBytesPerBlockIndex(int bytesPerBlockIndex)
    • getBytesPerBlockOffset

      public int getBytesPerBlockOffset()
    • setBytesPerBlockOffset

      public void setBytesPerBlockOffset(int bytesPerBlockOffset)