VMware GemFire Java API Reference
Deprecated API
Contents
-
Enums Enum Description org.apache.geode.cache.query.IndexType As of 6.6.1. CheckQueryServicefor changes. Enumerated type for types of indexes
-
Exceptions Exceptions Description org.apache.geode.admin.OperationCancelledException as of 7.0 use themanagementpackage insteadorg.apache.geode.admin.RegionNotFoundException as of 10.1 useRegionDestroyedExceptioninsteadorg.apache.geode.admin.RuntimeAdminException as of 7.0 use themanagementpackage insteadorg.apache.geode.cache.client.ClientNotReadyException as of 6.5 this exception is no longer thrown by GemFire so any code that catches it should be removed.org.apache.geode.cache.RegionAccessException the MembershipAttributes API is scheduled to be removedorg.apache.geode.cache.RegionDistributionException the MembershipAttributes API is scheduled to be removedorg.apache.geode.cache.RegionRoleException this feature is scheduled to be removedorg.apache.geode.cache.RoleException this feature is scheduled to be removed
-
Annotation Types Annotation Type Description org.apache.geode.management.cli.CliMetaData.AvailabilityMetadata since Geode1.2, not used at all
-
Constructors Constructor Description org.apache.geode.cache.RegionFactory() as of 6.5 useCache.createRegionFactory()instead.org.apache.geode.memcached.GemFireMemcachedServer(int) as of 10.2org.apache.geode.pdx.ReflectionBasedAutoSerializer(List<String>) as of 6.6.2 use ReflectionBasedAutoSerializer(String...) instead.
-
Annotation Type Elements Annotation Type Element Description org.apache.geode.management.cli.CliMetaData.valueSeparator() since 1.2, Command methods may override both the delimiter and the escape through spring shell'ssplittingRegexoption context