public static class ClusteringBoundOrBoundary.Serializer
extends java.lang.Object
Constructor and Description |
---|
Serializer() |
Modifier and Type | Method and Description |
---|---|
ClusteringBoundOrBoundary<byte[]> |
deserialize(DataInputPlus in,
int version,
java.util.List<AbstractType<?>> types) |
ClusteringBoundOrBoundary<byte[]> |
deserializeValues(DataInputPlus in,
ClusteringPrefix.Kind kind,
int version,
java.util.List<AbstractType<?>> types) |
<T> void |
serialize(ClusteringBoundOrBoundary<T> bound,
DataOutputPlus out,
int version,
java.util.List<AbstractType<?>> types) |
<T> long |
serializedSize(ClusteringBoundOrBoundary<T> bound,
int version,
java.util.List<AbstractType<?>> types) |
void |
skipValues(DataInputPlus in,
ClusteringPrefix.Kind kind,
int version,
java.util.List<AbstractType<?>> types) |
public <T> void serialize(ClusteringBoundOrBoundary<T> bound, DataOutputPlus out, int version, java.util.List<AbstractType<?>> types) throws java.io.IOException
java.io.IOException
public <T> long serializedSize(ClusteringBoundOrBoundary<T> bound, int version, java.util.List<AbstractType<?>> types)
public ClusteringBoundOrBoundary<byte[]> deserialize(DataInputPlus in, int version, java.util.List<AbstractType<?>> types) throws java.io.IOException
java.io.IOException
public void skipValues(DataInputPlus in, ClusteringPrefix.Kind kind, int version, java.util.List<AbstractType<?>> types) throws java.io.IOException
java.io.IOException
public ClusteringBoundOrBoundary<byte[]> deserializeValues(DataInputPlus in, ClusteringPrefix.Kind kind, int version, java.util.List<AbstractType<?>> types) throws java.io.IOException
java.io.IOException
Copyright © 2009-2022 The Apache Software Foundation