Uses of Class
org.apache.accumulo.core.data.thrift.MapFileInfo

Packages that use MapFileInfo
org.apache.accumulo.core.data.thrift   
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of MapFileInfo in org.apache.accumulo.core.data.thrift
 

Methods in org.apache.accumulo.core.data.thrift that return MapFileInfo
 MapFileInfo MapFileInfo.deepCopy()
           
 MapFileInfo MapFileInfo.setEstimatedSize(long estimatedSize)
           
 

Methods in org.apache.accumulo.core.data.thrift with parameters of type MapFileInfo
 int MapFileInfo.compareTo(MapFileInfo other)
           
 boolean MapFileInfo.equals(MapFileInfo that)
           
 

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

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

Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type MapFileInfo
 Map<TKeyExtent,Map<String,MapFileInfo>> TabletClientService.bulkImport_args.files
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type MapFileInfo
 Map<TKeyExtent,Map<String,MapFileInfo>> TabletClientService.bulkImport_args.getFiles()
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type MapFileInfo
 List<TKeyExtent> TabletClientService.Iface.bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)
           
 List<TKeyExtent> TabletClientService.Client.bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)
           
 void TabletClientService.AsyncIface.bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void TabletClientService.AsyncClient.bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void TabletClientService.bulkImport_args.putToFiles(TKeyExtent key, Map<String,MapFileInfo> val)
           
 void TabletClientService.Client.send_bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)
           
 TabletClientService.bulkImport_args TabletClientService.bulkImport_args.setFiles(Map<TKeyExtent,Map<String,MapFileInfo>> files)
           
 

Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type MapFileInfo
TabletClientService.AsyncClient.bulkImport_call(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
TabletClientService.bulkImport_args(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.