Class IndexAbstraction.ConcreteIndex
java.lang.Object
org.elasticsearch.cluster.metadata.IndexAbstraction.ConcreteIndex
- All Implemented Interfaces:
IndexAbstraction
- Enclosing interface:
- IndexAbstraction
Represents an concrete index and encapsulates its
IndexMetadata
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.cluster.metadata.IndexAbstraction
IndexAbstraction.Alias, IndexAbstraction.ConcreteIndex, IndexAbstraction.DataStream, IndexAbstraction.Type
-
Constructor Summary
ConstructorDescriptionConcreteIndex
(IndexMetadata indexMetadata) ConcreteIndex
(IndexMetadata indexMetadata, IndexAbstraction.DataStream dataStream) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.cluster.metadata.IndexAbstraction
isDataStreamRelated
-
Constructor Details
-
ConcreteIndex
-
ConcreteIndex
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceIndexAbstraction
- Returns:
- the name of the index abstraction
-
getType
- Specified by:
getType
in interfaceIndexAbstraction
- Returns:
- the type of the index abstraction
-
getIndices
- Specified by:
getIndices
in interfaceIndexAbstraction
- Returns:
- All
IndexMetadata
of all concrete indices this index abstraction is referring to.
-
getWriteIndex
Description copied from interface:IndexAbstraction
A write index is a dedicated concrete index, that accepts all the new documents that belong to an index abstraction.A write index may also be a regular concrete index of a index abstraction and may therefore also be returned by
IndexAbstraction.getIndices()
. An index abstraction may also not have a dedicated write index.- Specified by:
getWriteIndex
in interfaceIndexAbstraction
- Returns:
- the write index of this index abstraction or
null
if this index abstraction doesn't have a write index.
-
getParentDataStream
- Specified by:
getParentDataStream
in interfaceIndexAbstraction
- Returns:
- the data stream to which this index belongs or
null
if this is not a concrete index or if it is a concrete index that does not belong to a data stream.
-
isHidden
public boolean isHidden()- Specified by:
isHidden
in interfaceIndexAbstraction
- Returns:
- whether this index abstraction is hidden or not
-
isSystem
public boolean isSystem()- Specified by:
isSystem
in interfaceIndexAbstraction
- Returns:
- whether this index abstraction should be treated as a system index or not
-
getAliases
- Specified by:
getAliases
in interfaceIndexAbstraction
- Returns:
- the names of aliases referring to this instance.
Returns
null
if aliases can't point to this instance.
-
equals
-
hashCode
public int hashCode()
-