Package | Description |
---|---|
com.gemstone.gemfire.admin.jmx |
Provides administrative access to a GemFire distributed system via
the Java Management Extensions (JMX).
|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
com.gemstone.gemfire.i18n | |
com.gemstone.gemfire.security |
Provides an API for plugging in authentication and authorization
for members of a distributed system and clients.
|
Modifier and Type | Method and Description |
---|---|
LogWriter |
Agent.getLogWriter()
Deprecated.
Returns the
LogWriter used for logging information. |
Modifier and Type | Method and Description |
---|---|
LogWriter |
GemFireCache.getLogger()
Gets the logging object for GemFire.
|
LogWriter |
GemFireCache.getSecurityLogger()
Gets the security logging object for GemFire.
|
Modifier and Type | Method and Description |
---|---|
abstract LogWriter |
DistributedSystem.getLogWriter()
Returns the
LogWriter used for logging information. |
abstract LogWriter |
DistributedSystem.getSecurityLogWriter()
Returns the
LogWriter used for logging security related
information. |
Modifier and Type | Method and Description |
---|---|
LogWriter |
LogWriterI18n.convertToLogWriter()
A mechanism for accessing the abstraction layer used for a plain logger.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthInitialize.init(LogWriter systemLogger,
LogWriter securityLogger)
Initialize the callback for a client/peer.
|
void |
Authenticator.init(Properties securityProps,
LogWriter systemLogger,
LogWriter securityLogger)
Initialize the callback for a client/peer.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.