Uses of Interface
org.apache.hadoop.hbase.coprocessor.MultiRowMutationProtocol

Packages that use MultiRowMutationProtocol
org.apache.hadoop.hbase.coprocessor Table of Contents 
 

Uses of MultiRowMutationProtocol in org.apache.hadoop.hbase.coprocessor
 

Classes in org.apache.hadoop.hbase.coprocessor that implement MultiRowMutationProtocol
 class MultiRowMutationEndpoint
          This class demonstrates how to implement atomic multi row transactions using HRegion.mutateRowsWithLocks(java.util.Collection, java.util.Collection) and Coprocessor endpoints.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.