Home
last modified time | relevance | path

Searched defs:BatchMutation (Results 1 – 8 of 8) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/
H A DBatchMutation.java41 public class BatchMutation implements org.apache.thrift.TBase<BatchMutation, BatchMutation._Fields>… class
130 public BatchMutation() { in BatchMutation() method in BatchMutation
133 public BatchMutation( in BatchMutation() method in BatchMutation
145 public BatchMutation(BatchMutation other) { in BatchMutation() method in BatchMutation
/dports/misc/perkeep/perkeep-0.11/pkg/sorted/
H A Dkv.go53 CommitBatch(b BatchMutation) error
162 type BatchMutation interface { interface
/dports/databases/hbase/hbase-1.2.1/hbase-thrift/src/main/resources/org/apache/hadoop/hbase/thrift/
H A DHbase.thrift108 struct BatchMutation { struct
109 1:Text row,
110 2:list<Mutation> mutations
/dports/databases/hbase/hbase-1.2.1/hbase-examples/src/main/ruby/gen-rb/
H A Dhbase_types.rb123 class BatchMutation class
/dports/databases/hbase/hbase-1.2.1/hbase-examples/src/main/php/gen-php/Hbase/
H A DTypes.php667 class BatchMutation { class
/dports/databases/hbase/hbase-1.2.1/hbase-examples/src/main/python/thrift1/gen-py/hbase/
H A Dttypes.py489 class BatchMutation: class
/dports/databases/hbase/hbase-1.2.1/hbase-examples/src/main/cpp/gen-cpp/
H A DHbase_types.h353 BatchMutation() : row() { in BatchMutation() function
H A DHbase.h160 …void mutateRows(const Text& /* tableName */, const std::vector<BatchMutation> & /* rowBatches */, … in mutateRows()
163 …void mutateRowsTs(const Text& /* tableName */, const std::vector<BatchMutation> & /* rowBatches */… in mutateRowsTs()