Class Selector.SelectorDeserializer
java.lang.Object
org.apache.cassandra.cql3.selection.Selector.SelectorDeserializer
- Enclosing class:
- Selector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Selectordeserialize(DataInputPlus in, int version, TableMetadata metadata) protected final AbstractType<?>readType(KeyspaceMetadata keyspace, DataInputPlus in) protected final AbstractType<?>readType(TableMetadata metadata, DataInputPlus in)
-
Constructor Details
-
SelectorDeserializer
protected SelectorDeserializer()
-
-
Method Details
-
deserialize
protected abstract Selector deserialize(DataInputPlus in, int version, TableMetadata metadata) throws IOException - Throws:
IOException
-
readType
protected final AbstractType<?> readType(TableMetadata metadata, DataInputPlus in) throws IOException - Throws:
IOException
-
readType
protected final AbstractType<?> readType(KeyspaceMetadata keyspace, DataInputPlus in) throws IOException - Throws:
IOException
-