Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TabletMutations

Packages that use TabletMutations
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of TabletMutations in org.apache.accumulo.core.tabletserver.thrift
 

Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TabletMutations
 List<TabletMutations> MutationLogger.logManyTablets_args.mutations
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return TabletMutations
 TabletMutations TabletMutations.deepCopy()
           
 TabletMutations TabletMutations.setMutations(List<TMutation> mutations)
           
 TabletMutations TabletMutations.setSeq(long seq)
           
 TabletMutations TabletMutations.setTabletID(int tabletID)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TabletMutations
 List<TabletMutations> MutationLogger.logManyTablets_args.getMutations()
           
 Iterator<TabletMutations> MutationLogger.logManyTablets_args.getMutationsIterator()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletMutations
 void MutationLogger.logManyTablets_args.addToMutations(TabletMutations elem)
           
 int TabletMutations.compareTo(TabletMutations other)
           
 boolean TabletMutations.equals(TabletMutations that)
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TabletMutations
 void MutationLogger.Iface.logManyTablets(TInfo tinfo, long id, List<TabletMutations> mutations)
           
 void MutationLogger.Client.logManyTablets(TInfo tinfo, long id, List<TabletMutations> mutations)
           
 void MutationLogger.AsyncIface.logManyTablets(TInfo tinfo, long id, List<TabletMutations> mutations, org.apache.thrift.async.AsyncMethodCallback<MutationLogger.AsyncClient.logManyTablets_call> resultHandler)
           
 void MutationLogger.AsyncClient.logManyTablets(TInfo tinfo, long id, List<TabletMutations> mutations, org.apache.thrift.async.AsyncMethodCallback<MutationLogger.AsyncClient.logManyTablets_call> resultHandler)
           
 void MutationLogger.Client.send_logManyTablets(TInfo tinfo, long id, List<TabletMutations> mutations)
           
 MutationLogger.logManyTablets_args MutationLogger.logManyTablets_args.setMutations(List<TabletMutations> mutations)
           
 

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

Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TabletMutations
MutationLogger.AsyncClient.logManyTablets_call(TInfo tinfo, long id, List<TabletMutations> mutations, org.apache.thrift.async.AsyncMethodCallback<MutationLogger.AsyncClient.logManyTablets_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
MutationLogger.logManyTablets_args(TInfo tinfo, long id, List<TabletMutations> mutations)
           
 



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