Class BMCallable

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Boolean>

    public class BMCallable
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Boolean>
    • Constructor Summary

      Constructors 
      Constructor Description
      BMCallable​(org.apache.hadoop.hbase.client.BufferedMutator bm, org.apache.hadoop.hbase.client.BufferedMutator.ExceptionListener listener, com.mapr.fs.MapRHTable mTable, java.util.LinkedList<java.lang.Object> requests, java.util.LinkedList<java.lang.Object> responses)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BMCallable

        public BMCallable​(org.apache.hadoop.hbase.client.BufferedMutator bm,
                          org.apache.hadoop.hbase.client.BufferedMutator.ExceptionListener listener,
                          com.mapr.fs.MapRHTable mTable,
                          java.util.LinkedList<java.lang.Object> requests,
                          java.util.LinkedList<java.lang.Object> responses)
    • Method Detail

      • call

        public java.lang.Boolean call()
                               throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Boolean>
        Throws:
        java.lang.Exception