public class PartitionAttributesFactoryBean<K,V> extends AbstractFactoryBeanSupport<org.apache.geode.cache.PartitionAttributes<K,V>> implements InitializingBean
PartitionAttributes を作成するための Spring FactoryBean。XML の「ファクトリメソッド」タグを使用する必要がなくなり、属性プロパティを直接設定できるようになります。FixedPartitionAttributes、PartitionAttributes、PartitionAttributesFactory、PartitionResolver、PartitionListener, FactoryBean, InitializingBean, AbstractFactoryBeanSupportDEFAULT_SINGLETONOBJECT_TYPE_ATTRIBUTE| コンストラクターと説明 |
|---|
PartitionAttributesFactoryBean() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
org.apache.geode.cache.PartitionAttributes<K, V> | getObject() |
ClassSE<?> | getObjectType() |
void | setColocatedWith(StringSE collocatedWith) |
void | setFixedPartitionAttributes(ListSE<org.apache.geode.cache.FixedPartitionAttributes> fixedPartitionAttributes) |
void | setLocalMaxMemory(int mb) |
void | setPartitionListeners(ListSE<org.apache.geode.cache.partition.PartitionListener> partitionListeners) |
void | setPartitionResolver(org.apache.geode.cache.PartitionResolver<K, V> resolver) |
void | setRecoveryDelay(long recoveryDelay) |
void | setRedundantCopies(int redundantCopies) |
void | setStartupRecoveryDelay(long startupRecoveryDelay) |
void | setTotalMaxMemory(long megabytes) |
void | setTotalNumBuckets(int numBuckets) |
getBeanClassLoader, getBeanFactory, getBeanName, getLog, isSingleton, logDebug, logDebug, logError, logError, logInfo, logInfo, logWarning, logWarning, newLog, setBeanClassLoader, setBeanFactory, setBeanNamecloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void afterPropertiesSet()
throws ExceptionSEInitializingBean の afterPropertiesSet ExceptionSEpublic org.apache.geode.cache.PartitionAttributes<K,V> getObject() throws ExceptionSE
FactoryBean<org.apache.geode.cache.PartitionAttributes<K, V>> の getObject ExceptionSEpublic ClassSE<?> getObjectType()
FactoryBean<org.apache.geode.cache.PartitionAttributes<K, V>> の getObjectType public void setColocatedWith(StringSE collocatedWith)
public void setFixedPartitionAttributes(ListSE<org.apache.geode.cache.FixedPartitionAttributes> fixedPartitionAttributes)
public void setLocalMaxMemory(int mb)
public void setPartitionListeners(ListSE<org.apache.geode.cache.partition.PartitionListener> partitionListeners)
public void setPartitionResolver(org.apache.geode.cache.PartitionResolver<K,V> resolver)
public void setRecoveryDelay(long recoveryDelay)
public void setRedundantCopies(int redundantCopies)
public void setStartupRecoveryDelay(long startupRecoveryDelay)
public void setTotalMaxMemory(long megabytes)
public void setTotalNumBuckets(int numBuckets)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.