|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectme.prettyprint.cassandra.service.ColumnFamilyRowCopy<K,N>
public class ColumnFamilyRowCopy<K,N>
Copys all the columns in the source row to the destination row.
| Constructor Summary | |
|---|---|
ColumnFamilyRowCopy(Keyspace keyspace,
Serializer<K> keySerializer)
|
|
| Method Summary | |
|---|---|
void |
copy()
Copy the source row to the destination row. |
ColumnFamilyRowCopy |
setColumnFamily(String cf)
Column family the row is part of. |
ColumnFamilyRowCopy |
setDestinationKey(K destinationKey)
Key of the destination row |
ColumnFamilyRowCopy |
setMutateInterval(int interval)
Set the mutate interval. |
ColumnFamilyRowCopy |
setRowKey(K rowKey)
Key of the source row. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnFamilyRowCopy(Keyspace keyspace,
Serializer<K> keySerializer)
| Method Detail |
|---|
public ColumnFamilyRowCopy setColumnFamily(String cf)
cf - Column family name
thispublic ColumnFamilyRowCopy setRowKey(K rowKey)
rowKey - Row key
thispublic ColumnFamilyRowCopy setDestinationKey(K destinationKey)
destinationKey - Destination row key
thispublic ColumnFamilyRowCopy setMutateInterval(int interval)
interval - Mutation interval
this
public void copy()
throws HectorException
HectorException - if any required fields are not set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||