Package | Description |
---|---|
com.om.mxs.client.japi |
Modifier and Type | Method and Description |
---|---|
static MatrixStoreConnection.MatrixStoreConnectionBuilder |
MatrixStoreConnection.builder()
Produces a builder used to create a new connection.
|
MatrixStoreConnection.MatrixStoreConnectionBuilder |
MatrixStoreConnection.MatrixStoreConnectionBuilder.withClusterId(java.lang.String clusterId)
Id of the cluster you are connecting to.
|
MatrixStoreConnection.MatrixStoreConnectionBuilder |
MatrixStoreConnection.MatrixStoreConnectionBuilder.withHosts(java.lang.String[] hosts)
Host addresses of the cluster you are connecting to.
|
MatrixStoreConnection.MatrixStoreConnectionBuilder |
MatrixStoreConnection.MatrixStoreConnectionBuilder.withProtocolName(java.lang.String protocolName)
A specific RPC protocol to use with this connection.
|