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

Packages that use LogCopyInfo
org.apache.accumulo.core.tabletserver.thrift   
org.apache.accumulo.server.logger   
org.apache.accumulo.server.tabletserver.log   
 

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

Fields in org.apache.accumulo.core.tabletserver.thrift declared as LogCopyInfo
 LogCopyInfo MutationLogger.startCopy_result.success
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return LogCopyInfo
 LogCopyInfo LogCopyInfo.deepCopy()
           
 LogCopyInfo MutationLogger.AsyncClient.startCopy_call.getResult()
           
 LogCopyInfo MutationLogger.startCopy_result.getSuccess()
           
 LogCopyInfo MutationLogger.Client.recv_startCopy()
           
 LogCopyInfo LogCopyInfo.setFileSize(long fileSize)
           
 LogCopyInfo LogCopyInfo.setLoggerZNode(String loggerZNode)
           
 LogCopyInfo MutationLogger.Iface.startCopy(TInfo tinfo, AuthInfo credentials, String name, String fullyQualifiedFileName, boolean sort)
           
 LogCopyInfo MutationLogger.Client.startCopy(TInfo tinfo, AuthInfo credentials, String name, String fullyQualifiedFileName, boolean sort)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type LogCopyInfo
 int LogCopyInfo.compareTo(LogCopyInfo other)
           
 boolean LogCopyInfo.equals(LogCopyInfo that)
           
 MutationLogger.startCopy_result MutationLogger.startCopy_result.setSuccess(LogCopyInfo success)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type LogCopyInfo
LogCopyInfo(LogCopyInfo other)
          Performs a deep copy on other.
MutationLogger.startCopy_result(LogCopyInfo success, ThriftSecurityException sec)
           
 

Uses of LogCopyInfo in org.apache.accumulo.server.logger
 

Methods in org.apache.accumulo.server.logger that return LogCopyInfo
 LogCopyInfo LogService.startCopy(TInfo info, AuthInfo credentials, String localLog, String fullyQualifiedFileName, boolean sort)
           
 

Uses of LogCopyInfo in org.apache.accumulo.server.tabletserver.log
 

Methods in org.apache.accumulo.server.tabletserver.log that return LogCopyInfo
 LogCopyInfo RemoteLogger.startCopy(String name, String fullyQualifiedFileName, boolean sort)
           
 



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