See: Description
| Enum | Description |
|---|---|
| KeyInfo.Direction |
Ordering direction.
|
| Logging.Level |
ログのレベル。
|
| Annotation Type | Description |
|---|---|
| Branch |
分岐演算子を表すメソッドに付与する注釈。
|
| Checkpoint |
Represents checkpoint operator annotation.
|
| CoGroup |
グループ結合演算子を表すメソッドに付与する注釈。
|
| Confluent |
Represents confluent operator annotation.
|
| Convert |
変換演算子を表すメソッドに付与する注釈。
|
| Duplicate |
Represents duplicate operator annotation.
|
| Empty |
Represents empty operator annotation.
|
| Extend |
Represents extend operator annotation.
|
| Extract |
抽出演算子を表すメソッドに付与する注釈。
|
| Fold |
畳み込み演算子を表すメソッドに付与する注釈。
|
| GroupSort |
グループ整列演算子を表すメソッドに付与する注釈。
|
| Identity |
Represents identity operator annotation.
|
| KeyInfo |
A meta-data for each operator input which has
Key information. |
| KeyInfo.Group |
Represents an grouping strategy element.
|
| KeyInfo.Order |
Represents an ordering strategy element.
|
| Logging |
ロギング演算子を表すメソッドに付与する注釈。
|
| MasterBranch |
マスタ分岐演算子を表すメソッドに付与する注釈。
|
| MasterCheck |
マスタ確認演算子を表すメソッドに付与する注釈。
|
| MasterJoin |
マスタ結合演算子を表すメソッドに付与する注釈。
|
| MasterJoinUpdate |
マスタつき更新演算子を表すメソッドに付与する注釈。
|
| MasterSelection |
マスタ選択演算子を表すメソッドに付与する注釈。
|
| OperatorFactory |
A marker annotation for operator factory classes.
|
| OperatorHelper |
A meta-annotation that represents operator helper annotations.
|
| OperatorInfo |
A meta-data for each operator.
|
| OperatorInfo.Input |
Operator input.
|
| OperatorInfo.Output |
Operator output.
|
| OperatorInfo.Parameter |
Operator parameter.
|
| Project |
Represents project operator annotation.
|
| Restructure |
Represents restructure operator annotation.
|
| Split |
分割演算子を表すメソッドに付与する注釈。
|
| Sticky |
省略に関する最適化を抑止すべきメソッドに付与する注釈。
|
| Stop |
Represents stop operator annotation.
|
| Summarize |
単純集計演算子を表すメソッドに付与する注釈。
|
| Trace |
Represents trace operator annotation.
|
| Unique | Deprecated
Use
GroupSort instead |
| Update |
更新演算子を表すメソッドに付与する注釈。
|
| Volatile |
多重化に関する最適化を抑止すべきメソッドに付与する注釈。
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.