Package | Description |
---|---|
com.gemstone.gemfire |
The base package of the GemFire Java product, featuring highly
concurrent distributed caching
with cache event delivery, OQL querying, and remote cache administration, built using a DistributedSystem which includes a
DistributedLockService.
|
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 |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
LogWriterI18n |
LogWriter.convertToLogWriterI18n()
A mechanism for accessing the abstraction layer used for
internationalization.
|
Modifier and Type | Method and Description |
---|---|
static LogWriterI18n |
AdminDistributedSystemFactory.getLogWriter()
Deprecated.
Returns a default GemFire LogWriterI18n for logging.
|
Modifier and Type | Method and Description |
---|---|
LogWriterI18n |
Cache.getLoggerI18n()
Deprecated.
as of 6.5 use getLogger().convertToLogWriterI18n() instead
|
LogWriterI18n |
Cache.getSecurityLoggerI18n()
Deprecated.
as of 6.5 use getSecurityLogger().convertToLogWriterI18n() instead
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.