Package | Description |
---|---|
org.apache.cassandra.db.virtual |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVirtualTable
An abstract virtual table implementation that builds the resultset on demand.
|
class |
InternodeInboundTable |
class |
InternodeOutboundTable |
Modifier and Type | Method and Description |
---|---|
VirtualTable |
VirtualKeyspaceRegistry.getTableNullable(TableId id) |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<VirtualTable> |
TableMetricTables.getAll(java.lang.String name)
Generates all table metric tables in a collection
|
com.google.common.collect.ImmutableCollection<VirtualTable> |
VirtualKeyspace.tables() |
Constructor and Description |
---|
VirtualKeyspace(java.lang.String name,
java.util.Collection<VirtualTable> tables) |
Copyright © 2009-2020 The Apache Software Foundation