MCPcopy Create free account

hub / github.com/LearningJournal/Kafka-Streams-Real-time-Stream-Processing / functions

Functions1,924 in github.com/LearningJournal/Kafka-Streams-Real-time-Stream-Processing

Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
custom-window/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
counting-session/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
ad-campaigns/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
rewards-in-memory/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
ktable-aggregate-query/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
last-login/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
stream-join/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
kstream-aggregate/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
top3-inventories/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
(Map<String, ?> map)
partitioned-producer/src/main/java/guru/learningjournal/kafka/examples/OddEvenPartitioner.java:61
Methodconfigure
(Map<String, ?> config, boolean isKey)
transactional-producer/src/main/java/guru/learningjournal/kafka/examples/JsonSerializer.java:36
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
time-check/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
rewards-table/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
(Map<String, ?> config, boolean isKey)
json-producer/src/main/java/guru/learningjournal/kafka/examples/JsonSerializer.java:39
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
topology-test/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
counting-window/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
(Map<String, ?> config, boolean isKey)
pos-simulator/src/main/java/guru/learningjournal/kafka/examples/serde/JsonSerializer.java:34
Methodconfigure
(Map<String, ?> map, boolean b)
json-consumer/src/main/java/guru/learningjournal/kafka/examples/JsonDeserializer.java:35
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
pos-fanout/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
ktable-aggregate/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methodconfigure
Set the specific Java Object Class Name @param props set specific.class.name to your specific Java Class Name @param isKey set it to false
custom-sink/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:44
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
custom-window/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
counting-session/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
ad-campaigns/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
rewards-in-memory/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
ktable-aggregate-query/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
last-login/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
stream-join/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
kstream-aggregate/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
top3-inventories/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
time-check/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
rewards-table/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
topology-test/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
counting-window/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a JsonNode @param topic topic name @param data message bytes @return JsonNode
json-consumer/src/main/java/guru/learningjournal/kafka/examples/JsonDeserializer.java:46
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
pos-fanout/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
ktable-aggregate/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methoddeserialize
Deserialize to a POJO @param topic topic name @param data message bytes @return Specific Java Object
custom-sink/src/main/java/guru/learningjournal/kafka/examples/serde/JsonDeserializer.java:57
Methodextract
(ConsumerRecord<Object, Object> consumerRecord, long prevTime)
counting-session/src/main/java/guru/learningjournal/kafka/examples/common/AppTimestampExtractor.java:31
Methodextract
(ConsumerRecord<Object, Object> consumerRecord, long prevTime)
stream-join/src/main/java/guru/learningjournal/kafka/examples/common/AppTimeExtractor.java:34
Methodextract
(ConsumerRecord<Object, Object> consumerRecord, long prevTime)
stream-join/src/main/java/guru/learningjournal/kafka/examples/common/AppTimeExtractor.java:47
Methodextract
(ConsumerRecord<Object, Object> consumerRecord, long prevTime)
time-check/src/main/java/guru/learningjournal/kafka/examples/InvoiceTimeExtractor.java:31
Methodextract
(ConsumerRecord<Object, Object> consumerRecord, long prevTime)
counting-window/src/main/java/guru/learningjournal/kafka/examples/InvoiceTimeExtractor.java:31
Methodget
(int field$)
pojo-from-avro/src/main/java/guru/learningjournal/kafka/examples/types/Notification.java:44
Methodget
(int field$)
pos-simulator-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosLineItem.java:47
Methodget
(int field$)
pos-simulator-avro/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:47
Methodget
(int field$)
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosLineItem.java:47
Methodget
(int field$)
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:47
Methodget
(int field$)
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/Notification.java:44
Methodget
(int field$)
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/HadoopRecord.java:77
MethodgetAdClicks
()
ad-campaigns/src/main/java/guru/learningjournal/kafka/examples/types/CampaignPerformance.java:54
MethodgetAdImpressions
()
ad-campaigns/src/main/java/guru/learningjournal/kafka/examples/types/CampaignPerformance.java:39
MethodgetAdditionalProperties
()
custom-window/src/main/java/guru/learningjournal/kafka/examples/types/StockTicker.java:76
MethodgetAdditionalProperties
()
pojo-from-json/src/main/java/guru/learningjournal/kafka/examples/types/Notification.java:96
MethodgetAdditionalProperties
()
custom-sink/src/main/java/guru/learningjournal/kafka/examples/types/GenericRecord.java:53
MethodgetAddressLine
()
rewards-in-memory/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:30
MethodgetAddressLine
Gets the value of the 'AddressLine' field. @return The value of the 'AddressLine' field.
pos-simulator-avro/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:75
MethodgetAddressLine
Gets the value of the 'AddressLine' field. @return The value.
pos-simulator-avro/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:254
MethodgetAddressLine
()
time-check/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:30
MethodgetAddressLine
()
rewards-table/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:30
MethodgetAddressLine
()
pos-simulator/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:30
MethodgetAddressLine
Gets the value of the 'AddressLine' field. @return The value of the 'AddressLine' field.
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:75
MethodgetAddressLine
Gets the value of the 'AddressLine' field. @return The value.
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:254
MethodgetAddressLine
()
pos-fanout/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:30
MethodgetAmount
()
stream-join/src/main/java/guru/learningjournal/kafka/examples/types/PaymentRequest.java:93
MethodgetAvgSalary
()
ktable-aggregate-query/src/main/java/guru/learningjournal/kafka/examples/types/DepartmentAggregate.java:54
MethodgetAvgSalary
()
kstream-aggregate/src/main/java/guru/learningjournal/kafka/examples/types/DepartmentAggregate.java:54
MethodgetAvgSalary
()
ktable-aggregate/src/main/java/guru/learningjournal/kafka/examples/types/DepartmentAggregate.java:54
MethodgetCESS
()
rewards-in-memory/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:263
MethodgetCESS
Gets the value of the 'CESS' field. @return The value of the 'CESS' field.
pos-simulator-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:343
MethodgetCESS
Gets the value of the 'CESS' field. @return The value.
pos-simulator-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:1126
MethodgetCESS
()
time-check/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:263
MethodgetCESS
()
rewards-table/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:263
MethodgetCESS
()
pos-simulator/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:198
MethodgetCESS
Gets the value of the 'CESS' field. @return The value of the 'CESS' field.
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:343
MethodgetCESS
Gets the value of the 'CESS' field. @return The value.
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:1126
MethodgetCESS
()
pos-fanout/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:263
MethodgetCGST
()
rewards-in-memory/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:233
MethodgetCGST
Gets the value of the 'CGST' field. @return The value of the 'CGST' field.
pos-simulator-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:311
MethodgetCGST
Gets the value of the 'CGST' field. @return The value.
pos-simulator-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:1048
MethodgetCGST
()
time-check/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:233
MethodgetCGST
()
rewards-table/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:233
MethodgetCGST
()
pos-simulator/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:178
MethodgetCGST
Gets the value of the 'CGST' field. @return The value of the 'CGST' field.
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:311
MethodgetCGST
Gets the value of the 'CGST' field. @return The value.
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:1048
MethodgetCGST
()
pos-fanout/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:233
MethodgetCampaigner
()
ad-campaigns/src/main/java/guru/learningjournal/kafka/examples/types/AdImpression.java:36
MethodgetCampaigner
()
ad-campaigns/src/main/java/guru/learningjournal/kafka/examples/types/CampaignPerformance.java:24
MethodgetCampaigner
()
topology-test/src/main/java/guru/learningjournal/kafka/examples/types/AdImpression.java:36
MethodgetCashierID
()
rewards-in-memory/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:128
MethodgetCashierID
Gets the value of the 'CashierID' field. @return The value of the 'CashierID' field.
pos-simulator-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:199
MethodgetCashierID
Gets the value of the 'CashierID' field. @return The value.
pos-simulator-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:775
MethodgetCashierID
()
time-check/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:128
MethodgetCashierID
()
rewards-table/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:128
MethodgetCashierID
()
pos-simulator/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:108
MethodgetCashierID
Gets the value of the 'CashierID' field. @return The value of the 'CashierID' field.
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:199
MethodgetCashierID
Gets the value of the 'CashierID' field. @return The value.
pos-fanout-avro/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:775
MethodgetCashierID
()
pos-fanout/src/main/java/guru/learningjournal/kafka/examples/types/PosInvoice.java:128
MethodgetCity
()
rewards-in-memory/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:45
MethodgetCity
Gets the value of the 'City' field. @return The value of the 'City' field.
pos-simulator-avro/src/main/java/guru/learningjournal/kafka/examples/types/DeliveryAddress.java:91
← previousnext →601–700 of 1,924, ranked by callers