Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
com.gemstone.gemfire.pdx |
The
com.gemstone.gemfire.pdx package provides APIs used
for object serialization. |
Modifier and Type | Method and Description |
---|---|
Declarable |
GemFireCache.getInitializer()
Returns the Declarable used to initialize this cache or
null
if it does not have an initializer. |
Modifier and Type | Class and Description |
---|---|
class |
BridgeClient
Deprecated.
as of 5.7 use
pools instead. |
class |
BridgeLoader
Deprecated.
as of 5.7 use
pools instead. |
class |
BridgeWriter
Deprecated.
as of 5.7 use
pools instead. |
Modifier and Type | Class and Description |
---|---|
class |
ReflectionBasedAutoSerializer
This class uses Java reflection in conjunction with
PdxSerialzer to perform
automatic serialization of domain objects. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.