public static class IndexSummary.IndexSummarySerializer
extends java.lang.Object
Constructor and Description |
---|
IndexSummarySerializer() |
Modifier and Type | Method and Description |
---|---|
IndexSummary |
deserialize(java.io.DataInputStream in,
IPartitioner partitioner,
boolean haveSamplingLevel,
int expectedMinIndexInterval,
int maxIndexInterval) |
void |
serialize(IndexSummary t,
DataOutputPlus out,
boolean withSamplingLevel) |
public void serialize(IndexSummary t, DataOutputPlus out, boolean withSamplingLevel) throws java.io.IOException
java.io.IOException
public IndexSummary deserialize(java.io.DataInputStream in, IPartitioner partitioner, boolean haveSamplingLevel, int expectedMinIndexInterval, int maxIndexInterval) throws java.io.IOException
java.io.IOException
Copyright © 2018 The Apache Software Foundation