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. |
Class and Description |
---|
PdxInstance
PdxInstance provides run time access to the fields of a PDX without
deserializing the PDX.
|
PdxInstanceFactory
PdxInstanceFactory gives you a way to create PdxInstances.
|
PdxSerializer
The PdxSerializer interface allows domain classes to be
serialized and deserialized as PDXs without modification
of the domain class.
|
Class and Description |
---|
PdxSerializer
The PdxSerializer interface allows domain classes to be
serialized and deserialized as PDXs without modification
of the domain class.
|
Class and Description |
---|
PdxSerializer
The PdxSerializer interface allows domain classes to be
serialized and deserialized as PDXs without modification
of the domain class.
|
Class and Description |
---|
FieldType
Every field of a pdx must have one of these types.
|
PdxInstance
PdxInstance provides run time access to the fields of a PDX without
deserializing the PDX.
|
PdxInstanceFactory
PdxInstanceFactory gives you a way to create PdxInstances.
|
PdxReader
A PdxReader will be passed to
fromData or
PdxSerializer fromData by GemFire during deserialization of
a PDX. |
PdxSerializationException
Thrown if a problem occurred during serialization
or deserialization of a PDX.
|
PdxSerializer
The PdxSerializer interface allows domain classes to be
serialized and deserialized as PDXs without modification
of the domain class.
|
PdxUnreadFields
Marker interface for an object that GemFire creates and returns
from
readUnreadFields . |
PdxWriter
A PdxWriter will be passed to
toData or
PdxSerializer toData by GemFire when it is serializing the
domain class. |
WritablePdxInstance
WritablePdxInstance is a
PdxInstance that also supports field modification
using the setField method. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.