Class ProtectedConfigIndexService.ConfigIndex
- java.lang.Object
-
- com.floragunn.searchguard.configuration.ProtectedConfigIndexService.ConfigIndex
-
- Enclosing class:
- ProtectedConfigIndexService
public static class ProtectedConfigIndexService.ConfigIndex extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigIndex(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtectedConfigIndexService.ConfigIndexdependsOnIndices(String... indexDependencies)Map<String,Object>getMapping()SortedMap<Integer,Map<String,Object>>getMappingUpdates()StringgetName()ProtectedConfigIndexService.ConfigIndexmapping(Map<String,Object> mapping)ProtectedConfigIndexService.ConfigIndexmapping(Map<String,Object> mapping, int mappingVersion)ProtectedConfigIndexService.ConfigIndexmappingUpdate(int fromVersion, Map<String,Object> mappingDelta)ProtectedConfigIndexService.ConfigIndexonIndexReady(ProtectedConfigIndexService.IndexReadyListener listener)
-
-
-
Constructor Detail
-
ConfigIndex
public ConfigIndex(String name)
-
-
Method Detail
-
mapping
public ProtectedConfigIndexService.ConfigIndex mapping(Map<String,Object> mapping)
-
mapping
public ProtectedConfigIndexService.ConfigIndex mapping(Map<String,Object> mapping, int mappingVersion)
-
mappingUpdate
public ProtectedConfigIndexService.ConfigIndex mappingUpdate(int fromVersion, Map<String,Object> mappingDelta)
-
onIndexReady
public ProtectedConfigIndexService.ConfigIndex onIndexReady(ProtectedConfigIndexService.IndexReadyListener listener)
-
dependsOnIndices
public ProtectedConfigIndexService.ConfigIndex dependsOnIndices(String... indexDependencies)
-
getName
public String getName()
-
-