Package org.apache.flume.PollableSink

Examples of org.apache.flume.PollableSink.Status


      }
      txn.commit();
      txn.close();

      // execute sink to process the events
      Status satus = sink.process();
       
      // verify that the append returned backoff due to timeotu
      Assert.assertEquals(satus, Status.BACKOFF);
    }
View Full Code Here

TOP

Related Classes of org.apache.flume.PollableSink.Status

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.