public class FeedIntakeOperatorDescriptor
extends org.apache.hyracks.dataflow.std.base.AbstractSingleActivityOperatorDescriptor
| Constructor and Description |
|---|
FeedIntakeOperatorDescriptor(org.apache.hyracks.api.job.JobSpecification spec,
PrimaryFeed primaryFeed,
IFeedAdapterFactory adapterFactory,
ARecordType adapterOutputType,
FeedPolicyAccessor policyAccessor) |
FeedIntakeOperatorDescriptor(org.apache.hyracks.api.job.JobSpecification spec,
PrimaryFeed primaryFeed,
String adapterLibraryName,
String adapterFactoryClassName,
ARecordType adapterOutputType,
FeedPolicyAccessor policyAccessor) |
| 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) |
FeedId |
getFeedId() |
contributeActivities, getActivityIdpublic FeedIntakeOperatorDescriptor(org.apache.hyracks.api.job.JobSpecification spec,
PrimaryFeed primaryFeed,
IFeedAdapterFactory adapterFactory,
ARecordType adapterOutputType,
FeedPolicyAccessor policyAccessor)
public FeedIntakeOperatorDescriptor(org.apache.hyracks.api.job.JobSpecification spec,
PrimaryFeed primaryFeed,
String adapterLibraryName,
String adapterFactoryClassName,
ARecordType adapterOutputType,
FeedPolicyAccessor policyAccessor)
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 FeedId getFeedId()
Copyright © 2016 The Apache Software Foundation. All rights reserved.