|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.common.io.stream.LongStreamable
public class LongStreamable
| Constructor Summary | |
|---|---|
LongStreamable()
|
|
LongStreamable(long value)
|
|
| Method Summary | |
|---|---|
long |
get()
|
void |
readFrom(StreamInput in)
|
void |
set(long 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 LongStreamable()
public LongStreamable(long value)
| Method Detail |
|---|
public void set(long newValue)
public long 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 | ||||||||