public class MatrixStoreConnection
extends java.lang.Object
MatrixStore
that connect to the same cluster to save on system resources. It can be shared between
different users as it does not hold the session state.Modifier and Type | Class and Description |
---|---|
static class |
MatrixStoreConnection.MatrixStoreConnectionBuilder
Builder for creating new instances of
MatrixStoreConnection . |
Modifier and Type | Method and Description |
---|---|
static MatrixStoreConnection.MatrixStoreConnectionBuilder |
builder()
Produces a builder used to create a new connection.
|
void |
close()
Closes the connection.
|
public static MatrixStoreConnection.MatrixStoreConnectionBuilder builder()
public void close()