Documentation
¶
Index ¶
Constants ¶
View Source
const ( SIGNAL_START = 0 UPDATE_HEARTBEAT_TABLE = 1 GET_HEARTBEAT_TABLE = 2 ASSIGN_COORDINATOR = 3 REMOVE_COORDINATOR = 4 CREATE_VIRTUAL_NODE = 5 UPDATE_VIRTUAL_NODES = 6 UPDATE_RPC_MAP = 7 STORE_AND_REPLICATE = 8 STRICT_STORE = 9 // Take list of v.nodes and send it forward R-1 nodes EVENTUAL_STORE = 10 // Sent by the neighbouring node to the next R-1 nodes STRICT_OWNER_DOWN = 11 // When Owner is down, Sent to Strict Con Node\ RELAY_DELETE_SECRET = 12 ACQUIRE_USER_LOCK = 13 RELEASE_USER_LOCK = 14 FETCH_ORIGINAL_SECRETS = 15 FETCH_REPLICA_SECRETS = 16 GIVE_ME_DATA = 17 DELETE_SECRET_ALL_INSTANCES = 18 GET_ALL_SECRETS = 19 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.