public class Index extends Object implements Streamable
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.