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

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

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)
           
 



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