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.server |
The
com.gemstone.gemfire.cache.server package provides APIs used
for the server side of client/server caching. |
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Modifier and Type | Method and Description |
---|---|
void |
SystemMemberBridgeServer.setLoadProbe(ServerLoadProbe loadProbe)
Deprecated.
Set the load probe for this bridge server.
|
void |
SystemMemberCacheServer.setLoadProbe(ServerLoadProbe loadProbe)
Deprecated.
Set the load probe for this cache server.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerLoadProbeAdapter
Utility class that implements all methods in
ServerLoadProbe with
empty implementations for open and close. |
Modifier and Type | Field and Description |
---|---|
static ServerLoadProbe |
CacheServer.DEFAULT_LOAD_PROBE
The default load balancing probe.
|
Modifier and Type | Method and Description |
---|---|
ServerLoadProbe |
CacheServer.getLoadProbe()
Get the load probe for this cache server.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheServer.setLoadProbe(ServerLoadProbe loadProbe)
Set the load probe for this cache server.
|
Modifier and Type | Field and Description |
---|---|
static ServerLoadProbe |
BridgeServer.DEFAULT_LOAD_PROBE
Deprecated.
The default load balancing probe.
|
Modifier and Type | Method and Description |
---|---|
ServerLoadProbe |
BridgeServer.getLoadProbe()
Deprecated.
Get the load probe for this cache server.
|
Modifier and Type | Method and Description |
---|---|
void |
BridgeServer.setLoadProbe(ServerLoadProbe loadProbe)
Deprecated.
Set the load probe for this cache server.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.