| Modifier and Type | Method and Description |
|---|---|
AtopTable |
AtopTableHandle.getTable() |
AtopTable |
AtopSplit.getTable() |
static AtopTable |
AtopTable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtopTable[] |
AtopTable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Atop |
AtopFactory.create(AtopTable table,
ZonedDateTime date) |
Atop |
AtopProcessFactory.create(AtopTable table,
ZonedDateTime date) |
| Constructor and Description |
|---|
AtopPageSource(Semaphore readerPermits,
AtopFactory atopFactory,
ConnectorSession session,
io.airlift.slice.Slice hostIp,
AtopTable table,
ZonedDateTime date,
List<AtopTable.AtopColumn> columns,
List<Type> types) |
AtopSplit(AtopTable table,
HostAddress host,
long epochSeconds,
ZoneId timeZone) |
AtopTableHandle(String schema,
AtopTable table) |
Copyright © 2012–2018. All rights reserved.