![]() |
Shared memory representation of node. 48 bytes.
Definition at line 39 of file as_shm_cluster.h.
Private Attributes | |
uint8_t | active |
struct sockaddr_in | addr |
uint8_t | has_batch_index |
uint8_t | has_double |
uint8_t | has_geo |
uint8_t | has_replicas_all |
ck_swlock_t | lock |
char | name [AS_NODE_NAME_SIZE] |
char | pad [3] |
|
private |
Is node currently active.
Definition at line 62 of file as_shm_cluster.h.
|
private |
Socket address.
Definition at line 56 of file as_shm_cluster.h.
|
private |
Does node support batch-index protocol?
Definition at line 68 of file as_shm_cluster.h.
|
private |
Does node support floating point type?
Definition at line 80 of file as_shm_cluster.h.
|
private |
Does node support geospatial?
Definition at line 86 of file as_shm_cluster.h.
|
private |
Does node support replicas-all info protocol?
Definition at line 74 of file as_shm_cluster.h.
|
private |
Lightweight node read/write lock.
Definition at line 50 of file as_shm_cluster.h.
|
private |
Node name.
Definition at line 44 of file as_shm_cluster.h.
|
private |
Pad to 8 byte boundary.
Definition at line 92 of file as_shm_cluster.h.