Uses of Class
org.apache.flume.source.scribe.ResultCode

Packages that use ResultCode
org.apache.flume.source.scribe   
 

Uses of ResultCode in org.apache.flume.source.scribe
 

Fields in org.apache.flume.source.scribe declared as ResultCode
 ResultCode Scribe.Log_result.success
           
 

Methods in org.apache.flume.source.scribe that return ResultCode
static ResultCode ResultCode.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 ResultCode Scribe.AsyncClient.Log_call.getResult()
           
 ResultCode Scribe.Log_result.getSuccess()
           
 ResultCode Scribe.Iface.Log(List<LogEntry> messages)
           
 ResultCode Scribe.Client.Log(List<LogEntry> messages)
           
 ResultCode Scribe.Client.recv_Log()
           
static ResultCode ResultCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultCode[] ResultCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.flume.source.scribe with parameters of type ResultCode
 Scribe.Log_result Scribe.Log_result.setSuccess(ResultCode success)
           
 

Constructors in org.apache.flume.source.scribe with parameters of type ResultCode
Scribe.Log_result(ResultCode success)
           
 



Copyright © 2009-2014 Apache Software Foundation. All Rights Reserved.