| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
static TickerType |
TickerType.getTickerType(byte value)
Get Ticker type by byte value.
|
static TickerType |
TickerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TickerType[] |
TickerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
Statistics.getAndResetTickerCount(TickerType tickerType)
Get the count for a ticker and reset the tickers count.
|
long |
Statistics.getTickerCount(TickerType tickerType)
Get the count for a ticker.
|
void |
StatisticsCollectorCallback.tickerCallback(TickerType tickerType,
long tickerCount)
Callback function to get ticker values.
|
Copyright © 2021. All rights reserved.