Interface OnDiskTableDataServiceDescriptor

All Superinterfaces:
TableDataServiceDescriptor

@Immutable public interface OnDiskTableDataServiceDescriptor extends TableDataServiceDescriptor
A TableDataServiceDescriptor for OnDiskTableDataService.
  • Method Details

    • storageRoot

      @Parameter Path 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