Uses of Class
org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_args

Packages that use MasterClientService.waitForFlush_args
org.apache.accumulo.core.master.thrift   
 

Uses of MasterClientService.waitForFlush_args in org.apache.accumulo.core.master.thrift
 

Methods in org.apache.accumulo.core.master.thrift that return MasterClientService.waitForFlush_args
 MasterClientService.waitForFlush_args MasterClientService.waitForFlush_args.deepCopy()
           
 MasterClientService.waitForFlush_args MasterClientService.Processor.waitForFlush.getEmptyArgsInstance()
           
 MasterClientService.waitForFlush_args MasterClientService.waitForFlush_args.setCredentials(TCredentials credentials)
           
 MasterClientService.waitForFlush_args MasterClientService.waitForFlush_args.setEndRow(byte[] endRow)
           
 MasterClientService.waitForFlush_args MasterClientService.waitForFlush_args.setEndRow(ByteBuffer endRow)
           
 MasterClientService.waitForFlush_args MasterClientService.waitForFlush_args.setFlushID(long flushID)
           
 MasterClientService.waitForFlush_args MasterClientService.waitForFlush_args.setMaxLoops(long maxLoops)
           
 MasterClientService.waitForFlush_args MasterClientService.waitForFlush_args.setStartRow(byte[] startRow)
           
 MasterClientService.waitForFlush_args MasterClientService.waitForFlush_args.setStartRow(ByteBuffer startRow)
           
 MasterClientService.waitForFlush_args MasterClientService.waitForFlush_args.setTableName(String tableName)
           
 MasterClientService.waitForFlush_args MasterClientService.waitForFlush_args.setTinfo(TInfo tinfo)
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type MasterClientService.waitForFlush_args
 int MasterClientService.waitForFlush_args.compareTo(MasterClientService.waitForFlush_args other)
           
 boolean MasterClientService.waitForFlush_args.equals(MasterClientService.waitForFlush_args that)
           
 MasterClientService.waitForFlush_result MasterClientService.Processor.waitForFlush.getResult(I iface, MasterClientService.waitForFlush_args args)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type MasterClientService.waitForFlush_args
MasterClientService.waitForFlush_args(MasterClientService.waitForFlush_args other)
          Performs a deep copy on other.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.