Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. public enum ApplicationState {
  2. STATUS,
  3. LOAD,
  4. SCHEMA,
  5. DC,
  6. RACK,
  7. RELEASE_VERSION,
  8. REMOVAL_COORDINATOR,
  9. SEVERITY,
  10. NET_VERSION,
  11. HOST_ID,
  12. TOKENS,
  13. RPC_READY,
  14. // pad to allow adding new states to existing cluster
  15. INTERNAL_ADDRESS_AND_PORT, //Replacement for INTERNAL_IP with up to two ports
  16. NATIVE_ADDRESS_AND_PORT, //Replacement for RPC_ADDRESS
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement