public class FixedPartitionAttributesFactoryBean extends ObjectSE implements FactoryBean<org.apache.geode.cache.FixedPartitionAttributes>, InitializingBean
FactoryBean を使用して、FixedPartitionAttributes のインスタンスを作成します。FactoryBean, InitializingBean, FixedPartitionAttributesOBJECT_TYPE_ATTRIBUTE| コンストラクターと説明 |
|---|
FixedPartitionAttributesFactoryBean() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
org.apache.geode.cache.FixedPartitionAttributes | getObject() |
ClassSE<?> | getObjectType() |
boolean | isSingleton() |
void | setNumBuckets(IntegerSE numBuckets) パーティション領域内のバケットの数を設定します。 |
void | setPartitionName(StringSE partitionName) パーティション領域でパーティションの名前を設定します。 |
void | setPrimary(boolean primary) この特定の PARTITION リージョンがプライマリ (セカンダリではない) であるかどうかを設定します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void afterPropertiesSet()
throws ExceptionSEInitializingBean 内の afterPropertiesSet ExceptionSEpublic org.apache.geode.cache.FixedPartitionAttributes getObject()
throws ExceptionSEFactoryBean<org.apache.geode.cache.FixedPartitionAttributes> 内の getObject ExceptionSEpublic ClassSE<?> getObjectType()
FactoryBean<org.apache.geode.cache.FixedPartitionAttributes> 内の getObjectType public boolean isSingleton()
FactoryBean<org.apache.geode.cache.FixedPartitionAttributes> 内の isSingleton public void setNumBuckets(IntegerSE numBuckets)
numBuckets - パーティション領域内のバケットの数を示す整数値。public void setPartitionName(StringSE partitionName)
partitionName - パーティションの名前。public void setPrimary(boolean primary)
primary - この PARTITION リージョンがプライマリであるかどうかを示すブール値。Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.