public class Index extends Object implements Streamable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
String |
name() |
void |
readFrom(StreamInput in) |
static Index |
readIndexName(StreamInput in) |
String |
toString() |
void |
writeTo(StreamOutput out) |
public Index(String name)
public String name()
public String getName()
public static Index readIndexName(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionCopyright © 2009–2017. All rights reserved.