public interface GemfireAdminOperationsGemfireAdminOperations インターフェースは、リモート Apache Geode または Pivotal GemFire クラスター内のスキーマオブジェクトを定義するための一連の操作を定義します。DiskStore、Region、LuceneIndex、Index, IndexDefinition, RegionDefinition, SchemaObjectDefinitionIterableSE<StringSE> getAvailableServerRegions()
Region 名の collectionSE を返します。Region 名の IterableSE。Region.getName(), IterableSEIterableSE<StringSE> getAvailableServerRegionIndexes()
Region Indexes の IterableSE。Index.getName(), IterableSEvoid createRegion(RegionDefinition regionDefinition)
schema object definition に基づいてキャッシュ Region を作成します。regionDefinition - キャッシュ Region を定義する構成メタデータをカプセル化する RegionDefinition。RegionDefinition, GemFireCache, Regiondefault void createRegions(RegionDefinition... regionDefinitions)
default void createRegions(IterableSE<RegionDefinition> regionDefinitions)
void createLuceneIndex(SchemaObjectDefinition luceneIndexDefinition)
luceneIndexDefinition - SchemaObjectDefinition は、Region、LuceneIndex を定義する構成メタデータをカプセル化します。SchemaObjectDefinition, LuceneIndex, Regiondefault void createLuceneIndexes(SchemaObjectDefinition... luceneIndexDefinitions)
default void createLuceneIndexes(IterableSE<SchemaObjectDefinition> luceneIndexDefinitions)
void createIndex(IndexDefinition indexDefinition)
indexDefinition - IndexDefinition は、Region OQL Index を定義する構成メタデータをカプセル化します。IndexDefinition, Index, Regiondefault void createIndexes(IndexDefinition... indexDefinitions)
default void createIndexes(IterableSE<IndexDefinition> indexDefinitions)
void createDiskStore(SchemaObjectDefinition diskStoreDefinition)
schema object definition に基づいて DiskStore を作成します。diskStoreDefinition - DiskStore を定義する構成メタデータをカプセル化する SchemaObjectDefinition。SchemaObjectDefinition, DiskStoredefault void createDiskStores(SchemaObjectDefinition... diskStoreDefinitions)
default void createDiskStores(IterableSE<SchemaObjectDefinition> diskStoreDefinitions)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.