public class ColumnIdentifier extends java.lang.Object implements RawSelector, java.lang.Comparable<ColumnIdentifier>
RawSelector.WithFunction, RawSelector.WritetimeOrTTL| Modifier and Type | Field and Description |
|---|---|
java.nio.ByteBuffer |
key |
| Constructor and Description |
|---|
ColumnIdentifier(java.nio.ByteBuffer key,
AbstractType type) |
ColumnIdentifier(java.lang.String rawText,
boolean keepCase) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ColumnIdentifier other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public ColumnIdentifier(java.lang.String rawText,
boolean keepCase)
public ColumnIdentifier(java.nio.ByteBuffer key,
AbstractType type)
public final int hashCode()
hashCode in class java.lang.Objectpublic final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(ColumnIdentifier other)
compareTo in interface java.lang.Comparable<ColumnIdentifier>Copyright © 2014 The Apache Software Foundation