Package org.elasticsearch.repositories
Class RepositoryShardId
java.lang.Object
org.elasticsearch.repositories.RepositoryShardId
- All Implemented Interfaces:
Writeable
Represents a shard snapshot in a repository.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RepositoryShardId
-
RepositoryShardId
- Throws:
IOException
-
-
Method Details
-
index
-
indexName
-
shardId
public int shardId() -
hashCode
public int hashCode() -
equals
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
toString
-