public class MovAvgModelStreams extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MovAvgModelStreams.Stream
A stream that knows how to read an heuristic from the input.
|
| Constructor and Description |
|---|
MovAvgModelStreams() |
| Modifier and Type | Method and Description |
|---|---|
static MovAvgModel |
read(StreamInput in) |
static void |
registerStream(MovAvgModelStreams.Stream stream)
Registers the given stream and associate it with the given types.
|
public static MovAvgModel read(StreamInput in) throws IOException
IOExceptionpublic static void registerStream(MovAvgModelStreams.Stream stream)
stream - The stream to registerCopyright © 2009–2017. All rights reserved.