public class OpProfileDef extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
incomingCount |
int |
operatorId |
int |
operatorType |
| Constructor and Description |
|---|
OpProfileDef(int operatorId,
int operatorType,
int incomingCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIncomingCount() |
int |
getOperatorId() |
int |
getOperatorType() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.