Package io.trino.plugin.accumulo.model
Class AccumuloSplit
- java.lang.Object
-
- io.trino.plugin.accumulo.model.AccumuloSplit
-
- All Implemented Interfaces:
ConnectorSplit
public class AccumuloSplit extends Object implements ConnectorSplit
-
-
Constructor Summary
Constructors Constructor Description AccumuloSplit(List<WrappedRange> ranges, Optional<String> hostPort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HostAddress>getAddresses()Optional<String>getHostPort()ObjectgetInfo()List<org.apache.accumulo.core.data.Range>getRanges()List<WrappedRange>getWrappedRanges()booleanisRemotelyAccessible()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.trino.spi.connector.ConnectorSplit
getSplitWeight
-
-
-
-
Constructor Detail
-
AccumuloSplit
public AccumuloSplit(List<WrappedRange> ranges, Optional<String> hostPort)
-
-
Method Detail
-
getWrappedRanges
public List<WrappedRange> getWrappedRanges()
-
getRanges
public List<org.apache.accumulo.core.data.Range> getRanges()
-
isRemotelyAccessible
public boolean isRemotelyAccessible()
- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
public List<HostAddress> getAddresses()
- Specified by:
getAddressesin interfaceConnectorSplit
-
getInfo
public Object getInfo()
- Specified by:
getInfoin interfaceConnectorSplit
-
-