Interface DistributedCacheService

All Superinterfaces:
CacheService, ClassLoaderAware, Controllable, PartitionedService, Service, Service
All Known Subinterfaces:
PagedTopicService

public interface DistributedCacheService extends CacheService, PartitionedService
A DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.
Since:
Coherence 2.3
Author:
cp 2003.10.01
  • Method Details

    • isLocalStorageEnabled

      boolean isLocalStorageEnabled()
      Determine if local storage is enabled on this member.
      Returns:
      true if local storage is enabled on this member; false otherwise
    • getStorageEnabledMembers

      Set getStorageEnabledMembers()
      Deprecated.
      As of Coherence 3.6, replaced by PartitionedService.getOwnershipEnabledMembers().
      Return a Set of Member objects, one for each Member that has registered this Service and has local storage enabled.
      Returns:
      a set of Member objects that provide local storage for this distributed cache service
      See Also: