public class ValidationInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.util.Set<java.lang.String> |
allSubregions |
java.lang.Boolean |
asyncConflationEnabled |
java.util.List<com.gemstone.gemfire.cache.CacheListener> |
cacheListeners |
com.gemstone.gemfire.cache.CacheLoader |
cacheLoader |
com.gemstone.gemfire.cache.CacheWriter |
cacheWriter |
java.lang.Boolean |
cloningEnabled |
com.gemstone.gemfire.compression.Compressor |
compressor |
java.lang.Integer |
concurrencyLevel |
com.gemstone.gemfire.cache.CustomExpiry |
customEntryIdleTimeout |
com.gemstone.gemfire.cache.CustomExpiry |
customEntryTimeToLive |
com.gemstone.gemfire.cache.DataPolicy |
dataPolicy |
java.util.Set<java.lang.String> |
directSubregions |
java.lang.String |
diskStoreName |
java.lang.Boolean |
diskSynchronous |
java.lang.Boolean |
enableOffHeapMemory |
com.gemstone.gemfire.cache.ExpirationAttributes |
entryIdleTimeout |
com.gemstone.gemfire.cache.ExpirationAttributes |
entryTimeToLive |
com.gemstone.gemfire.cache.EvictionAttributes |
evictionAttr |
java.lang.Boolean |
gatewayEnabled |
java.lang.String |
gatewayHubId |
java.lang.String |
hdfsStoreName |
java.lang.Boolean |
hdfsWriteOnly |
java.lang.Boolean |
ignoreJTA |
java.lang.Boolean |
indexMaintenanceSynchronous |
java.lang.Integer |
initialCapacity |
com.gemstone.gemfire.cache.InterestPolicy |
interestPolicy |
java.lang.Boolean |
isManager |
java.lang.Class |
keyConstraint |
java.lang.Float |
loadFactor |
java.lang.Integer |
localEntryCount |
java.lang.Boolean |
lockGrantor |
java.lang.String |
member |
com.gemstone.gemfire.cache.MembershipAttributes |
membershipAttr |
java.lang.Boolean |
multicastEnabled |
java.lang.Integer |
numBucketsWithoutRedundancy |
java.lang.String |
parentRegionName |
java.lang.String |
poolName |
com.gemstone.gemfire.cache.PartitionAttributes |
prAttr |
java.lang.Integer |
primaryBucketCount |
java.lang.Boolean |
publisher |
java.lang.String |
regionFullPath |
com.gemstone.gemfire.cache.ExpirationAttributes |
regionIdleTimeout |
java.lang.Integer |
regionSize |
com.gemstone.gemfire.cache.ExpirationAttributes |
regionTimeToLive |
com.gemstone.gemfire.cache.Scope |
scope |
java.lang.Boolean |
statisticsEnabled |
java.lang.Boolean |
subscriptionConflationEnabled |
java.lang.Class |
valueConstraint |
java.lang.Boolean |
withPersistence |
| Constructor and Description |
|---|
ValidationInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public java.lang.Boolean isManager
public java.lang.String member
public java.lang.String regionFullPath
public java.lang.Integer regionSize
public java.lang.Integer localEntryCount
public com.gemstone.gemfire.cache.PartitionAttributes prAttr
public com.gemstone.gemfire.cache.DataPolicy dataPolicy
public java.lang.Boolean withPersistence
public java.lang.String parentRegionName
public java.lang.Integer primaryBucketCount
public java.util.Set<java.lang.String> directSubregions
public java.util.Set<java.lang.String> allSubregions
public java.util.List<com.gemstone.gemfire.cache.CacheListener> cacheListeners
public com.gemstone.gemfire.cache.CacheLoader cacheLoader
public com.gemstone.gemfire.cache.CacheWriter cacheWriter
public com.gemstone.gemfire.compression.Compressor compressor
public java.lang.Integer concurrencyLevel
public com.gemstone.gemfire.cache.CustomExpiry customEntryIdleTimeout
public com.gemstone.gemfire.cache.CustomExpiry customEntryTimeToLive
public java.lang.String diskStoreName
public com.gemstone.gemfire.cache.ExpirationAttributes entryIdleTimeout
public com.gemstone.gemfire.cache.ExpirationAttributes entryTimeToLive
public java.lang.String gatewayHubId
public java.lang.Integer initialCapacity
public com.gemstone.gemfire.cache.InterestPolicy interestPolicy
public java.lang.Class keyConstraint
public java.lang.Float loadFactor
public java.lang.String poolName
public com.gemstone.gemfire.cache.ExpirationAttributes regionIdleTimeout
public com.gemstone.gemfire.cache.ExpirationAttributes regionTimeToLive
public com.gemstone.gemfire.cache.Scope scope
public java.lang.Class valueConstraint
public java.lang.Boolean asyncConflationEnabled
public java.lang.Boolean cloningEnabled
public java.lang.Boolean diskSynchronous
public java.lang.Boolean gatewayEnabled
public java.lang.Boolean ignoreJTA
public java.lang.Boolean indexMaintenanceSynchronous
public java.lang.Boolean lockGrantor
public java.lang.Boolean multicastEnabled
public java.lang.Boolean publisher
public java.lang.Boolean statisticsEnabled
public java.lang.Boolean subscriptionConflationEnabled
public com.gemstone.gemfire.cache.MembershipAttributes membershipAttr
public com.gemstone.gemfire.cache.EvictionAttributes evictionAttr
public java.lang.Integer numBucketsWithoutRedundancy
public java.lang.Boolean enableOffHeapMemory
public java.lang.Boolean hdfsWriteOnly
public java.lang.String hdfsStoreName
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.