Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LioRoger/subscribe_example
/ functions
Functions
648 in github.com/LioRoger/subscribe_example
⨍
Functions
648
◇
Types & classes
82
↓ 1 callers
Method
getRecordGenerator
(Context context, Properties properties)
javaimpl/src/main/java/boot/Boot.java:107
↓ 1 callers
Method
getRecordProcessor
()
javaimpl/src/main/java/common/Context.java:16
↓ 1 callers
Method
getSource
Gets the value of the 'source' field. @return source dataource
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Record.java:275
↓ 1 callers
Method
getSourceBuilder
Gets the Builder instance for the 'source' field and creates one if it doesn't exist yet. source dataource @return This builder.
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Record.java:915
↓ 1 callers
Method
getStreamContext
(Properties properties)
javaimpl/src/main/java/boot/Boot.java:88
↓ 1 callers
Method
getTags
Gets the value of the 'tags' field. @return tags to identify properties of this record
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Record.java:341
↓ 1 callers
Method
getTestKafkaConsumer
(String groupID)
javaimpl/src/test/java/store/KafkaMetaStoreTest.java:16
↓ 1 callers
Method
getTimestamp
Gets the value of the 'timestamp' field. @return The value of the 'timestamp' field.
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Timestamp.java:98
↓ 1 callers
Method
getValueBuilder
Gets the Builder instance for the 'value' field and creates one if it doesn't exist yet. @return This builder.
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TimestampWithTimeZone.java:236
↓ 1 callers
Method
handle
(Signal signal)
javaimpl/src/main/java/boot/Boot.java:77
↓ 1 callers
Method
hasSource
Checks whether the 'source' field has been set. source dataource @return True if the 'source' field has been set, false otherwise.
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Record.java:906
↓ 1 callers
Method
hasSourceBuilder
Checks whether the 'source' field has an active Builder instance source dataource @return True if the 'source' field has an active Builder instance
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Record.java:943
↓ 1 callers
Method
hasValue
Checks whether the 'value' field has been set. @return True if the 'value' field has been set, false otherwise.
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TimestampWithTimeZone.java:228
↓ 1 callers
Method
hasValueBuilder
Checks whether the 'value' field has an active Builder instance @return True if the 'value' field has an active Builder instance
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TimestampWithTimeZone.java:262
↓ 1 callers
Method
initLog4j
()
javaimpl/src/main/java/boot/Boot.java:138
↓ 1 callers
Method
isErrorRecoverable
(Throwable e)
javaimpl/src/main/java/recordgenerator/RecordGenerator.java:178
↓ 1 callers
Method
loadConfig
(String filePath)
javaimpl/src/main/java/boot/Boot.java:152
↓ 1 callers
Method
mayCommitCheckpoint
()
javaimpl/src/main/java/recordgenerator/RecordGenerator.java:110
↓ 1 callers
Method
mergeSourceKafkaProperties
(Properties originProperties, Properties mergeToProperties)
javaimpl/src/main/java/common/Util.java:32
↓ 1 callers
Method
offer
(long timeOut, TimeUnit timeUnit, ConsumerRecord record)
javaimpl/src/main/java/recordprocessor/EtlRecordProcessor.java:31
↓ 1 callers
Method
parseCheckpoint
(String checkpoint)
javaimpl/src/main/java/boot/Boot.java:95
↓ 1 callers
Method
parseConsumerSubscribeMode
(String value)
javaimpl/src/main/java/recordgenerator/RecordGenerator.java:195
↓ 1 callers
Method
recordToString
(Record record)
javaimpl/src/main/java/boot/MysqlRecordPrinter.java:24
↓ 1 callers
Method
registerRecordListener
(String name, RecordListener recordListener)
javaimpl/src/main/java/recordprocessor/EtlRecordProcessor.java:109
↓ 1 callers
Method
registerSignalHandler
(Context context)
javaimpl/src/main/java/boot/Boot.java:75
↓ 1 callers
Method
registerStore
(String name, MetaStore metaStore)
javaimpl/src/main/java/metastore/MetaStoreCenter.java:18
↓ 1 callers
Method
remove
()
javaimpl/src/main/java/common/AtomicFileStore.java:68
↓ 1 callers
Method
serializeTo
(TopicPartition topicPartition, String group, V value)
javaimpl/src/main/java/metastore/MetaStore.java:8
↓ 1 callers
Method
serializeTo
(TopicPartition topicPartition, String group, Checkpoint value)
javaimpl/src/main/java/metastore/KafkaMetaStore.java:31
↓ 1 callers
Method
setMillis
Sets the value of the 'millis' field. @param value the value to set.
javaimpl/src/main/java/com/alibaba/dts/formats/avro/DateTime.java:227
↓ 1 callers
Method
setMinute
Sets the value of the 'minute' field. @param value the value to set.
javaimpl/src/main/java/com/alibaba/dts/formats/avro/DateTime.java:195
↓ 1 callers
Method
setRecordProcessor
(EtlRecordProcessor recordProcessor)
javaimpl/src/main/java/common/Context.java:20
↓ 1 callers
Method
setSecond
Sets the value of the 'second' field. @param value the value to set.
javaimpl/src/main/java/com/alibaba/dts/formats/avro/DateTime.java:211
↓ 1 callers
Method
setStreamSource
(RecordGenerator streamSource)
javaimpl/src/main/java/common/Context.java:12
↓ 1 callers
Method
setToCommitCheckpoint
(Checkpoint committedCheckpoint)
javaimpl/src/main/java/recordgenerator/RecordGenerator.java:117
↓ 1 callers
Method
startWorker
(EtlRecordProcessor etlRecordProcessor, RecordGenerator recordGenerator)
javaimpl/src/main/java/boot/Boot.java:65
↓ 1 callers
Method
store
(TopicPartition topicPartition, String group, Checkpoint value)
javaimpl/src/main/java/metastore/MetaStoreCenter.java:23
↓ 1 callers
Method
subscribeTopic
(TopicPartition topicPartition, Supplier<Checkpoint> streamCheckpoint)
javaimpl/src/main/java/recordgenerator/ConsumerWrap.java:32
↓ 1 callers
Method
toJson
(StoreElement storeElement)
javaimpl/src/main/java/metastore/LocalFileMetaStore.java:39
↓ 1 callers
Method
uncompressionObjectName
(String compressionName)
javaimpl/src/main/java/common/Util.java:96
↓ 1 callers
Method
unescapeName
(String name)
javaimpl/src/main/java/common/Util.java:111
↓ 1 callers
Method
updateContent
(List<String> newContent)
javaimpl/src/main/java/common/AtomicFileStore.java:39
Method
AtomicFileStore
(String fileName)
javaimpl/src/main/java/common/AtomicFileStore.java:12
Method
AvroDeserializer
()
javaimpl/src/main/java/recordprocessor/AvroDeserializer.java:16
Method
BinaryGeometry
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/BinaryGeometry.java:62
Method
BinaryObject
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/BinaryObject.java:62
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Float.java:184
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Decimal.java:184
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Record.java:479
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Source.java:165
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Character.java:162
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Timestamp.java:162
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TextObject.java:162
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TextGeometry.java:162
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TimestampWithTimeZone.java:163
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/BinaryGeometry.java:162
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/BinaryObject.java:162
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Integer.java:162
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Field.java:162
Method
Builder
Creates a new Builder
javaimpl/src/main/java/com/alibaba/dts/formats/avro/DateTime.java:272
Method
Character
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Character.java:62
Method
Checkpoint
(TopicPartition topicPartition, long timeStamp, long offset, String info)
javaimpl/src/main/java/common/Checkpoint.java:13
Method
ClusterSwitchException
(String message, Throwable cause)
javaimpl/src/main/java/recordgenerator/ClusterSwitchListener.java:57
Method
DateTime
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/DateTime.java:67
Method
Decimal
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Decimal.java:63
Method
DefaultConsumerWrap
(Properties properties)
javaimpl/src/main/java/recordgenerator/ConsumerWrap.java:44
Method
EtlRecordProcessor
(OffsetCommitCallBack offsetCommitCallBack, Context context)
javaimpl/src/main/java/recordprocessor/EtlRecordProcessor.java:46
Method
Field
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Field.java:62
Method
FieldEntryHolder
(List<Object> originFields)
javaimpl/src/main/java/common/FieldEntryHolder.java:11
Method
Float
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Float.java:63
Method
Integer
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Integer.java:62
Method
KafkaMetaStore
(KafkaConsumer kafkaConsumer)
javaimpl/src/main/java/metastore/KafkaMetaStore.java:23
Method
LocalFileMetaStore
(String fileName)
javaimpl/src/main/java/metastore/LocalFileMetaStore.java:35
Method
MetaStoreCenter
()
javaimpl/src/main/java/metastore/MetaStoreCenter.java:14
Method
Record
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Record.java:85
Method
RecordGenerator
(Properties properties, Context context, Checkpoint initialCheckpoint, ConsumerWrapFactory consumerWrapFactory
javaimpl/src/main/java/recordgenerator/RecordGenerator.java:43
Method
Source
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Source.java:63
Method
StoreElement
(String groupName, Map<TopicPartition, Checkpoint> streamCheckpoint)
javaimpl/src/main/java/metastore/LocalFileMetaStore.java:27
Method
TextGeometry
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TextGeometry.java:62
Method
TextObject
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TextObject.java:62
Method
Timestamp
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Timestamp.java:62
Method
TimestampWithTimeZone
Default constructor. Note that this does not initialize fields to their default values from the schema. If that is desired then one should use <code
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TimestampWithTimeZone.java:62
Method
UniqueKeyGenerator
()
javaimpl/src/main/java/common/UniqueKeyGenerator.java:10
Method
UserRecord
(TopicPartition tp, long offset, Record record, UserCommitCallBack userCommitCallBack)
javaimpl/src/main/java/common/UserRecord.java:12
Method
WorkThread
(T r)
javaimpl/src/main/java/common/WorkThread.java:11
Method
assignTopic
(TopicPartition topicPartition, Checkpoint checkpoint)
javaimpl/src/main/java/recordgenerator/ConsumerWrap.java:69
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Float.java:342
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Decimal.java:343
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Record.java:1282
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Source.java:283
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Character.java:276
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Timestamp.java:274
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TextObject.java:276
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TextGeometry.java:276
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/TimestampWithTimeZone.java:316
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/BinaryGeometry.java:276
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/BinaryObject.java:276
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Integer.java:275
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/Field.java:275
Method
build
()
javaimpl/src/main/java/com/alibaba/dts/formats/avro/DateTime.java:621
← previous
next →
101–200 of 648, ranked by callers