Uses of Class
io.trino.plugin.accumulo.model.WrappedRange
-
Packages that use WrappedRange Package Description io.trino.plugin.accumulo.model -
-
Uses of WrappedRange in io.trino.plugin.accumulo.model
Methods in io.trino.plugin.accumulo.model that return WrappedRange Modifier and Type Method Description static WrappedRangeWrappedRange. fromBytes(byte[] bytes)Methods in io.trino.plugin.accumulo.model that return types with arguments of type WrappedRange Modifier and Type Method Description List<WrappedRange>AccumuloSplit. getWrappedRanges()Constructor parameters in io.trino.plugin.accumulo.model with type arguments of type WrappedRange Constructor Description AccumuloSplit(List<WrappedRange> ranges, Optional<String> hostPort)
-