public interface OperatorProfile
| Modifier and Type | Field and Description |
|---|---|
static long |
NO_DATA |
static OperatorProfile |
NONE |
| Modifier and Type | Method and Description |
|---|---|
long |
dbHits()
Database hits caused while executing this operator.
|
default double |
pageCacheHitRatio() |
long |
pageCacheHits()
Page cache hits while executing this operator.
|
long |
pageCacheMisses()
Page cache misses while executing this operator.
|
long |
rows()
Number of rows produced by this operator.
|
long |
time()
Time spent executing this operator.
|
static final long NO_DATA
static final OperatorProfile NONE
long time()
long dbHits()
long rows()
long pageCacheHits()
long pageCacheMisses()
default double pageCacheHitRatio()
Copyright © 2016–2020 MWARE SOLUTIONS. All rights reserved.