Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.client |
The
com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
com.gemstone.gemfire.pdx |
The
com.gemstone.gemfire.pdx package provides APIs used
for object serialization. |
Modifier and Type | Method and Description |
---|---|
PdxSerializer |
GemFireCache.getPdxSerializer()
Returns the PdxSerializer used by this cache, or null
if no PDX serializer is defined.
|
Modifier and Type | Method and Description |
---|---|
CacheFactory |
CacheFactory.setPdxSerializer(PdxSerializer serializer)
Set the PDX serializer for the cache.
|
Modifier and Type | Method and Description |
---|---|
ClientCacheFactory |
ClientCacheFactory.setPdxSerializer(PdxSerializer serializer)
Set the PDX serializer for the cache.
|
Modifier and Type | Method and Description |
---|---|
ServerLauncher.Builder |
ServerLauncher.Builder.setPdxSerializer(PdxSerializer pdxSerializer)
Set the PdxSerializer to use to serialize POJOs to the GemFire Cache Region or when sent between peers,
client/server, or during persistence to disk.
|
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.