Interface DistributedStoreManager

All Superinterfaces:
Closeable, StoreManager

public interface DistributedStoreManager extends StoreManager
A specialized Store Manager that encapsulates multiple concrete Store Managers using Distributed Template (or Composite) Design Pattern.
Author:
Pinaki Poddar
  • Method Details

    • addSlice

      SliceStoreManager addSlice(Slice slice)
      Adds the given slice with the given properties. This newly added slice will participate in the current and subsequent transaction.
      Parameters:
      name - logical name of the to be added slice. Must be different from any currently available slices.
      Returns:
      the store manager for the newly added slice.
      See Also: