Package | Description |
---|---|
com.gemstone.gemfire.cache.control |
Controls the resources used by the local GemFire
Cache . |
com.gemstone.gemfire.cache.partition |
Provides classes which operate on partitioned regions.
|
Modifier and Type | Method and Description |
---|---|
RebalanceResults |
RebalanceOperation.getResults()
Wait for this operation to complete and return the results.
|
RebalanceResults |
RebalanceOperation.getResults(long timeout,
TimeUnit unit)
Wait for this operation to complete and return the results.
|
Modifier and Type | Method and Description |
---|---|
static RebalanceResults |
PartitionRegionHelper.moveData(Region<?,?> region,
DistributedMember source,
DistributedMember destination,
float percentage)
Moves data from the source member to the destination member, up to the
given percentage of data (measured in bytes).
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.