Class InformationSchemaSplit
- java.lang.Object
-
- io.trino.connector.informationschema.InformationSchemaSplit
-
- All Implemented Interfaces:
ConnectorSplit
public class InformationSchemaSplit extends Object implements ConnectorSplit
-
-
Constructor Summary
Constructors Constructor Description InformationSchemaSplit(List<HostAddress> addresses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HostAddress>getAddresses()ObjectgetInfo()booleanisRemotelyAccessible()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.spi.connector.ConnectorSplit
getSplitWeight
-
-
-
-
Constructor Detail
-
InformationSchemaSplit
public InformationSchemaSplit(List<HostAddress> addresses)
-
-
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
-
-