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