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.
|
com.gemstone.gemfire.admin |
Provides an API for administering various GemFire components such
as a GemFire distributed
system, and processes that host GemFire Caches.
|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.persistence | |
com.gemstone.gemfire.cache.query.types | |
com.gemstone.gemfire.cache.server |
The
com.gemstone.gemfire.cache.server package provides APIs used
for the server side of client/server caching. |
Modifier and Type | Method and Description |
---|---|
abstract DataSerializable |
Instantiator.newInstance()
Creates a new "empty" instance of a
DataSerializable
class whose state will be filled in by invoking its fromData method. |
DataSerializable |
CanonicalInstantiator.newInstance()
This method is not supported and if called will
throw UnsupportedOperationException.
|
abstract DataSerializable |
CanonicalInstantiator.newInstance(DataInput in)
Creates a new "empty" instance of a
DataSerializable
class whose state will be filled in by invoking its
fromData method. |
Modifier and Type | Method and Description |
---|---|
Class<? extends DataSerializable> |
Instantiator.getInstantiatedClass()
Returns the
DataSerializable class that is
instantiated by this Instantiator . |
Constructor and Description |
---|
CanonicalInstantiator(Class<? extends DataSerializable> c,
int classId)
Creates a new
CanonicalInstantiator that instantiates a given
class. |
Instantiator(Class<? extends DataSerializable> c,
int classId)
Creates a new
Instantiator that instantiates a given
class. |
Modifier and Type | Class and Description |
---|---|
class |
RegionSubRegionSnapshot
Deprecated.
as of 7.0 use the
com.gemstone.gemfire.management package instead |
Modifier and Type | Class and Description |
---|---|
class |
EvictionAttributes
Attributes that describe how a
Region 's size is managed through an eviction controller. |
class |
ExpirationAttributes
Immutable parameter object for accessing and setting the attributes associated with
timeToLive and idleTimeout . |
class |
MembershipAttributes
Configuration attributes for defining reliability requirements and behavior
for a
Region . |
class |
SubscriptionAttributes
Configuration attributes for defining subscriber requirements and behavior
for a
Region . |
Modifier and Type | Interface and Description |
---|---|
interface |
PersistentID
A pattern describing a single member's a set of persistent files for a region.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionType
Represents the type of a collection, an object that can contain element
objects.
|
interface |
MapType
Represents the type of a Map, a collection that contains keys as well
as values and maintains an association between key-value pairs.
|
interface |
ObjectType
An ObjectType represents the type of an object in a query.
|
interface |
StructType
Describes the field names and types for each field in a
Struct . |
Modifier and Type | Class and Description |
---|---|
class |
ServerLoad
A data object containing the load information for a cache server.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.