public class BucketStreamContext extends Object implements Streamable
| Constructor and Description |
|---|
BucketStreamContext() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
attributes() |
void |
attributes(Map<String,Object> attributes) |
ValueFormatter |
formatter() |
void |
formatter(ValueFormatter formatter) |
boolean |
keyed() |
void |
keyed(boolean keyed) |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
public void formatter(ValueFormatter formatter)
public ValueFormatter formatter()
public void keyed(boolean keyed)
public boolean keyed()
public 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.