Package | Description |
---|---|
com.gemstone.gemfire.admin |
Provides an API for administering various GemFire components such
as a GemFire distributed
system, and processes that host GemFire Caches.
|
com.gemstone.gemfire.cache.persistence |
Modifier and Type | Method and Description |
---|---|
Map<DistributedMember,Set<PersistentID>> |
AdminDistributedSystem.compactAllDiskStores()
Deprecated.
Compact the persistent files for all of the members of the distributed
system that the admin member connected to.
|
Map<DistributedMember,Set<PersistentID>> |
BackupStatus.getBackedUpDiskStores()
Deprecated.
Returns a map of disk stores that were successfully backed up.
|
Set<PersistentID> |
AdminDistributedSystem.getMissingPersistentMembers()
Deprecated.
Retrieve the set of persistent files that the existing members are waiting
for.
|
Set<PersistentID> |
BackupStatus.getOfflineDiskStores()
Deprecated.
Returns the set of disk stores that were known to be offline at the
time of the backup.
|
Modifier and Type | Method and Description |
---|---|
Set<PersistentID> |
PartitionOfflineException.getOfflineMembers()
Retrieve the set of disk directories which are known to hold data for the missing
buckets, but are not online.
|
Constructor and Description |
---|
PartitionOfflineException(Set<PersistentID> offlineMembers) |
PartitionOfflineException(Set<PersistentID> offlineMembers,
String message) |
PartitionOfflineException(Set<PersistentID> offlineMembers,
String message,
Throwable cause) |
PartitionOfflineException(Set<PersistentID> offlineMembers,
Throwable cause) |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.