Interface EnterpriseTableDataService

All Superinterfaces:
TableDataService
All Known Implementing Classes:
OnDiskTableDataService, RemoteTableDataService

public interface EnterpriseTableDataService extends TableDataService
An interface to add methods needed by Enterprise TableDataService variants.
  • Method Details

    • getDescriptor

      @NotNull @NotNull TableDataServiceDescriptor getDescriptor()
      Return an immutable descriptor object that identifies this TableDataService instance and does not hold resources.
      Returns:
      the TableDataServiceDescriptor for this TableDataService