Package io.trino.plugin.accumulo.model
Class SerializedRange
java.lang.Object
io.trino.plugin.accumulo.model.SerializedRange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.accumulo.core.data.Rangebyte[]getBytes()longstatic SerializedRangeserialize(org.apache.accumulo.core.data.Range range)
-
Constructor Details
-
SerializedRange
public SerializedRange(byte[] bytes)
-
-
Method Details
-
serialize
-
getBytes
public byte[] getBytes() -
deserialize
public org.apache.accumulo.core.data.Range deserialize() -
getRetainedSizeInBytes
public long getRetainedSizeInBytes()
-