Package | Description |
---|---|
org.drools.model | |
org.drools.model.impl |
Modifier and Type | Method and Description |
---|---|
WindowDefinition.Type |
WindowDefinition.getType() |
static WindowDefinition.Type |
WindowDefinition.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowDefinition.Type[] |
WindowDefinition.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Window |
DSL.window(WindowDefinition.Type type,
long value) |
static <T> WindowReference<T> |
DSL.window(WindowDefinition.Type type,
long value,
Class<T> patternType,
Predicate1<T>... predicates) |
static Window |
DSL.window(WindowDefinition.Type type,
long value,
TimeUnit timeUnit) |
static <T> WindowReference<T> |
DSL.window(WindowDefinition.Type type,
long value,
TimeUnit timeUnit,
Class<T> patternType,
Predicate1<T>... predicates) |
Modifier and Type | Method and Description |
---|---|
WindowDefinition.Type |
AbstractWindow.getType() |
Constructor and Description |
---|
AbstractWindow(WindowDefinition.Type type,
long value) |
AbstractWindow(WindowDefinition.Type type,
long value,
TimeUnit timeUnit) |
WindowImpl(WindowDefinition.Type type,
long value) |
WindowImpl(WindowDefinition.Type type,
long value,
TimeUnit timeUnit) |
WindowReferenceImpl(WindowDefinition.Type type,
long value,
Class<T> patternType,
Predicate1<T>... predicates) |
WindowReferenceImpl(WindowDefinition.Type type,
long value,
TimeUnit timeUnit,
Class<T> patternType,
Predicate1<T>... predicates) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.