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 | Method and Description |
---|---|
static DataSerializer |
DataSerializer.register(Class<?> c)
Registers a
DataSerializer class with the data
serialization framework. |
static DataSerializer |
DataSerializer.register(Class<?> c,
byte b)
Deprecated.
as of 5.7 use
register(Class) instead |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.