public class TableRegistry extends Object
| Constructor and Description |
|---|
TableRegistry() |
| Modifier and Type | Method and Description |
|---|---|
TableInfo |
get(String name)
Retrieve a Table by its name, or return null when not found.
|
TableInfo |
put(net.quasardb.qdb.Session session,
String name)
Dynamically resolve a table and add it to the registry.
|
TableInfo |
put(String name,
net.quasardb.qdb.ts.Table t) |
TableInfo |
put(String name,
TableInfo t) |
TableInfo |
put(net.quasardb.qdb.ts.Table t) |
public TableInfo put(net.quasardb.qdb.Session session, String name)
session - Active connection with the QuasarDB clustername - Table name to look up and add.public TableInfo put(net.quasardb.qdb.ts.Table t)
Copyright © 2020. All rights reserved.