Package | Description |
---|---|
com.om.mxs.client.japi |
Modifier and Type | Method and Description |
---|---|
MatrixStoreConnection |
MatrixStoreConnection.MatrixStoreConnectionBuilder.build()
Create a new connection to the MatrixStore cluster using the details
supplied to the builder.
|
MatrixStoreConnection |
MatrixStore.getConnection()
Returns object representing connection to a cluster or null if connection has been closed
|
Modifier and Type | Method and Description |
---|---|
MatrixStoreBuilder |
MatrixStoreBuilder.withConnection(MatrixStoreConnection conn)
Connection to use for the life time of the
MatrixStore instance. |