Class IndexResolverReplacer.Resolved
- java.lang.Object
-
- com.floragunn.searchguard.resolver.IndexResolverReplacer.Resolved
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- IndexResolverReplacer
public static final class IndexResolverReplacer.Resolved extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static IndexResolverReplacer.Resolved_LOCAL_ALL
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Set<String>getAliases()Set<String>getAllIndices()Set<String>getAllIndicesOrPattern()Set<String>getAllIndicesResolved(org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver resolver)Set<String>getOriginalRequested()Set<String>getRemoteIndices()Set<String>getTypes()inthashCode()booleanisAllIndicesEmpty()booleanisLocalAll()StringtoString()
-
-
-
Field Detail
-
_LOCAL_ALL
public static final IndexResolverReplacer.Resolved _LOCAL_ALL
-
-
Method Detail
-
isLocalAll
public boolean isLocalAll()
-
getAllIndicesResolved
public Set<String> getAllIndicesResolved(org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver resolver)
-
isAllIndicesEmpty
public boolean isAllIndicesEmpty()
-
-