Package org.rostore.mapper
Class MapperProperties
java.lang.Object
org.rostore.mapper.MapperProperties
Class defines the properties of the
BinaryMapper
that specify the length of the fields depending on the storage internal properties.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setBytesPerBlockIndex
(int bytesPerBlockIndex) void
setBytesPerBlockOffset
(int bytesPerBlockOffset)
-
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)
-