Package com.illumon.iris.db.util.config
Class RemoteInputTableDescriptor
java.lang.Object
com.illumon.iris.db.util.config.RemoteInputTableDescriptor
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RemoteInputTableDescriptor.ToServer
public abstract class RemoteInputTableDescriptor extends Object implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RemoteInputTableDescriptor.GetQuery
static class
RemoteInputTableDescriptor.InputTableFromServer
static class
RemoteInputTableDescriptor.MutableInputTableReference
static class
RemoteInputTableDescriptor.ToServer
-
Constructor Summary
Constructors Modifier Constructor Description protected
RemoteInputTableDescriptor(TableInputHandler tableInputHandler, String namespace, String tableName)
-
Method Summary
Modifier and Type Method Description String
getNamespace()
TableInputHandler
getTableInputHandler()
String
getTableName()
-
Constructor Details
-
RemoteInputTableDescriptor
protected RemoteInputTableDescriptor(TableInputHandler tableInputHandler, String namespace, String tableName)
-
-
Method Details