|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.util.io.BooleanStreamable
public class BooleanStreamable
| Constructor Summary | |
|---|---|
BooleanStreamable()
|
|
BooleanStreamable(boolean value)
|
|
| Method Summary | |
|---|---|
boolean |
get()
|
void |
readFrom(StreamInput in)
|
void |
set(boolean newValue)
|
void |
writeTo(StreamOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanStreamable()
public BooleanStreamable(boolean value)
| Method Detail |
|---|
public void set(boolean newValue)
public boolean get()
public void readFrom(StreamInput in)
throws java.io.IOException
readFrom in interface Streamablejava.io.IOException
public void writeTo(StreamOutput out)
throws java.io.IOException
writeTo in interface Streamablejava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||