- Sequenced<T> - Class in io.cdap.delta.api
-
A Change event with a sequence number.
- Sequenced(T) - Constructor for class io.cdap.delta.api.Sequenced
-
Those events that don't support sequence number should use this constructor.
- Sequenced(T, long) - Constructor for class io.cdap.delta.api.Sequenced
-
- setColumns(List<ColumnDetail>) - Method in class io.cdap.delta.api.assessment.TableDetail.Builder
-
- setDatabaseName(String) - Method in class io.cdap.delta.api.DDLEvent.Builder
-
- setDatabaseName(String) - Method in class io.cdap.delta.api.DMLEvent.Builder
-
- setError(ReplicationError) - Method in interface io.cdap.delta.api.DeltaSourceContext
-
Record that there are currently errors reading change events.
- setFeatures(List<Problem>) - Method in class io.cdap.delta.api.assessment.TableDetail.Builder
-
- setIngestTimestamp(long) - Method in class io.cdap.delta.api.DMLEvent.Builder
-
- setOffset(Offset) - Method in class io.cdap.delta.api.ChangeEvent.Builder
-
- setOK() - Method in interface io.cdap.delta.api.DeltaSourceContext
-
Record that there are no errors reading change events.
- setOperation(DDLOperation.Type) - Method in class io.cdap.delta.api.DDLEvent.Builder
-
- setOperationType(DMLOperation.Type) - Method in class io.cdap.delta.api.DMLEvent.Builder
-
- setOrdering(SourceProperties.Ordering) - Method in class io.cdap.delta.api.SourceProperties.Builder
-
Sets whether the events generated by source are ordered.
- setPreviousRow(StructuredRecord) - Method in class io.cdap.delta.api.DMLEvent.Builder
-
- setPrevTableName(String) - Method in class io.cdap.delta.api.DDLEvent.Builder
-
- setPrimaryKey(List<String>) - Method in class io.cdap.delta.api.assessment.TableDetail.Builder
-
- setPrimaryKey(List<String>) - Method in class io.cdap.delta.api.DDLEvent.Builder
-
- setProperties(SourceProperties) - Method in interface io.cdap.delta.api.SourceConfigurer
-
Sets properties of source which would be helpful for target in the pipelines.
- setRow(StructuredRecord) - Method in class io.cdap.delta.api.DMLEvent.Builder
-
- setRowId(String) - Method in class io.cdap.delta.api.DMLEvent.Builder
-
- setRowIdSupported(boolean) - Method in class io.cdap.delta.api.SourceProperties.Builder
-
Sets whether the events generated by source have a row id to uniquely identify a row.
- setSchema(Schema) - Method in class io.cdap.delta.api.DDLEvent.Builder
-
- setSchemaName(String) - Method in class io.cdap.delta.api.DDLEvent.Builder
-
- setSchemaName(String) - Method in class io.cdap.delta.api.DMLEvent.Builder
-
- setSnapshot(boolean) - Method in class io.cdap.delta.api.ChangeEvent.Builder
-
- setSourceColumn(String) - Method in class io.cdap.delta.api.assessment.ColumnAssessment.Builder
-
- setSourceTimestamp(long) - Method in class io.cdap.delta.api.ChangeEvent.Builder
-
Set the source timestamp for this change event.
- setSuggestion(ColumnSuggestion) - Method in class io.cdap.delta.api.assessment.ColumnAssessment.Builder
-
- setSupport(ColumnSupport) - Method in class io.cdap.delta.api.assessment.ColumnAssessment.Builder
-
- setTableError(String, String, ReplicationError) - Method in interface io.cdap.delta.api.DeltaTargetContext
-
Record that there are currently errors applying events to a specified table.
- setTableError(String, String, String, ReplicationError) - Method in interface io.cdap.delta.api.DeltaTargetContext
-
Record that there are currently errors applying events to a specified table.
- setTableName(String) - Method in class io.cdap.delta.api.DDLEvent.Builder
-
- setTableName(String) - Method in class io.cdap.delta.api.DMLEvent.Builder
-
- setTableReplicating(String, String) - Method in interface io.cdap.delta.api.DeltaTargetContext
-
Record that a table is being replicated.
- setTableSnapshotting(String, String) - Method in interface io.cdap.delta.api.DeltaTargetContext
-
Record that the initial snapshot for the table is being applied
- setTransactionId(String) - Method in class io.cdap.delta.api.DMLEvent.Builder
-
- SourceColumn - Class in io.cdap.delta.api
-
Information about a column to read from a source table.
- SourceColumn(String) - Constructor for class io.cdap.delta.api.SourceColumn
-
- SourceColumn(String, boolean) - Constructor for class io.cdap.delta.api.SourceColumn
-
- SourceConfigurer - Interface in io.cdap.delta.api
-
Configures the replicator application source.
- SourceProperties - Class in io.cdap.delta.api
-
Represents properties of source in replicator pipeline that are exposed to the targets.
- SourceProperties.Builder - Class in io.cdap.delta.api
-
Builder for a source properties.
- SourceProperties.Ordering - Enum in io.cdap.delta.api
-
Enum describing ordering of events.
- SourceTable - Class in io.cdap.delta.api
-
Object representing what data from a table should be read by the source.
- SourceTable(String, String) - Constructor for class io.cdap.delta.api.SourceTable
-
- SourceTable(String, String, Set<SourceColumn>) - Constructor for class io.cdap.delta.api.SourceTable
-
- SourceTable(String, String, String, Set<SourceColumn>, Set<DMLOperation.Type>, Set<DDLOperation.Type>) - Constructor for class io.cdap.delta.api.SourceTable
-
- sourceTimestampMillis - Variable in class io.cdap.delta.api.ChangeEvent.Builder
-
- standardize(TableDetail) - Method in interface io.cdap.delta.api.assessment.TableRegistry
-
Standardize raw column information into a standard schema that will be sent to the target.
- StandardizedTableDetail - Class in io.cdap.delta.api.assessment
-
Standardized information about a source table.
- StandardizedTableDetail(String, String, String, List<String>, Schema) - Constructor for class io.cdap.delta.api.assessment.StandardizedTableDetail
-
- StandardizedTableDetail(String, String, List<String>, Schema) - Constructor for class io.cdap.delta.api.assessment.StandardizedTableDetail
-
- start() - Method in interface io.cdap.delta.api.EventConsumer
-
Start the event consumer.
- start(Offset) - Method in interface io.cdap.delta.api.EventReader
-
Start reading events from the given offset.
- stop() - Method in interface io.cdap.delta.api.EventConsumer
-
Stop the event consumer.
- stop() - Method in interface io.cdap.delta.api.EventReader
-
Stop reading events.
- stop(StopContext) - Method in interface io.cdap.delta.api.EventReader
-
Stop reading events.
- StopContext - Interface in io.cdap.delta.api
-
The context of a stop request to the event reader
- StopContext.Origin - Enum in io.cdap.delta.api
-
The origin of a stop request to the event reader
- valueOf(String) - Static method in enum io.cdap.delta.api.assessment.ColumnSupport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.cdap.delta.api.ChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.cdap.delta.api.DDLOperation.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.cdap.delta.api.DMLOperation.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.cdap.delta.api.SourceProperties.Ordering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.cdap.delta.api.StopContext.Origin
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.cdap.delta.api.assessment.ColumnSupport
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.cdap.delta.api.ChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.cdap.delta.api.DDLOperation.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.cdap.delta.api.DMLOperation.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.cdap.delta.api.SourceProperties.Ordering
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.cdap.delta.api.StopContext.Origin
-
Returns an array containing the constants of this enum type, in
the order they are declared.