Uses of Class
org.apache.accumulo.core.tabletserver.thrift.MutationLogger.create_result

Packages that use MutationLogger.create_result
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of MutationLogger.create_result in org.apache.accumulo.core.tabletserver.thrift
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return MutationLogger.create_result
 MutationLogger.create_result MutationLogger.create_result.deepCopy()
           
 MutationLogger.create_result MutationLogger.create_result.setLce(LoggerClosedException lce)
           
 MutationLogger.create_result MutationLogger.create_result.setSec(ThriftSecurityException sec)
           
 MutationLogger.create_result MutationLogger.create_result.setSuccess(LogFile success)
           
 

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

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



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