Lines Matching refs:to
28 # key (string) - Which key to get the value of.
29 # column_family (string) - Which column family to check for the key.
41 # key (string) - Which key to associate the value with.
42 # value (string) - The value to associate with the key.
43 # column_family (string) - Which column family to put the key-value pair
55 # key (string) - Which key to delete the value of..
56 # column_family (string) - Which column family to check for the key.
60 # Returns true if an error occurred while trying to delete the key in
63 # a value, this will still return true. Use the `get` method prior to
64 # this method to check if a value existed before the call to `delete`.
72 # column_family (string) - Which column family to dump the pairs from.
82 # Execute an atomic batch of writes (i.e. puts and deletes) to the
86 # by column family to execute
90 # successfully written to the database, or false otherwise.
107 # In addition to the endpoints of the range, the method is overloaded to
110 # begin (string) - First key in the range to compact.
111 # end (string) - Last key in the range to compact.
116 # column_family (string) - Which column family to compact the range in.
145 * 'column_family' => The name (string) of the column family to apply the
146 changes to.
151 # 'lastname' => 'Rossi' atomically to the database.
162 # 'name' => 'Saghm Rossi' to the column family 'user1' and the pair
163 # 'name' => 'Matt Blaze' to the column family 'user2'. All writes