Package io.trino.split
Class EmptySplit
- java.lang.Object
-
- io.trino.split.EmptySplit
-
- All Implemented Interfaces:
ConnectorSplit
public class EmptySplit extends Object implements ConnectorSplit
-
-
Constructor Summary
Constructors Constructor Description EmptySplit(CatalogName catalogName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HostAddress>getAddresses()CatalogNamegetCatalogName()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
-
EmptySplit
public EmptySplit(CatalogName catalogName)
-
-
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
-
getCatalogName
public CatalogName getCatalogName()
-
-