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

Public Member Functions

int getValue ()
 

Static Public Member Functions

static rpc_data_type findByValue (int value)
 

Public Attributes

 RPC_NONE =(0)
 
 RPC_BOOL =(1)
 
 RPC_CHAR =(2)
 
 RPC_UCHAR =(3)
 
 RPC_SHORT =(4)
 
 RPC_USHORT =(5)
 
 RPC_INT =(6)
 
 RPC_UINT =(7)
 
 RPC_LONG =(8)
 
 RPC_ULONG =(9)
 
 RPC_FLOAT =(10)
 
 RPC_DOUBLE =(11)
 
 RPC_STRING =(12)
 
 RPC_RECORD =(10001)
 
 RPC_ALERT =(10002)
 

Member Function Documentation

◆ findByValue()

static rpc_data_type confluo.rpc.rpc_data_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_data_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: