Modifier and Type | Method and Description |
---|---|
void |
AbstractGemfireAdminOperations.createDiskStore(SchemaObjectDefinition diskStoreDefinition)
Creates a
DiskStore based on the given schema object definition . |
void |
GemfireAdminOperations.createDiskStore(SchemaObjectDefinition diskStoreDefinition)
Creates a
DiskStore based on the given schema object definition . |
default void |
GemfireAdminOperations.createDiskStores(SchemaObjectDefinition... diskStoreDefinitions) |
void |
AbstractGemfireAdminOperations.createLuceneIndex(SchemaObjectDefinition luceneIndexDefinition)
|
void |
GemfireAdminOperations.createLuceneIndex(SchemaObjectDefinition luceneIndexDefinition)
|
default void |
GemfireAdminOperations.createLuceneIndexes(SchemaObjectDefinition... luceneIndexDefinitions) |
Modifier and Type | Method and Description |
---|---|
default void |
GemfireAdminOperations.createDiskStores(Iterable<SchemaObjectDefinition> diskStoreDefinitions) |
default void |
GemfireAdminOperations.createLuceneIndexes(Iterable<SchemaObjectDefinition> luceneIndexDefinitions) |
Modifier and Type | Method and Description |
---|---|
Optional<? extends SchemaObjectDefinition> |
SchemaObjectDefiner.define(Object schemaObject)
|
Modifier and Type | Class and Description |
---|---|
class |
IndexDefinition
IndexDefinition is an Abstract Data Type (ADT) encapsulating the configuration meta-data used to define
a new Apache Geode / Pivotal GemFire Region Index . |
class |
RegionDefinition
RegionDefinition is an Abstract Data Type (ADT) encapsulating the configuration meta-data used to
define a new Apache Geode / Pivotal GemFire cache Region . |
Modifier and Type | Method and Description |
---|---|
Optional<? extends SchemaObjectDefinition> |
ComposableSchemaObjectDefiner.define(Object schemaObject) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.