Interface OnDiskTableDataServiceDescriptor
- All Superinterfaces:
TableDataServiceDescriptor
A TableDataServiceDescriptor for OnDiskTableDataService.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder interface for creating OnDiskTableDataServiceDescriptor instances. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines whether user tables should be allowed to refresh.builder()Creates a new builder for OnDiskTableDataServiceDescriptor instances.Gets the storage root path for on-disk data.
-
Method Details
-
storageRoot
Gets the storage root path for on-disk data.- Returns:
- the storage root path
-
allowRefreshingUserTables
@Parameter boolean allowRefreshingUserTables()Determines whether user tables should be allowed to refresh.- Returns:
- true if user tables should be allowed to refresh, false otherwise
-
builder
Creates a new builder for OnDiskTableDataServiceDescriptor instances.- Returns:
- a new Builder instance
-