Interface ManagedDataStore

All Superinterfaces:
DataStore, HealthReporter
All Known Implementing Classes:
FileSystemDataStore, HttpDataStore, InMemoryDataStore, S3DataStore

public interface ManagedDataStore extends HealthReporter, DataStore
A DataStore with management methods for use within an application.
  • Method Details

    • getMetrics

      Returns:
      metrics for the data store
    • shutdown

      void shutdown()
      Perform necessary shut down operations.