Gemfire JavaDocs_test
Deprecated API
Contents
-
Interfaces Interface Description org.apache.geode.cache.DiskWriteAttributes as of 6.5 useDiskStore
insteadorg.apache.geode.cache.RegionRoleListener this feature is scheduled to be removedorg.apache.geode.cache.RoleEvent this feature is scheduled to be removedorg.apache.geode.cache.util.GatewayEvent as of GemFire 8.0. UseGatewayQueueEvent
insteadorg.apache.geode.distributed.Role this feature is scheduled to be removedorg.apache.geode.i18n.LogWriterI18n Please use Log4J2 instead.org.apache.geode.LogWriter Please use Log4J2 instead.org.apache.geode.management.cli.CommandStatement since Geode 1.3. simply use commandProcessor to process the commandorg.apache.geode.security.AccessControl since Geode 1.0, useSecurityManager
insteadorg.apache.geode.security.Authenticator since Geode 1.0, useSecurityManager
instead
-
Enums Enum Description org.apache.geode.cache.query.IndexType As of 6.6.1. CheckQueryService
for changes. Enumerated type for types of indexes
-
Exceptions Exceptions Description org.apache.geode.admin.OperationCancelledException as of 7.0 use themanagement
package insteadorg.apache.geode.admin.RegionNotFoundException as of 10.1 useRegionDestroyedException
insteadorg.apache.geode.admin.RuntimeAdminException as of 7.0 use themanagement
package 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.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'ssplittingRegex
option context