public class LocatorFactoryBean extends AbstractFactoryBeanSupport<org.apache.geode.distributed.Locator> implements InitializingBean
FactoryBean は、LocatorLauncher クラスを使用して Apache Geode または Pivotal GemFire Locator を構成および初期化 (ブートストラップ) するために使用されます。PropertiesSE, Locator, LocatorLauncher, FactoryBean, InitializingBean, LocatorConfigurer, AbstractFactoryBeanSupport| 修飾子と型 | フィールドと説明 |
|---|---|
static StringSE | DEFAULT_LOG_LEVEL |
static int | DEFAULT_PORT |
static StringSE | LOG_LEVEL_PROPERTY |
DEFAULT_SINGLETONOBJECT_TYPE_ATTRIBUTE| コンストラクターと説明 |
|---|
LocatorFactoryBean() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
protected void | applyLocatorConfigurers(IterableSE<LocatorConfigurer> locatorConfigurers) |
protected void | applyLocatorConfigurers(LocatorConfigurer... locatorConfigurers) |
protected org.apache.geode.distributed.LocatorLauncher.Builder | configureGemfireProperties(org.apache.geode.distributed.LocatorLauncher.Builder locatorBuilder) |
OptionalSE<StringSE> | getBindAddress() |
LocatorConfigurer | getCompositeLocatorConfigurer() |
PropertiesSE | getGemFireProperties() |
OptionalSE<StringSE> | getHostnameForClients() |
org.apache.geode.distributed.Locator | getLocator() |
org.apache.geode.distributed.LocatorLauncher | getLocatorLauncher() |
OptionalSE<StringSE> | getLocators() |
StringSE | getLogLevel() |
OptionalSE<StringSE> | getName() |
org.apache.geode.distributed.Locator | getObject() |
ClassSE<?> | getObjectType() |
IntegerSE | getPort() |
void | init() |
protected org.apache.geode.distributed.LocatorLauncher.Builder | newLocatorLauncherBuilder() |
protected org.apache.geode.distributed.LocatorLauncher.Builder | postProcess(org.apache.geode.distributed.LocatorLauncher.Builder locatorBuilder) |
protected org.apache.geode.distributed.LocatorLauncher | postProcess(org.apache.geode.distributed.LocatorLauncher locatorLauncher) |
void | setBindAddress(StringSE bindAddress) |
void | setGemFireProperties(PropertiesSE gemfireProperties) |
void | setHostnameForClients(StringSE hostnameForClients) |
void | setLocatorConfigurers(ListSE<LocatorConfigurer> locatorConfigurers) |
void | setLocatorConfigurers(LocatorConfigurer... locatorConfigurers) |
void | setLocators(StringSE locators) |
void | setLogLevel(StringSE logLevel) |
void | setName(StringSE name) |
void | setPort(IntegerSE port) |
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 static final int DEFAULT_PORT
public void afterPropertiesSet()
throws ExceptionSEInitializingBean 内の afterPropertiesSet ExceptionSEprotected void applyLocatorConfigurers(LocatorConfigurer... locatorConfigurers)
protected void applyLocatorConfigurers(IterableSE<LocatorConfigurer> locatorConfigurers)
public void init()
protected org.apache.geode.distributed.LocatorLauncher.Builder configureGemfireProperties(org.apache.geode.distributed.LocatorLauncher.Builder locatorBuilder)
protected org.apache.geode.distributed.LocatorLauncher.Builder newLocatorLauncherBuilder()
protected org.apache.geode.distributed.LocatorLauncher.Builder postProcess(org.apache.geode.distributed.LocatorLauncher.Builder locatorBuilder)
protected org.apache.geode.distributed.LocatorLauncher postProcess(org.apache.geode.distributed.LocatorLauncher locatorLauncher)
public org.apache.geode.distributed.Locator getLocator()
public org.apache.geode.distributed.LocatorLauncher getLocatorLauncher()
@Nullable public org.apache.geode.distributed.Locator getObject() throws ExceptionSE
FactoryBean<org.apache.geode.distributed.Locator> 内の getObject ExceptionSE@Nullable public ClassSE<?> getObjectType()
FactoryBean<org.apache.geode.distributed.Locator> 内の getObjectType public void setBindAddress(StringSE bindAddress)
public OptionalSE<StringSE> getBindAddress()
public LocatorConfigurer getCompositeLocatorConfigurer()
public void setGemFireProperties(PropertiesSE gemfireProperties)
public PropertiesSE getGemFireProperties()
public void setHostnameForClients(StringSE hostnameForClients)
public OptionalSE<StringSE> getHostnameForClients()
public void setLocatorConfigurers(LocatorConfigurer... locatorConfigurers)
public void setLocatorConfigurers(ListSE<LocatorConfigurer> locatorConfigurers)
public void setLocators(StringSE locators)
public OptionalSE<StringSE> getLocators()
public void setLogLevel(StringSE logLevel)
public StringSE getLogLevel()
public void setName(StringSE name)
public OptionalSE<StringSE> getName()
public void setPort(IntegerSE port)
public IntegerSE getPort()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.