Class BufferedMutatorCallBackQueue

  • All Implemented Interfaces:
    com.mapr.fs.jni.MapRCallBackQueue

    public class BufferedMutatorCallBackQueue
    extends java.lang.Object
    implements com.mapr.fs.jni.MapRCallBackQueue
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferedMutatorCallBackQueue​(org.apache.hadoop.hbase.client.BufferedMutator bm, org.apache.hadoop.hbase.client.BufferedMutator.ExceptionListener listener, com.mapr.fs.MapRHTable mTable, java.util.concurrent.ExecutorService pool)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void runCallbackChain​(java.util.LinkedList<java.lang.Object> requests, java.util.LinkedList<java.lang.Object> responses)  
      void shutdown()  
      • Methods inherited from class java.lang.Object

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

      • BufferedMutatorCallBackQueue

        public BufferedMutatorCallBackQueue​(org.apache.hadoop.hbase.client.BufferedMutator bm,
                                            org.apache.hadoop.hbase.client.BufferedMutator.ExceptionListener listener,
                                            com.mapr.fs.MapRHTable mTable,
                                            java.util.concurrent.ExecutorService pool)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • runCallbackChain

        public void runCallbackChain​(java.util.LinkedList<java.lang.Object> requests,
                                     java.util.LinkedList<java.lang.Object> responses)
        Specified by:
        runCallbackChain in interface com.mapr.fs.jni.MapRCallBackQueue
      • shutdown

        public void shutdown()
                      throws java.io.IOException
        Throws:
        java.io.IOException