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.
|
Modifier and Type | Class and Description |
---|---|
class |
CanonicalInstantiator
CanonicalInstantiator is much like its parent
Instantiator except that instead of
needing to implement newInstance()
you now must implement newInstance(DataInput) . |
Modifier and Type | Method and Description |
---|---|
static void |
Instantiator.register(Instantiator instantiator)
Registers a
DataSerializable class with the data
serialization framework. |
static void |
Instantiator.register(Instantiator instantiator,
boolean distribute)
Registers a
DataSerializable class with the data
serialization framework. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.