Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethod.make(String packageName,
String classPostfix,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateSimpleBase.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateContext.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateDataflow.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
List<StmtForgeMethodResult> |
DataflowDescForge.getForgables() |
Constructor and Description |
---|
DataflowDescForge(String dataflowName,
Map<String,EventType> declaredTypes,
Map<Integer,OperatorMetadataDescriptor> operatorMetadata,
Set<Integer> operatorBuildOrder,
Map<Integer,DataFlowOperatorForge> operatorFactories,
List<LogicalChannel> logicalChannels,
List<StmtForgeMethodResult> forgables,
List<StmtClassForgeableFactory> additionalForgables) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateIndex.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateSchema.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateTable.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateVariable.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodCreateWindow.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodOnTrigger.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodSelectResult.getForgeResult() |
StmtForgeMethodResult |
StmtForgeMethodSelect.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Constructor and Description |
---|
StmtForgeMethodSelectResult(StmtForgeMethodResult forgeResult,
EventType eventType,
int numStreams) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
StmtForgeMethodUpdate.make(String packageName,
String classPostfix,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
StmtForgeMethodResult |
DataFlowOpForgeInitializeResult.getAdditionalForgeables() |
Modifier and Type | Method and Description |
---|---|
void |
DataFlowOpForgeInitializeResult.setAdditionalForgeables(StmtForgeMethodResult additionalForgeables) |
Copyright © 2005–2020. All rights reserved.