public class IndexInfo extends Object
Contains basic information on an Index
.
Modifier | Constructor and Description |
---|---|
protected |
IndexInfo(Index index) |
Modifier and Type | Method and Description |
---|---|
protected static IndexInfo |
Create(Index index) |
String |
getIndexFolder()
Gets the full folder name where index is located.
|
UUID |
getIndexId()
Gets the index unique identifier.
|
int |
getIndexStatus()
Gets the index status.
|
String |
getVersion()
Gets the index version.
|
protected IndexInfo(Index index)
public final UUID getIndexId()
Gets the index unique identifier.
public final String getIndexFolder()
Gets the full folder name where index is located.
public final int getIndexStatus()
Gets the index status.
public final String getVersion()
Gets the index version.