public class FeedCollectOperatorDescriptor
extends org.apache.hyracks.dataflow.std.base.AbstractSingleActivityOperatorDescriptor
| Constructor and Description |
|---|
FeedCollectOperatorDescriptor(org.apache.hyracks.api.job.JobSpecification spec,
FeedConnectionId feedConnectionId,
FeedId sourceFeedId,
ARecordType atype,
org.apache.hyracks.api.dataflow.value.RecordDescriptor rDesc,
Map<String,String> feedPolicyProperties,
IFeedLifecycleListener.ConnectionLocation subscriptionLocation) |
| 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) |
FeedConnectionId |
getFeedConnectionId() |
Map<String,String> |
getFeedPolicyProperties() |
IAType |
getOutputType() |
org.apache.hyracks.api.dataflow.value.RecordDescriptor |
getRecordDescriptor() |
FeedId |
getSourceFeedId() |
IFeedLifecycleListener.ConnectionLocation |
getSubscriptionLocation() |
contributeActivities, getActivityIdpublic FeedCollectOperatorDescriptor(org.apache.hyracks.api.job.JobSpecification spec,
FeedConnectionId feedConnectionId,
FeedId sourceFeedId,
ARecordType atype,
org.apache.hyracks.api.dataflow.value.RecordDescriptor rDesc,
Map<String,String> feedPolicyProperties,
IFeedLifecycleListener.ConnectionLocation subscriptionLocation)
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 FeedConnectionId getFeedConnectionId()
public IAType getOutputType()
public org.apache.hyracks.api.dataflow.value.RecordDescriptor getRecordDescriptor()
public FeedId getSourceFeedId()
public IFeedLifecycleListener.ConnectionLocation getSubscriptionLocation()
Copyright © 2016 The Apache Software Foundation. All rights reserved.