|
GemFire 6.5.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DataSerializable | |
|---|---|
| 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. |
| Uses of DataSerializable in com.gemstone.gemfire |
|---|
| Methods in com.gemstone.gemfire that return DataSerializable | |
|---|---|
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. |
| Methods in com.gemstone.gemfire that return types with arguments of type DataSerializable | |
|---|---|
Class<? extends DataSerializable> |
Instantiator.getInstantiatedClass()
Returns the DataSerializable class that is
instantiated by this Instantiator. |
| Constructor parameters in com.gemstone.gemfire with type arguments of type DataSerializable | |
|---|---|
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. |
|
| Uses of DataSerializable in com.gemstone.gemfire.admin |
|---|
| Classes in com.gemstone.gemfire.admin that implement DataSerializable | |
|---|---|
class |
RegionSubRegionSnapshot
Class RegionSubRegionSnapshot provides information about
Regions. |
| Uses of DataSerializable in com.gemstone.gemfire.cache |
|---|
| Classes in com.gemstone.gemfire.cache that implement DataSerializable | |
|---|---|
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. |
| Uses of DataSerializable in com.gemstone.gemfire.cache.persistence |
|---|
| Subinterfaces of DataSerializable in com.gemstone.gemfire.cache.persistence | |
|---|---|
interface |
PersistentID
A pattern describing a single member's a set of persistent files for a region. |
| Uses of DataSerializable in com.gemstone.gemfire.cache.query.types |
|---|
| Subinterfaces of DataSerializable in com.gemstone.gemfire.cache.query.types | |
|---|---|
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. |
| Uses of DataSerializable in com.gemstone.gemfire.cache.server |
|---|
| Classes in com.gemstone.gemfire.cache.server that implement DataSerializable | |
|---|---|
class |
ServerLoad
A data object containing the load information for a cache server. |
|
GemFire 6.5.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||