Tag

Java API

0 views collected around this technical thread.

DataFunTalk
DataFunTalk
Nov 9, 2022 · Artificial Intelligence

Design and Usage of Flink ML Java and Python APIs, Ecosystem Construction, and Future Directions

This article introduces the Flink Machine Learning Library, detailing the design and usage of its Java and Python APIs, core interfaces such as WithParams, Stage, Estimator, and AlgoOperator, workflow for training and inference, pipeline/graph construction, ecosystem initiatives, and upcoming development plans.

AIFlinkJava API
0 likes · 12 min read
Design and Usage of Flink ML Java and Python APIs, Ecosystem Construction, and Future Directions
Top Architect
Top Architect
Jul 10, 2021 · Fundamentals

Reflection and Polymorphism in Java: Concepts, Implementation, and Practical Applications

This article explains Java's reflection and polymorphism mechanisms, detailing their theoretical foundations, runtime type identification (RTTI), method table implementation, practical code examples, common use cases, performance and security drawbacks, and the differences between reflection and polymorphism.

JavaJava APIObject-Oriented Programming
0 likes · 24 min read
Reflection and Polymorphism in Java: Concepts, Implementation, and Practical Applications
Architects Research Society
Architects Research Society
Jan 9, 2021 · Big Data

Understanding Transactions in Apache Kafka: Semantics, API, and Practical Guidance

This article explains the purpose, semantics, and design of Apache Kafka’s transaction API, detailing how it enables exactly‑once processing for stream‑processing applications, the role of transaction coordinators and logs, Java API usage, performance considerations, and best‑practice guidance.

Apache KafkaJava APIStream Processing
0 likes · 19 min read
Understanding Transactions in Apache Kafka: Semantics, API, and Practical Guidance
Architect's Tech Stack
Architect's Tech Stack
Jun 10, 2019 · Backend Development

Understanding Java Reflection and Class Loading Mechanisms

This article explains Java reflection fundamentals, including Class object usage, dynamic class loading, method and field introspection, generic type handling, and detailed class loader mechanisms, providing code examples and practical insights for backend developers.

BackendClass LoadingJava
0 likes · 8 min read
Understanding Java Reflection and Class Loading Mechanisms