Class Rounding.Streams
- java.lang.Object
-
- org.elasticsearch.common.rounding.Rounding.Streams
-
- Enclosing class:
- Rounding
public static class Rounding.Streams extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Streams()
-
Method Summary
Modifier and Type Method Description static Rounding
read(StreamInput in)
static void
write(Rounding rounding, StreamOutput out)
-
-
-
Method Detail
-
write
public static void write(Rounding rounding, StreamOutput out) throws java.io.IOException
- Throws:
java.io.IOException
-
read
public static Rounding read(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
-