protected abstract static class Selector.SelectorDeserializer
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
SelectorDeserializer() |
Modifier and Type | Method and Description |
---|---|
protected abstract Selector |
deserialize(DataInputPlus in,
int version,
TableMetadata metadata) |
protected AbstractType<?> |
readType(KeyspaceMetadata keyspace,
DataInputPlus in) |
protected AbstractType<?> |
readType(TableMetadata metadata,
DataInputPlus in) |
protected abstract Selector deserialize(DataInputPlus in, int version, TableMetadata metadata) throws java.io.IOException
java.io.IOException
protected final AbstractType<?> readType(TableMetadata metadata, DataInputPlus in) throws java.io.IOException
java.io.IOException
protected final AbstractType<?> readType(KeyspaceMetadata keyspace, DataInputPlus in) throws java.io.IOException
java.io.IOException
Copyright © 2009- The Apache Software Foundation