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

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

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

Fields in org.apache.accumulo.core.tabletserver.thrift declared as LogFile
 LogFile MutationLogger.create_result.success
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return LogFile
 LogFile LogFile.clone()
          Deprecated. 
 LogFile MutationLogger.Iface.create(TInfo tinfo, AuthInfo credentials, java.lang.String tserverSession)
           
 LogFile MutationLogger.Client.create(TInfo tinfo, AuthInfo credentials, java.lang.String tserverSession)
           
 LogFile LogFile.deepCopy()
           
 LogFile MutationLogger.create_result.getSuccess()
           
 LogFile MutationLogger.Client.recv_create()
           
 LogFile LogFile.setId(long id)
           
 LogFile LogFile.setName(java.lang.String name)
           
 

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

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



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