Package feast.proto.core
Interface IngestionJobProto.SpecsStreamingUpdateConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IngestionJobProto.SpecsStreamingUpdateConfig,IngestionJobProto.SpecsStreamingUpdateConfig.Builder
- Enclosing class:
- IngestionJobProto
public static interface IngestionJobProto.SpecsStreamingUpdateConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceProto.KafkaSourceConfiggetAck()ack-channel for sending acknowledgments when new FeatureSetSpecs is installed in JobSourceProto.KafkaSourceConfigOrBuildergetAckOrBuilder()ack-channel for sending acknowledgments when new FeatureSetSpecs is installed in JobSourceProto.KafkaSourceConfiggetSource()out-channel for publishing new FeatureSetSpecs (by Core).SourceProto.KafkaSourceConfigOrBuildergetSourceOrBuilder()out-channel for publishing new FeatureSetSpecs (by Core).booleanhasAck()ack-channel for sending acknowledgments when new FeatureSetSpecs is installed in JobbooleanhasSource()out-channel for publishing new FeatureSetSpecs (by Core).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSource
boolean hasSource()
out-channel for publishing new FeatureSetSpecs (by Core). IngestionJob use it as source of existing FeatureSetSpecs and new real-time updates
.feast.core.KafkaSourceConfig source = 1;- Returns:
- Whether the source field is set.
-
getSource
SourceProto.KafkaSourceConfig getSource()
out-channel for publishing new FeatureSetSpecs (by Core). IngestionJob use it as source of existing FeatureSetSpecs and new real-time updates
.feast.core.KafkaSourceConfig source = 1;- Returns:
- The source.
-
getSourceOrBuilder
SourceProto.KafkaSourceConfigOrBuilder getSourceOrBuilder()
out-channel for publishing new FeatureSetSpecs (by Core). IngestionJob use it as source of existing FeatureSetSpecs and new real-time updates
.feast.core.KafkaSourceConfig source = 1;
-
hasAck
boolean hasAck()
ack-channel for sending acknowledgments when new FeatureSetSpecs is installed in Job
.feast.core.KafkaSourceConfig ack = 2;- Returns:
- Whether the ack field is set.
-
getAck
SourceProto.KafkaSourceConfig getAck()
ack-channel for sending acknowledgments when new FeatureSetSpecs is installed in Job
.feast.core.KafkaSourceConfig ack = 2;- Returns:
- The ack.
-
getAckOrBuilder
SourceProto.KafkaSourceConfigOrBuilder getAckOrBuilder()
ack-channel for sending acknowledgments when new FeatureSetSpecs is installed in Job
.feast.core.KafkaSourceConfig ack = 2;
-
-