Package | Description |
---|---|
org.apache.hadoop.hive.ql.wm |
Modifier and Type | Class and Description |
---|---|
class |
CustomCounterLimit
Custom counters with limits (this will only work if the execution engine exposes this counter)
|
class |
FileSystemCounterLimit
File system specific counters with defined limits
|
class |
TimeCounterLimit
Time based counters with limits
|
class |
VertexCounterLimit
Vertex specific counters with limits
|
Modifier and Type | Method and Description |
---|---|
CounterLimit |
VertexCounterLimit.clone() |
CounterLimit |
TimeCounterLimit.clone() |
CounterLimit |
FileSystemCounterLimit.clone() |
CounterLimit |
CustomCounterLimit.clone() |
CounterLimit |
CounterLimit.clone()
Return cloned copy of this counter limit
|
CounterLimit |
TriggerExpression.getCounterLimit() |
CounterLimit |
Expression.getCounterLimit()
Return counter limit
|
Modifier and Type | Method and Description |
---|---|
Expression.Builder |
Expression.Builder.greaterThan(CounterLimit counter) |
Constructor and Description |
---|
TriggerExpression(CounterLimit counter,
Expression.Predicate predicate) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.