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.admin.jmx |
Provides administrative access to a GemFire distributed system via
the Java Management Extensions (JMX).
|
Modifier and Type | Class and Description |
---|---|
class |
CacheDoesNotExistException
Deprecated.
as of 7.0 use the
com.gemstone.gemfire.management package instead |
class |
UnmodifiableConfigurationException
Deprecated.
as of 7.0 use the
com.gemstone.gemfire.management package instead |
Modifier and Type | Method and Description |
---|---|
SystemMemberBridgeServer |
SystemMemberCache.addBridgeServer()
Deprecated.
as of 5.7 use
SystemMemberCache.addCacheServer() instead. |
SystemMemberCacheServer |
SystemMemberCache.addCacheServer()
Deprecated.
Adds a new, unstarted cache server that will serve the contents
of this cache to clients.
|
CacheServer |
AdminDistributedSystem.addCacheServer()
Deprecated.
as of 5.7 use
AdminDistributedSystem.addCacheVm() instead. |
CacheVm |
AdminDistributedSystem.addCacheVm()
Deprecated.
|
BackupStatus |
AdminDistributedSystem.backupAllMembers(File targetDir)
Deprecated.
Backup the persistent files for all of the members of the distributed
system that the admin member is connected to.
|
BackupStatus |
AdminDistributedSystem.backupAllMembers(File targetDir,
File baselineDir)
Deprecated.
Incrementally backup the persistent files for all of the members of the distributed
system that the admin member is connected to.
|
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.
|
SystemMemberRegion |
SystemMemberCache.createRegion(String name,
RegionAttributes attrs)
Deprecated.
Creates a root
Region in this cache. |
SystemMemberRegion |
SystemMemberRegion.createSubregion(String name,
RegionAttributes attrs)
Deprecated.
Creates a subregion of this region.
|
SystemMemberRegion |
SystemMemberCache.createVMRegion(String name,
RegionAttributes attrs)
Deprecated.
as of GemFire 5.0, use
SystemMemberCache.createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes) instead |
static DistributedSystemConfig |
AdminDistributedSystemFactory.defineDistributedSystem(DistributedSystem system,
String remoteCommand)
Deprecated.
Defines a distributed system configuration for administering the
distributed system to which this VM is currently connected.
|
SystemMemberBridgeServer[] |
SystemMemberCache.getBridgeServers()
Deprecated.
as of 5.7 use
SystemMemberCache.getCacheServers() instead. |
SystemMemberCache |
SystemMember.getCache()
Deprecated.
Returns an object that provides admin access to this member's cache.
|
SystemMemberCacheServer[] |
SystemMemberCache.getCacheServers()
Deprecated.
Returns the cache servers that run in this member's VM.
|
CacheServer[] |
AdminDistributedSystem.getCacheServers()
Deprecated.
as of 5.7 use
AdminDistributedSystem.getCacheVms() instead. |
CacheServer[] |
AdminDistributedSystem.getCacheServers(String durableClientId)
Deprecated.
Returns all the cache server members of the distributed system which are
hosting a client queue for the particular durable-client having the given
durableClientId
|
CacheVm[] |
AdminDistributedSystem.getCacheVms()
Deprecated.
Returns all of the dedicated cache server vm members of the
distributed system.
|
String |
ManagedEntity.getLog()
Deprecated.
Returns the tail of this manage entity's log file.
|
Set<PersistentID> |
AdminDistributedSystem.getMissingPersistentMembers()
Deprecated.
Retrieve the set of persistent files that the existing members are waiting
for.
|
SystemMemberRegion |
SystemMemberCache.getRegion(String path)
Deprecated.
Return the existing region (or subregion) with the specified
path that already exists in the cache.
|
StatisticResource[] |
SystemMember.getStat(String statisticsTypeName)
Deprecated.
Retrieves this members statistic resources.
|
StatisticResource[] |
SystemMember.getStats()
Deprecated.
Retrieves this members statistic resources.
|
SystemMember[] |
AdminDistributedSystem.getSystemMemberApplications()
Deprecated.
Retrieves SystemMember instances for every
application that is running and currently connection to this
system.
|
boolean |
SystemMember.hasCache()
Deprecated.
Returns whether or not this system member hosts a GemFire
Cache . |
boolean |
SystemMemberCache.isServer()
Deprecated.
Returns whether or not this cache acts as a server.
|
SystemMember |
AdminDistributedSystem.lookupSystemMember(DistributedMember distributedMember)
Deprecated.
Returns the administrative SystemMember specified by the
DistributedMember . |
void |
StatisticResource.refresh()
Deprecated.
Refreshes the values of every
Statistic in this resource by
retrieving them from the member's VM. |
void |
SystemMember.refreshConfig()
Deprecated.
Refreshes this member's configuration from the member or it's properties
|
void |
AdminDistributedSystem.revokePersistentMember(InetAddress host,
String directory)
Deprecated.
|
void |
AdminDistributedSystem.revokePersistentMember(UUID diskStoreID)
Deprecated.
Indicate to the distributed system that persistent files have been lost.
|
void |
SystemMemberBridgeServer.setBindAddress(String address)
Deprecated.
Sets the ip address or host name that this server is to listen on for
client connections.
|
void |
SystemMemberCacheServer.setBindAddress(String address)
Deprecated.
Sets the ip address or host name that this server is to listen on for
client connections.
|
ConfigurationParameter[] |
SystemMember.setConfiguration(ConfigurationParameter[] parms)
Deprecated.
Sets the configuration of this member.
|
void |
SystemMemberBridgeServer.setGroups(String[] groups)
Deprecated.
Sets the list of server groups this bridge server will belong to.
|
void |
SystemMemberCacheServer.setGroups(String[] groups)
Deprecated.
Sets the list of server groups this cache server will belong to.
|
void |
SystemMemberBridgeServer.setHostnameForClients(String name)
Deprecated.
Sets the ip address or host name that this server is to listen on for
client connections.
|
void |
SystemMemberCacheServer.setHostnameForClients(String name)
Deprecated.
Sets the ip address or host name that this server is to listen on for
client connections.
|
void |
SystemMemberBridgeServer.setLoadPollInterval(long loadPollInterval)
Deprecated.
Set the frequency in milliseconds to poll the load probe on this bridge
server
|
void |
SystemMemberCacheServer.setLoadPollInterval(long loadPollInterval)
Deprecated.
Set the frequency in milliseconds to poll the load probe on this cache
server
|
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.
|
void |
SystemMemberCache.setLockLease(int seconds)
Deprecated.
Sets the length, in seconds, of distributed lock leases obtained
by this cache.
|
void |
SystemMemberCache.setLockTimeout(int seconds)
Deprecated.
Sets the number of seconds a cache operation may wait to obtain a
distributed lock lease before timing out.
|
void |
SystemMemberBridgeServer.setMaxConnections(int maxCons)
Deprecated.
Sets the maxium number of client connections allowed.
|
void |
SystemMemberCacheServer.setMaxConnections(int maxCons)
Deprecated.
Sets the maxium number of client connections allowed.
|
void |
SystemMemberBridgeServer.setMaximumMessageCount(int maxMessageCount)
Deprecated.
Sets maximum number of messages that can be enqueued in a client-queue.
|
void |
SystemMemberCacheServer.setMaximumMessageCount(int maxMessageCount)
Deprecated.
Sets maximum number of messages that can be enqueued in a client-queue.
|
void |
SystemMemberBridgeServer.setMaximumTimeBetweenPings(int maximumTimeBetweenPings)
Deprecated.
Sets the maximum amount of time between client pings.
|
void |
SystemMemberCacheServer.setMaximumTimeBetweenPings(int maximumTimeBetweenPings)
Deprecated.
Sets the maximum amount of time between client pings.
|
void |
SystemMemberBridgeServer.setMaxThreads(int maxThreads)
Deprecated.
Sets the maxium number of threads allowed in this server to service
client requests.
|
void |
SystemMemberCacheServer.setMaxThreads(int maxThreads)
Deprecated.
Sets the maxium number of threads allowed in this server to service
client requests.
|
void |
SystemMemberBridgeServer.setMessageTimeToLive(int messageTimeToLive)
Deprecated.
Sets the time (in seconds ) after which a message in the client queue
will expire.
|
void |
SystemMemberCacheServer.setMessageTimeToLive(int messageTimeToLive)
Deprecated.
Sets the time (in seconds ) after which a message in the client queue
will expire.
|
void |
SystemMemberBridgeServer.setNotifyBySubscription(boolean b)
Deprecated.
Sets whether or not this bridge server should notify clients based on
key subscription.
|
void |
SystemMemberCacheServer.setNotifyBySubscription(boolean b)
Deprecated.
Sets whether or not this cache server should notify clients based on
key subscription.
|
void |
SystemMemberBridgeServer.setPort(int port)
Deprecated.
Sets the port on which this bridge server listens for bridge
clients to connect.
|
void |
SystemMemberCacheServer.setPort(int port)
Deprecated.
Sets the port on which this cache server listens for
clients to connect.
|
void |
SystemMemberCache.setSearchTimeout(int seconds)
Deprecated.
Sets the number of seconds a cache get operation can spend searching
for a value.
|
void |
SystemMemberBridgeServer.setSocketBufferSize(int socketBufferSize)
Deprecated.
Sets the buffer size in bytes of the socket connection for this
BridgeServer . |
void |
SystemMemberCacheServer.setSocketBufferSize(int socketBufferSize)
Deprecated.
Sets the buffer size in bytes of the socket connection for this
CacheServer . |
Set<DistributedMember> |
AdminDistributedSystem.shutDownAllMembers()
Deprecated.
Shuts down all the members of the distributed system with a cache that the admin
member is connected to, excluding the stand-alone locators.
|
Set<DistributedMember> |
AdminDistributedSystem.shutDownAllMembers(long timeout)
Deprecated.
Shuts down all the members of the distributed system with a cache that the
admin member is connected to, excluding the stand-alone locators.
|
void |
SystemMemberBridgeServer.start()
Deprecated.
Starts this bridge server.
|
void |
ManagedEntity.start()
Deprecated.
Starts this managed entity.
|
void |
SystemMemberCacheServer.start()
Deprecated.
Starts this cache server.
|
void |
AdminDistributedSystem.start()
Deprecated.
Starts all managed entities that are not currently running.
|
void |
SystemMemberBridgeServer.stop()
Deprecated.
Stops this bridge server.
|
void |
ManagedEntity.stop()
Deprecated.
Stops this managed entity.
|
void |
SystemMemberCacheServer.stop()
Deprecated.
Stops this cache server.
|
void |
AdminDistributedSystem.stop()
Deprecated.
Stops all managed entities that are currently running.
|
Modifier and Type | Method and Description |
---|---|
ObjectName |
Agent.connectToSystem()
Deprecated.
Connects to the distributed system described by this
Agent 's
configuration. |
static Agent |
AgentFactory.getAgent(AgentConfig config)
Deprecated.
Creates an unstarted GemFire JMX administration agent with the
given configuration.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.