Package io.trino.operator.index
Class IndexSplit
- java.lang.Object
-
- io.trino.operator.index.IndexSplit
-
- All Implemented Interfaces:
ConnectorSplit
public class IndexSplit extends Object implements ConnectorSplit
-
-
Constructor Summary
Constructors Constructor Description IndexSplit(RecordSet keyRecordSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HostAddress>getAddresses()ObjectgetInfo()RecordSetgetKeyRecordSet()booleanisRemotelyAccessible()
-
-
-
Constructor Detail
-
IndexSplit
public IndexSplit(RecordSet keyRecordSet)
-
-
Method Detail
-
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
-
getKeyRecordSet
public RecordSet getKeyRecordSet()
-
-