Package | Description |
---|---|
org.elasticsearch.index.gateway |
Modifier and Type | Method and Description |
---|---|
CommitPoint.Type |
CommitPoint.type() |
static CommitPoint.Type |
CommitPoint.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitPoint.Type[] |
CommitPoint.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CommitPoint(long version,
String name,
CommitPoint.Type type,
List<CommitPoint.FileInfo> indexFiles,
List<CommitPoint.FileInfo> translogFiles) |
Copyright © 2009–2015. All rights reserved.