public class FeedMetaOperatorDescriptor
extends org.apache.hyracks.dataflow.std.base.AbstractSingleActivityOperatorDescriptor
| Constructor and Description |
|---|
FeedMetaOperatorDescriptor(org.apache.hyracks.api.job.JobSpecification spec,
FeedConnectionId feedConnectionId,
org.apache.hyracks.api.dataflow.IOperatorDescriptor coreOperatorDescriptor,
Map<String,String> feedPolicyProperties,
IFeedRuntime.FeedRuntimeType runtimeType,
boolean enableSubscriptionMode,
String operandId) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hyracks.api.dataflow.IOperatorNodePushable |
createPushRuntime(org.apache.hyracks.api.context.IHyracksTaskContext ctx,
org.apache.hyracks.api.dataflow.value.IRecordDescriptorProvider recordDescProvider,
int partition,
int nPartitions) |
org.apache.hyracks.api.dataflow.IOperatorDescriptor |
getCoreOperator() |
IFeedRuntime.FeedRuntimeType |
getRuntimeType() |
String |
toString() |
contributeActivities, getActivityIdpublic FeedMetaOperatorDescriptor(org.apache.hyracks.api.job.JobSpecification spec,
FeedConnectionId feedConnectionId,
org.apache.hyracks.api.dataflow.IOperatorDescriptor coreOperatorDescriptor,
Map<String,String> feedPolicyProperties,
IFeedRuntime.FeedRuntimeType runtimeType,
boolean enableSubscriptionMode,
String operandId)
public org.apache.hyracks.api.dataflow.IOperatorNodePushable createPushRuntime(org.apache.hyracks.api.context.IHyracksTaskContext ctx,
org.apache.hyracks.api.dataflow.value.IRecordDescriptorProvider recordDescProvider,
int partition,
int nPartitions)
throws org.apache.hyracks.api.exceptions.HyracksDataException
org.apache.hyracks.api.exceptions.HyracksDataExceptionpublic org.apache.hyracks.api.dataflow.IOperatorDescriptor getCoreOperator()
public IFeedRuntime.FeedRuntimeType getRuntimeType()
Copyright © 2016 The Apache Software Foundation. All rights reserved.