Package | Description |
---|---|
org.apache.cassandra.thrift |
Modifier and Type | Field and Description |
---|---|
SuperColumn |
ColumnOrSuperColumn.super_column |
Modifier and Type | Method and Description |
---|---|
SuperColumn |
SuperColumn.deepCopy() |
SuperColumn |
ColumnOrSuperColumn.getSuper_column() |
SuperColumn |
SuperColumn.setColumns(java.util.List<Column> columns) |
SuperColumn |
SuperColumn.setName(byte[] name) |
SuperColumn |
SuperColumn.setName(java.nio.ByteBuffer name) |
Modifier and Type | Method and Description |
---|---|
int |
SuperColumn.compareTo(SuperColumn other) |
boolean |
SuperColumn.equals(SuperColumn that) |
ColumnOrSuperColumn |
ColumnOrSuperColumn.setSuper_column(SuperColumn super_column) |
Constructor and Description |
---|
SuperColumn(SuperColumn other)
Performs a deep copy on other.
|
Copyright © 2020 The Apache Software Foundation