Package | Description |
---|---|
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.query |
GemFire's query service, an implementation of an OQL/SQL-style
query processor with supporting indexes.
|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Modifier and Type | Class and Description |
---|---|
class |
AdminException
Deprecated.
as of 7.0 use the
com.gemstone.gemfire.management package instead |
class |
CacheDoesNotExistException
Deprecated.
as of 7.0 use the
com.gemstone.gemfire.management package instead |
class |
UnmodifiableConfigurationException
Deprecated.
as of 7.0 use the
com.gemstone.gemfire.management package instead |
Modifier and Type | Class and Description |
---|---|
class |
IncompatibleVersionException
An
IncompatibleVersionException that the client version
was not compatible with the server version. |
class |
UnsupportedVersionException
An
UnsupportedVersionException indicates an unsupported version. |
class |
VersionException
An
VersionException is an exception that indicates
a client / server version mismatch exception has occurred. |
Modifier and Type | Class and Description |
---|---|
class |
AmbiguousNameException
Thrown if an attribute or method name in a query can be resolved to
more than one object in scope or if there is more than one maximally specific
overridden method in a class.
|
class |
CqException
Thrown during continuous query creation, execution time.
|
class |
CqExistsException
Thrown if a CQ by this name already exists on this client
|
class |
FunctionDomainException
Thrown if the domain of a function is not legal.
|
class |
IndexCreationException
This class is used to represent any partitioned index creation exceptions.
|
class |
IndexExistsException
Thrown while creating the new index if there exists an Index with
the same definition as new index.
|
class |
IndexNameConflictException
Thrown while creating the new index if there exists an Index with
the same name as new index.
|
class |
NameNotFoundException
Thrown when an attribute or method name could not be resolved during query
execution because no matching method or field could be found.
|
class |
NameResolutionException
Thrown if an attribute or method name in a query cannot be resolved.
|
class |
ParameterCountInvalidException
Thrown when the number of bound paramters for a query does not match the
number of placeholders.
|
class |
QueryException
Thrown during by the query engine during parsing or execution.
|
class |
QueryInvocationTargetException
Thrown if an exception is thrown when a method is invoked during query execution.
|
class |
RegionNotFoundException
Thrown if a region referenced by name in a query cannot be found.
|
class |
TypeMismatchException
Thrown if type consistency is violated while a query is being executed.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownVersionException
Deprecated.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.