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.clone()
          Deprecated. 
 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
 java.util.Map<TKeyExtent,java.util.Map<java.lang.String,MapFileInfo>> TabletClientService.bulkImport_args.files
           
 

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

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type MapFileInfo
 java.util.List<TKeyExtent> TabletClientService.Iface.bulkImport(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.Map<java.lang.String,MapFileInfo>> files)
           
 java.util.List<TKeyExtent> TabletClientService.Client.bulkImport(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.Map<java.lang.String,MapFileInfo>> files)
           
 void TabletClientService.bulkImport_args.putToFiles(TKeyExtent key, java.util.Map<java.lang.String,MapFileInfo> val)
           
 void TabletClientService.Client.send_bulkImport(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.Map<java.lang.String,MapFileInfo>> files)
           
 TabletClientService.bulkImport_args TabletClientService.bulkImport_args.setFiles(java.util.Map<TKeyExtent,java.util.Map<java.lang.String,MapFileInfo>> files)
           
 

Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type MapFileInfo
TabletClientService.bulkImport_args(TInfo tinfo, AuthInfo credentials, java.util.Map<TKeyExtent,java.util.Map<java.lang.String,MapFileInfo>> files)
           
 



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