Package io.trino.plugin.accumulo.model
Class WrappedRange
- java.lang.Object
-
- io.trino.plugin.accumulo.model.WrappedRange
-
public class WrappedRange extends Object
-
-
Constructor Summary
Constructors Constructor Description WrappedRange(org.apache.accumulo.core.data.Range range)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WrappedRangefromBytes(byte[] bytes)org.apache.accumulo.core.data.RangegetRange()byte[]toBytes()
-
-
-
Method Detail
-
getRange
public org.apache.accumulo.core.data.Range getRange()
-
toBytes
public byte[] toBytes() throws IOException- Throws:
IOException
-
fromBytes
public static WrappedRange fromBytes(byte[] bytes) throws IOException
- Throws:
IOException
-
-