| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | CONNECTION_EDGE_OFFSET | 0 | 
| public static final int | CONNECTION_NODE_OFFSET | 4 | 
| public static final int | CONNECTION_PAIR_SIZE | 8 | 
| public static final int | DEFAULT_AVERAGE_LABEL_LENGTH | 20 | 
| public static final int | EDGE_AGE_OFFSET | 19 | 
| public static final int | EDGE_BYTE_SIZE | 20 | 
| public static final int | EDGE_LABEL_LENGTH_OFFSET | 12 | 
| public static final int | EDGE_LABEL_START_OFFSET | 8 | 
| public static final int | EDGE_NODE1_OFFSET | 0 | 
| public static final int | EDGE_NODE2_OFFSET | 4 | 
| public static final int | EDGE_TYPE_OFFSET | 18 | 
| public static final int | EDGE_WEIGHT_OFFSET | 14 | 
| public static final java.lang.String | INFO_SPLIT_STRING | "~" | 
| public static final int | MAX_BYTE_BUFFER_SIZE | 2147478647 | 
| public static final int | NODE_AGE_OFFSET | 27 | 
| public static final int | NODE_BYTE_SIZE | 28 | 
| public static final int | NODE_IN_CONNECTION_START_OFFSET | 6 | 
| public static final int | NODE_IN_DEGREE_OFFSET | 10 | 
| public static final int | NODE_LABEL_LENGTH_OFFSET | 4 | 
| public static final int | NODE_LABEL_START_OFFSET | 0 | 
| public static final int | NODE_OUT_CONNECTION_START_OFFSET | 14 | 
| public static final int | NODE_OUT_DEGREE_OFFSET | 18 | 
| public static final int | NODE_TYPE_OFFSET | 26 | 
| public static final int | NODE_WEIGHT_OFFSET | 22 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public final java.lang.String | DATA_URL | "https://www.cs.kent.ac.uk/projects/dover/" | 
| public static final int | DEFAULT_SUBGRAPH_ENUMERATION_ATTEMPTS | 20 |