Confluo  0.1.0
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
confluo.rpc.rpc_iterator_type Enum Reference
Inheritance diagram for confluo.rpc.rpc_iterator_type:

Public Member Functions

int getValue ()
 

Static Public Member Functions

static rpc_iterator_type findByValue (int value)
 

Public Attributes

 RPC_ADHOC =(0)
 
 RPC_PREDEF =(1)
 
 RPC_COMBINED =(2)
 
 RPC_ALERTS =(3)
 

Member Function Documentation

◆ findByValue()

static rpc_iterator_type confluo.rpc.rpc_iterator_type.findByValue ( int  value)
inlinestatic

Find a the enum type by its integer value, as defined in the Thrift IDL.

Returns
null if the value is not found.

◆ getValue()

int confluo.rpc.rpc_iterator_type.getValue ( )
inline

Get the integer value of this enum value, as defined in the Thrift IDL.


The documentation for this enum was generated from the following file: