类分层结构
- java.lang.Object
- io.hstream.ClientBuilder
- io.hstream.impl.ClientImpl (implements io.hstream.HStreamClient)
- io.hstream.ConsumerBuilder
- io.hstream.impl.ConsumerImpl (implements io.hstream.Consumer)
- io.hstream.HArray
- io.hstream.HArrayBuilder
- io.hstream.HRecord
- io.hstream.HRecordBuilder
- io.hstream.ProducerBuilder
- io.hstream.impl.ProducerImpl (implements io.hstream.Producer)
- io.hstream.ReceivedHRecord
- io.hstream.ReceivedRawRecord
- io.hstream.util.RecordUtils
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- io.hstream.HStreamDBClientException
- java.lang.RuntimeException
- java.lang.Exception
接口分层结构
- java.lang.AutoCloseable
- io.hstream.HStreamClient
- io.hstream.Consumer
- io.hstream.Observer<V>
- io.hstream.Producer
- io.hstream.Publisher<V>