Guest User

Untitled

a guest
Jul 8th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. endpoint c:Client conn {
  2. host: "localhost",
  3. port: 9042,
  4. username: "cassandra",
  5. password: "cassandra",
  6. options: {
  7. queryOptionsConfig: { consistencyLevel: "ONE", defaultIdempotence: false },
  8. protocolOptionsConfig: { sslEnabled: false },
  9. socketOptionsConfig: { connectTimeoutMillis: 500, readTimeoutMillis: 1000 },
  10. poolingOptionsConfig: { maxConnectionsPerHostLocal: 5, newConnectionThresholdLocal: 10 } }
  11. };
Add Comment
Please, Sign In to add comment