public class UnfilteredDeserializer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DeserializationHelper |
helper |
protected DataInputPlus |
in |
protected TableMetadata |
metadata |
| Modifier and Type | Method and Description |
|---|---|
void |
clearState()
Clears any state in this deserializer.
|
int |
compareNextTo(ClusteringBound<?> bound)
Compare the provided bound to the next atom to read on disk.
|
static UnfilteredDeserializer |
create(TableMetadata metadata,
DataInputPlus in,
SerializationHeader header,
DeserializationHelper helper) |
boolean |
hasNext()
Whether or not there is more atom to read.
|
boolean |
nextIsRow()
Returns whether the next atom is a row or not.
|
Unfiltered |
readNext()
Returns the next atom.
|
void |
skipNext()
Skips the next atom.
|
protected final TableMetadata metadata
protected final DataInputPlus in
protected final DeserializationHelper helper
public static UnfilteredDeserializer create(TableMetadata metadata, DataInputPlus in, SerializationHeader header, DeserializationHelper helper)
public boolean hasNext()
throws java.io.IOException
java.io.IOExceptionpublic int compareNextTo(ClusteringBound<?> bound) throws java.io.IOException
java.io.IOExceptionpublic boolean nextIsRow()
throws java.io.IOException
java.io.IOExceptionpublic Unfiltered readNext() throws java.io.IOException
java.io.IOExceptionpublic void clearState()
public void skipNext()
throws java.io.IOException
java.io.IOExceptionCopyright © 2009-2022 The Apache Software Foundation