@TargetSE(valueSE=TYPESE) @RetentionSE(valueSE=RUNTIMESE) @InheritedSE @DocumentedSE @Configuration @Import(value=LocatorApplicationConfiguration.class) public @interface LocatorApplication
LocatorApplication AnnotationSE により、Apache Geode および Pivotal GemFire アプリケーション用の Spring Data が Locator ベースのアプリケーションになります。DocumentedSE, InheritedSE, RetentionSE, TargetSE, Configuration, Import, LocatorApplicationConfiguration| 修飾子と型 | オプションの要素と説明 |
|---|---|
StringSE | bindAddressLocator リクエストを送信するクライアントからの接続を受け入れるために Locator がバインドするホスト名または IP アドレスを設定します。 |
StringSE | hostnameForClients この Locator に接続するクライアントが使用する hostnameSE を設定します。 |
StringSE | locators この Spring Locator アプリケーションが接続するクラスターを定義する Locators のリストを構成します。 |
StringSE | logLevelApache Geode/Pivotal GemFire Locator 実行時にログメッセージを出力するために使用されるログレベルを構成します。 |
StringSE | nameLocator アプリケーションの名前を設定します。 |
int | port 組み込み Locator サービスがバインドして、Locator リクエストを送信するクライアント接続をリッスンするポートを構成します。 |
public abstract StringSE bindAddress
Locator リクエストを送信するクライアントからの接続を受け入れるために Locator がバインドするホスト名または IP アドレスを構成します。デフォルトは localhost です。Spring Boot application.properties の spring.data.gemfire.locator.bind-address プロパティを使用します。public abstract StringSE hostnameForClients
Locator に接続するクライアントが使用する hostnameSE を設定します。デフォルトは localhost です。Spring Boot application.properties で spring.data.gemfire.locator.hostname-for-clients を使用します。public abstract StringSE locators
Locator アプリケーションが接続するクラスターを定義する Locators のリストを構成します。application.properties の spring.data.gemfire.locators プロパティを使用します。public abstract StringSE logLevel
Locator ランタイム時にログメッセージを出力するために使用されるログレベルを構成します。デフォルトは config です。application.properties の spring.data.gemfire.locator.log-level プロパティを使用します。public abstract StringSE name
Locator アプリケーションの名前を設定します。デフォルトは SpringBasedLocatorApplication です。Spring Boot application.properties の spring.data.gemfire.locator.name プロパティを使用します。Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.