Interface TableSpace

All Known Implementing Classes:
ClusteredTableSpaceClient, DynTableSpaceActor, DynTableSpaceSharding, TableSpaceActor, TableSpaceSharding

public interface TableSpace
Created by ruedi on 08.08.2015.
  • Field Details

    • USE_BASE_DIR

      static final String USE_BASE_DIR
      ndicates to use a default (or self determine) in case this is set as a base dir
      See Also:
  • Method Details

    • createOrLoadTable

      org.nustaq.kontraktor.IPromise<RealLiveTable> createOrLoadTable(TableDescription desc)
    • dropTable

      org.nustaq.kontraktor.IPromise dropTable(String name)
    • getTableDescriptions

      org.nustaq.kontraktor.IPromise<List<TableDescription>> getTableDescriptions()
    • getTables

      org.nustaq.kontraktor.IPromise<List<RealLiveTable>> getTables()
    • getTableAsync

      org.nustaq.kontraktor.IPromise<RealLiveTable> getTableAsync(String name)
    • shutDown

      org.nustaq.kontraktor.IPromise shutDown()
    • stateListener

      void stateListener(org.nustaq.kontraktor.Callback<StateMessage> stateListener)