Class LocalTableDataServiceDescriptor
java.lang.Object
com.illumon.iris.db.v2.locations.local.LocalTableDataServiceDescriptor
- All Implemented Interfaces:
TableDataServiceDescriptor
@Immutable
public abstract class LocalTableDataServiceDescriptor
extends Object
implements TableDataServiceDescriptor
A TableDataServiceDescriptor for LocalTableDataService.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder interface for constructing LocalTableDataServiceDescriptor instances. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder for constructing a LocalTableDataServiceDescriptor.
-
Constructor Details
-
LocalTableDataServiceDescriptor
public LocalTableDataServiceDescriptor()
-
-
Method Details
-
builder
Creates a new builder for constructing a LocalTableDataServiceDescriptor.- Returns:
- a new builder instance
-