PUT
metohd implementation.
@author Pier Fumagalli
To perform a Put, instantiate a Put object with the row to insert to and for each column to be inserted, execute {@link #add(byte[],byte[],byte[]) add} or{@link #add(byte[],byte[],long,byte[]) add} if setting the timestamp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|