public class GetField extends Objectimplements Streamable , Iterable <Object >
| Constructor and Description |
|---|
GetField(String
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
|
Object |
getValue()
|
List |
getValues()
|
boolean |
isMetadataField()
|
Iterator |
iterator()
|
void |
readFrom(StreamInput
|
static GetField |
readGetField(StreamInput
|
void |
writeTo(StreamOutput
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic StringgetName()
public ObjectgetValue()
public boolean isMetadataField()
public static GetFieldreadGetField(StreamInput in) throws IOException
IOException
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
IOException