GemFire 5.7.1

Serialized Form


Package com.gemstone.gemfire

Class com.gemstone.gemfire.CopyException extends GemFireException implements Serializable

Class com.gemstone.gemfire.ForcedDisconnectException extends GemFireException implements Serializable

Class com.gemstone.gemfire.GemFireCacheException extends GemFireException implements Serializable

Class com.gemstone.gemfire.GemFireCheckedException extends Exception implements Serializable

Class com.gemstone.gemfire.GemFireConfigException extends GemFireException implements Serializable

Class com.gemstone.gemfire.GemFireException extends RuntimeException implements Serializable

Class com.gemstone.gemfire.GemFireIOException extends GemFireException implements Serializable

Class com.gemstone.gemfire.GemFireRethrowable extends Error implements Serializable

Class com.gemstone.gemfire.IncompatibleSystemException extends GemFireException implements Serializable

Class com.gemstone.gemfire.InternalGemFireError extends Error implements Serializable

Class com.gemstone.gemfire.InternalGemFireException extends GemFireException implements Serializable

Class com.gemstone.gemfire.InvalidValueException extends GemFireException implements Serializable

Class com.gemstone.gemfire.LicenseException extends GemFireException implements Serializable

Class com.gemstone.gemfire.NoSystemException extends GemFireException implements Serializable

Class com.gemstone.gemfire.SerializationException extends GemFireIOException implements Serializable

Class com.gemstone.gemfire.SystemConnectException extends GemFireException implements Serializable

Class com.gemstone.gemfire.SystemIsRunningException extends GemFireException implements Serializable

Class com.gemstone.gemfire.ThreadInterruptedException extends GemFireException implements Serializable

Class com.gemstone.gemfire.UncreatedSystemException extends NoSystemException implements Serializable

Class com.gemstone.gemfire.UnmodifiableException extends GemFireException implements Serializable

Class com.gemstone.gemfire.UnstartedSystemException extends NoSystemException implements Serializable


Package com.gemstone.gemfire.admin

Class com.gemstone.gemfire.admin.AdminException extends GemFireCheckedException implements Serializable

Class com.gemstone.gemfire.admin.AdminXmlException extends RuntimeAdminException implements Serializable

Class com.gemstone.gemfire.admin.AlertLevel extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal
int used as ordinal to represent this AlertLevel

Class com.gemstone.gemfire.admin.CacheDoesNotExistException extends AdminException implements Serializable

Class com.gemstone.gemfire.admin.GemFireHealth.Health extends Object implements Serializable

Serialization Methods

readResolve

public Object readResolve()
Returns the appropriate canonical instance of Health.

Serialized Fields

healthString

String healthString
The string for this health

Class com.gemstone.gemfire.admin.GemFireMemberStatus extends Object implements Serializable

Serialized Fields

_isClient

boolean _isClient
Notifies whether this member is a client to a cache server.


_isServer

boolean _isServer
Notifies whether this member is a cache server.


_isGatewayHub

boolean _isGatewayHub
Notifies whether this member is a hub for WAN gateways.


_isLocator

boolean _isLocator
Notifies whether this member is a locator.


_isPrimaryGatewayHub

boolean _isPrimaryGatewayHub

_gatewayHubStatus

com.gemstone.gemfire.internal.cache.GatewayHubStatus _gatewayHubStatus

_isConnected

boolean _isConnected

_memberId

Serializable _memberId

_connectedPeers

Set<E> _connectedPeers

_connectedServers

Set<E> _connectedServers

_unconnectedServers

Set<E> _unconnectedServers

_connectedClients

Set<E> _connectedClients

_connectedIncomingGateways

Map<K,V> _connectedIncomingGateways

_outgoingGateways

Map<K,V> _outgoingGateways

_clientHostNames

Map<K,V> _clientHostNames

_clientQueueSizes

Map<K,V> _clientQueueSizes

_gatewayQueueSizes

Map<K,V> _gatewayQueueSizes

_regionStatuses

Map<K,V> _regionStatuses

_clientHealthStats

Map<K,V> _clientHealthStats

_memberName

String _memberName

_mcastPort

int _mcastPort

_serverPort

int _serverPort

_mcastAddress

InetAddress _mcastAddress

_bindAddress

String _bindAddress

_locators

String _locators

_hostAddress

InetAddress _hostAddress

_maximumHeapSize

long _maximumHeapSize

_freeHeapSize

long _freeHeapSize

upTime

long upTime

Class com.gemstone.gemfire.admin.MonitorEvent extends EventObject implements Serializable

serialVersionUID: 5074938692763474215L

Serialized Fields

adminConnection

GemFireClientAdminTool.AdminConnection adminConnection

memberStatus

GemFireMemberStatus memberStatus

previousMemberStatus

GemFireMemberStatus previousMemberStatus

Class com.gemstone.gemfire.admin.OperationCancelledException extends RuntimeAdminException implements Serializable

Class com.gemstone.gemfire.admin.RegionNotFoundException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.admin.RegionSubRegionSnapshot extends Object implements Serializable

Serialized Fields

name

String name

entryCount

int entryCount

parent

RegionSubRegionSnapshot parent

subRegionSnapshots

Set<E> subRegionSnapshots

Class com.gemstone.gemfire.admin.RuntimeAdminException extends GemFireException implements Serializable

Class com.gemstone.gemfire.admin.SystemMemberType extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal
int used as ordinal to represent this Scope

Class com.gemstone.gemfire.admin.UnmodifiableConfigurationException extends AdminException implements Serializable


Package com.gemstone.gemfire.cache

Class com.gemstone.gemfire.cache.CacheClosedException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.CacheException extends GemFireException implements Serializable

Class com.gemstone.gemfire.cache.CacheExistsException extends CacheException implements Serializable

Class com.gemstone.gemfire.cache.CacheLoaderException extends OperationAbortedException implements Serializable

Class com.gemstone.gemfire.cache.CacheRuntimeException extends GemFireException implements Serializable

Class com.gemstone.gemfire.cache.CacheWriterException extends OperationAbortedException implements Serializable

Class com.gemstone.gemfire.cache.CacheXmlException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.CommitConflictException extends CacheException implements Serializable

Class com.gemstone.gemfire.cache.CommitDistributionException extends RoleException implements Serializable

Serialized Fields

regionDistributionExceptions

Set<E> regionDistributionExceptions
The RegionDistributionExceptions for every region that had a reliability failure during distribution of the operation.

Class com.gemstone.gemfire.cache.CommitIncompleteException extends CacheException implements Serializable

Class com.gemstone.gemfire.cache.DataPolicy extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

byte ordinal
used as ordinal to represent this DataPolicy

Class com.gemstone.gemfire.cache.DiskAccessException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.DiskWriteAttributesFactory extends Object implements Serializable

Serialized Fields

props

Properties props

Class com.gemstone.gemfire.cache.EntryDestroyedException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.EntryExistsException extends CacheException implements Serializable

Class com.gemstone.gemfire.cache.EntryNotFoundException extends CacheException implements Serializable

Class com.gemstone.gemfire.cache.EntryNotFoundInRegion extends GemFireException implements Serializable

Class com.gemstone.gemfire.cache.EvictionAction extends EnumSyntax implements Serializable

Class com.gemstone.gemfire.cache.EvictionAlgorithm extends EnumSyntax implements Serializable

Class com.gemstone.gemfire.cache.EvictionAttributes extends Object implements Serializable

Class com.gemstone.gemfire.cache.ExpirationAction extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal

Class com.gemstone.gemfire.cache.ExpirationAttributes extends Object implements Serializable

Serialized Fields

timeout

int timeout
The number of seconds since this value or region was created before it expires.


action

ExpirationAction action
The action that should take place when this object or region expires.

Class com.gemstone.gemfire.cache.FailedSynchronizationException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.GatewayException extends OperationAbortedException implements Serializable

Class com.gemstone.gemfire.cache.IncompatibleVersionException extends VersionException implements Serializable

Class com.gemstone.gemfire.cache.InterestPolicy extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

byte ordinal
used as ordinal to represent this InterestPolicy

Class com.gemstone.gemfire.cache.InterestResultPolicy extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

byte ordinal
The ordinal representing this InterestResultPolicy.

Class com.gemstone.gemfire.cache.LossAction extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

byte ordinal
byte used as ordinal to represent this Scope

Class com.gemstone.gemfire.cache.MembershipAttributes extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.gemstone.gemfire.cache.MirrorType extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Deprecated. 
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal
Deprecated. 
int used as ordinal to represent this Scope

Class com.gemstone.gemfire.cache.NoQueueServersAvailableException extends ServerConnectivityException implements Serializable

serialVersionUID: 8484086019155762365L

Class com.gemstone.gemfire.cache.NoSubscriptionServersAvailableException extends ServerConnectivityException implements Serializable

serialVersionUID: 8484086019155762365L

Class com.gemstone.gemfire.cache.NotAvailable extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

Class com.gemstone.gemfire.cache.Operation extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

byte ordinal
byte used as ordinal to represent this Operation

Class com.gemstone.gemfire.cache.OperationAbortedException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.PartitionedRegionDistributionException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.PartitionedRegionStorageException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.RegionAccessException extends RegionRoleException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Override readObject which is used in serialization. Customize serialization of this exception to avoid escape of InternalRole which is not Serializable.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Override writeObject which is used in serialization. Customize serialization of this exception to avoid escape of InternalRole which is not Serializable.

Throws:
IOException

Class com.gemstone.gemfire.cache.RegionDestroyedException extends CacheRuntimeException implements Serializable

Serialized Fields

regionFullPath

String regionFullPath

Class com.gemstone.gemfire.cache.RegionDistributionException extends RegionRoleException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Override readObject which is used in serialization. Customize serialization of this exception to avoid escape of InternalRole which is not Serializable.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Override writeObject which is used in serialization. Customize serialization of this exception to avoid escape of InternalRole which is not Serializable.

Throws:
IOException

Class com.gemstone.gemfire.cache.RegionExistsException extends CacheException implements Serializable

Class com.gemstone.gemfire.cache.RegionReinitializedException extends RegionDestroyedException implements Serializable

Serialized Fields

regionFullPath

String regionFullPath

Class com.gemstone.gemfire.cache.RegionRoleException extends RoleException implements Serializable

Serialized Fields

regionFullPath

String regionFullPath
The full path of the region affected by the reliability failure

Class com.gemstone.gemfire.cache.ResumptionAction extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

byte ordinal
byte used as ordinal to represent this Scope

Class com.gemstone.gemfire.cache.RoleException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.Scope extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ordinal

int ordinal
int used as ordinal to represent this Scope

Class com.gemstone.gemfire.cache.StatisticsDisabledException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.SubscriptionAttributes extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class com.gemstone.gemfire.cache.SynchronizationCommitConflictException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.TimeoutException extends OperationAbortedException implements Serializable

Class com.gemstone.gemfire.cache.UnsupportedVersionException extends VersionException implements Serializable

Class com.gemstone.gemfire.cache.VersionException extends GemFireCheckedException implements Serializable


Package com.gemstone.gemfire.cache.client

Class com.gemstone.gemfire.cache.client.AllConnectionsInUseException extends ServerConnectivityException implements Serializable

serialVersionUID: 7304243507881787071L

Class com.gemstone.gemfire.cache.client.ClientNotReadyException extends OperationAbortedException implements Serializable

Class com.gemstone.gemfire.cache.client.NoAvailableLocatorsException extends ServerConnectivityException implements Serializable

serialVersionUID: -8212446737778234890L

Class com.gemstone.gemfire.cache.client.NoAvailableServersException extends ServerConnectivityException implements Serializable

serialVersionUID: -8212446737778234890L

Class com.gemstone.gemfire.cache.client.ServerConnectivityException extends GemFireException implements Serializable

Class com.gemstone.gemfire.cache.client.ServerOperationException extends ServerConnectivityException implements Serializable

Class com.gemstone.gemfire.cache.client.ServerRefusedConnectionException extends OperationAbortedException implements Serializable

Class com.gemstone.gemfire.cache.client.SubscriptionNotEnabledException extends ServerConnectivityException implements Serializable

serialVersionUID: -8212446737778234890L


Package com.gemstone.gemfire.cache.query

Class com.gemstone.gemfire.cache.query.AmbiguousNameException extends NameResolutionException implements Serializable

Class com.gemstone.gemfire.cache.query.CqClosedException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.query.CqException extends QueryException implements Serializable

Class com.gemstone.gemfire.cache.query.CqExistsException extends QueryException implements Serializable

Class com.gemstone.gemfire.cache.query.CqInvalidException extends IllegalArgumentException implements Serializable

Class com.gemstone.gemfire.cache.query.FunctionDomainException extends QueryException implements Serializable

Class com.gemstone.gemfire.cache.query.IndexCreationException extends QueryException implements Serializable

Class com.gemstone.gemfire.cache.query.IndexExistsException extends QueryException implements Serializable

Class com.gemstone.gemfire.cache.query.IndexInvalidException extends IllegalArgumentException implements Serializable

Class com.gemstone.gemfire.cache.query.IndexMaintenanceException extends CacheRuntimeException implements Serializable

Class com.gemstone.gemfire.cache.query.IndexNameConflictException extends QueryException implements Serializable

Class com.gemstone.gemfire.cache.query.NameNotFoundException extends NameResolutionException implements Serializable

Class com.gemstone.gemfire.cache.query.NameResolutionException extends QueryException implements Serializable

Class com.gemstone.gemfire.cache.query.ParameterCountInvalidException extends QueryException implements Serializable

Class com.gemstone.gemfire.cache.query.QueryException extends GemFireCheckedException implements Serializable

Class com.gemstone.gemfire.cache.query.QueryInvalidException extends IllegalArgumentException implements Serializable

Class com.gemstone.gemfire.cache.query.QueryInvocationTargetException extends QueryException implements Serializable

Class com.gemstone.gemfire.cache.query.RegionNotFoundException extends NameResolutionException implements Serializable

Class com.gemstone.gemfire.cache.query.TypeMismatchException extends QueryException implements Serializable


Package com.gemstone.gemfire.cache.query.types

Package com.gemstone.gemfire.cache.server

Class com.gemstone.gemfire.cache.server.ServerLoad extends Object implements Serializable

Serialized Fields

connectionLoad

float connectionLoad

subscriberLoad

float subscriberLoad

loadPerConnection

float loadPerConnection

loadPerSubscriber

float loadPerSubscriber

Package com.gemstone.gemfire.cache.util

Class com.gemstone.gemfire.cache.util.BoundedLinkedHashMap extends LinkedHashMap implements Serializable

Serialized Fields

_maximumNumberOfEntries

int _maximumNumberOfEntries
Deprecated. 
The maximum number of entries allowed in this BoundedLinkedHashMap

Class com.gemstone.gemfire.cache.util.BridgeWriterException extends CacheWriterException implements Serializable

Class com.gemstone.gemfire.cache.util.EndpointDoesNotExistException extends EndpointException implements Serializable

Class com.gemstone.gemfire.cache.util.EndpointException extends Exception implements Serializable

Class com.gemstone.gemfire.cache.util.EndpointExistsException extends EndpointException implements Serializable

Class com.gemstone.gemfire.cache.util.EndpointInUseException extends EndpointException implements Serializable

Class com.gemstone.gemfire.cache.util.ServerRefusedConnectionException extends ServerRefusedConnectionException implements Serializable


Package com.gemstone.gemfire.distributed

Class com.gemstone.gemfire.distributed.LeaseExpiredException extends GemFireException implements Serializable

Class com.gemstone.gemfire.distributed.LockNotHeldException extends IllegalStateException implements Serializable

Class com.gemstone.gemfire.distributed.LockServiceDestroyedException extends IllegalStateException implements Serializable

Class com.gemstone.gemfire.distributed.ShutdownException extends CacheClosedException implements Serializable


Package com.gemstone.gemfire.security

Class com.gemstone.gemfire.security.AuthenticationFailedException extends GemFireSecurityException implements Serializable

Class com.gemstone.gemfire.security.AuthenticationRequiredException extends GemFireSecurityException implements Serializable

Class com.gemstone.gemfire.security.GemFireSecurityException extends GemFireException implements Serializable

Class com.gemstone.gemfire.security.NotAuthorizedException extends GemFireSecurityException implements Serializable

Serialized Fields

principal

Principal principal


GemFire 5.7.1

Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.