public final class BinaryStatementRegistry extends Object
| Constructor and Description |
|---|
BinaryStatementRegistry() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionScopeBinaryStatementRegistry |
get(int connectionId)
Get connection scope binary statement registry.
|
static BinaryStatementRegistry |
getInstance()
Get instance of binary statement registry.
|
void |
register(int connectionId)
Register.
|
void |
unregister(int connectionId)
Unregister.
|
public static BinaryStatementRegistry getInstance()
public void register(int connectionId)
connectionId - connection idpublic void unregister(int connectionId)
connectionId - connection idpublic ConnectionScopeBinaryStatementRegistry get(int connectionId)
connectionId - connection idCopyright © 2020 The Apache Software Foundation. All rights reserved.