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

Public Member Functions

int getValue ()
 

Static Public Member Functions

static rpc_storage_mode findByValue (int value)
 

Public Attributes

 RPC_IN_MEMORY =(0)
 
 RPC_DURABLE_RELAXED =(1)
 
 RPC_DURABLE =(2)
 

Member Function Documentation

◆ findByValue()

static rpc_storage_mode confluo.rpc.rpc_storage_mode.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_storage_mode.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: