Interface MultiDataStoreAware

All Known Implementing Classes:
AbstractSharedCachingDataStore, CachingDataStore, CachingFDS, CachingFileDataStore, DbDataStore, DerbyDataStore, FileDataStore, OakFileDataStore

public interface MultiDataStoreAware
To use a DataStore within a MultiDataStore it must implement this MultiDataStoreAware Interface. It extends a DataStore to delete a single DataRecord.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deletes a single DataRecord based on the given identifier.