A B C D E F G H I L M N O P R S T W 
所有类 所有程序包

A

add(boolean) - 类 中的方法io.hstream.HArrayBuilder
 
add(double) - 类 中的方法io.hstream.HArrayBuilder
 
add(int) - 类 中的方法io.hstream.HArrayBuilder
 
add(long) - 类 中的方法io.hstream.HArrayBuilder
 
add(HArray) - 类 中的方法io.hstream.HArrayBuilder
 
add(HRecord) - 类 中的方法io.hstream.HArrayBuilder
 
add(String) - 类 中的方法io.hstream.HArrayBuilder
 

B

build() - 类 中的方法io.hstream.ClientBuilder
 
build() - 类 中的方法io.hstream.ConsumerBuilder
 
build() - 类 中的方法io.hstream.HArrayBuilder
 
build() - 类 中的方法io.hstream.HRecordBuilder
 
build() - 类 中的方法io.hstream.ProducerBuilder
 
builder() - 接口 中的静态方法io.hstream.HStreamClient
 
buildHStreamRecordFromHRecord(HRecord) - 类 中的静态方法io.hstream.util.RecordUtils
 
buildHStreamRecordFromRawRecord(byte[]) - 类 中的静态方法io.hstream.util.RecordUtils
 

C

ClientBuilder - io.hstream中的类
 
ClientBuilder() - 类 的构造器io.hstream.ClientBuilder
 
ClientImpl - io.hstream.impl中的类
 
ClientImpl(String) - 类 的构造器io.hstream.impl.ClientImpl
 
close() - 类 中的方法io.hstream.impl.ClientImpl
 
commit(RecordId) - 接口 中的方法io.hstream.Consumer
 
commit(RecordId) - 类 中的方法io.hstream.impl.ConsumerImpl
 
Consumer - io.hstream中的接口
 
ConsumerBuilder - io.hstream中的类
 
ConsumerBuilder(HStreamApiGrpc.HStreamApiStub) - 类 的构造器io.hstream.ConsumerBuilder
 
ConsumerImpl - io.hstream.impl中的类
 
ConsumerImpl(HStreamApiGrpc.HStreamApiStub, String, String, long, int) - 类 的构造器io.hstream.impl.ConsumerImpl
 
createStream(String) - 接口 中的方法io.hstream.HStreamClient
 
createStream(String) - 类 中的方法io.hstream.impl.ClientImpl
 

D

deleteStream(String) - 接口 中的方法io.hstream.HStreamClient
 
deleteStream(String) - 类 中的方法io.hstream.impl.ClientImpl
 
deleteSubscription(String) - 接口 中的方法io.hstream.HStreamClient
 
deleteSubscription(String) - 类 中的方法io.hstream.impl.ClientImpl
 

E

enableBatch() - 类 中的方法io.hstream.ProducerBuilder
 

F

flush() - 类 中的方法io.hstream.impl.ProducerImpl
 
flush() - 接口 中的方法io.hstream.Producer
 

G

getBoolean(int) - 类 中的方法io.hstream.HArray
 
getBoolean(String) - 类 中的方法io.hstream.HRecord
 
getDelegate() - 类 中的方法io.hstream.HArray
 
getDelegate() - 类 中的方法io.hstream.HRecord
 
getDouble(int) - 类 中的方法io.hstream.HArray
 
getDouble(String) - 类 中的方法io.hstream.HRecord
 
getHArray(int) - 类 中的方法io.hstream.HArray
 
getHArray(String) - 类 中的方法io.hstream.HRecord
 
getHRecord() - 类 中的方法io.hstream.ReceivedHRecord
 
getHRecord(int) - 类 中的方法io.hstream.HArray
 
getHRecord(String) - 类 中的方法io.hstream.HRecord
 
getInt(int) - 类 中的方法io.hstream.HArray
 
getInt(String) - 类 中的方法io.hstream.HRecord
 
getLong(int) - 类 中的方法io.hstream.HArray
 
getLong(String) - 类 中的方法io.hstream.HRecord
 
getRawRecord() - 类 中的方法io.hstream.ReceivedRawRecord
 
getRecordId() - 类 中的方法io.hstream.ReceivedHRecord
 
getRecordId() - 类 中的方法io.hstream.ReceivedRawRecord
 
getString(int) - 类 中的方法io.hstream.HArray
 
getString(String) - 类 中的方法io.hstream.HRecord
 

H

HArray - io.hstream中的类
 
HArray(ListValue) - 类 的构造器io.hstream.HArray
 
HArrayBuilder - io.hstream中的类
 
HArrayBuilder() - 类 的构造器io.hstream.HArrayBuilder
 
HRecord - io.hstream中的类
 
HRecord(Struct) - 类 的构造器io.hstream.HRecord
 
HRecordBuilder - io.hstream中的类
 
HRecordBuilder() - 类 的构造器io.hstream.HRecordBuilder
 
HStreamClient - io.hstream中的接口
 
HStreamDBClientException - io.hstream中的异常错误
 
HStreamDBClientException(String) - 异常错误 的构造器io.hstream.HStreamDBClientException
 
HStreamDBClientException(String, Throwable) - 异常错误 的构造器io.hstream.HStreamDBClientException
 
HStreamDBClientException(Throwable) - 异常错误 的构造器io.hstream.HStreamDBClientException
 
HStreamDBClientException.InvalidRecordException - io.hstream中的异常错误
 

I

InvalidRecordException(String) - 异常错误 的构造器io.hstream.HStreamDBClientException.InvalidRecordException
 
InvalidRecordException(String, Throwable) - 异常错误 的构造器io.hstream.HStreamDBClientException.InvalidRecordException
 
io.hstream - 程序包 io.hstream
 
io.hstream.impl - 程序包 io.hstream.impl
 
io.hstream.util - 程序包 io.hstream.util
 

L

listStreams() - 接口 中的方法io.hstream.HStreamClient
 
listStreams() - 类 中的方法io.hstream.impl.ClientImpl
 
listSubscriptions() - 接口 中的方法io.hstream.HStreamClient
 
listSubscriptions() - 类 中的方法io.hstream.impl.ClientImpl
 

M

maxPollRecords(int) - 类 中的方法io.hstream.ConsumerBuilder
 

N

newBuilder() - 类 中的静态方法io.hstream.HArray
 
newBuilder() - 类 中的静态方法io.hstream.HRecord
 
newConsumer() - 接口 中的方法io.hstream.HStreamClient
 
newConsumer() - 类 中的方法io.hstream.impl.ClientImpl
 
newProducer() - 接口 中的方法io.hstream.HStreamClient
 
newProducer() - 类 中的方法io.hstream.impl.ClientImpl
 

O

Observer<V> - io.hstream中的接口
 
onCompleted() - 接口 中的方法io.hstream.Observer
Receives a notification of successful completion.
onError(Throwable) - 接口 中的方法io.hstream.Observer
Receives a terminating error.
onNext(V) - 接口 中的方法io.hstream.Observer
Receives a value.

P

parseHRecordFromHStreamRecord(HStreamRecord) - 类 中的静态方法io.hstream.util.RecordUtils
 
parseRawRecordFromHStreamRecord(HStreamRecord) - 类 中的静态方法io.hstream.util.RecordUtils
 
pollHRecords() - 接口 中的方法io.hstream.Consumer
 
pollHRecords() - 类 中的方法io.hstream.impl.ConsumerImpl
 
pollRawRecords() - 接口 中的方法io.hstream.Consumer
 
pollRawRecords() - 类 中的方法io.hstream.impl.ConsumerImpl
 
pollTimeoutMs(long) - 类 中的方法io.hstream.ConsumerBuilder
 
Producer - io.hstream中的接口
 
ProducerBuilder - io.hstream中的类
 
ProducerBuilder(HStreamApiGrpc.HStreamApiStub) - 类 的构造器io.hstream.ProducerBuilder
 
ProducerImpl - io.hstream.impl中的类
 
ProducerImpl(HStreamApiGrpc.HStreamApiStub, String, boolean, int) - 类 的构造器io.hstream.impl.ProducerImpl
 
Publisher<V> - io.hstream中的接口
 
put(String, boolean) - 类 中的方法io.hstream.HRecordBuilder
 
put(String, double) - 类 中的方法io.hstream.HRecordBuilder
 
put(String, HArray) - 类 中的方法io.hstream.HRecordBuilder
 
put(String, HRecord) - 类 中的方法io.hstream.HRecordBuilder
 
put(String, String) - 类 中的方法io.hstream.HRecordBuilder
 

R

ReceivedHRecord - io.hstream中的类
 
ReceivedHRecord(RecordId, HRecord) - 类 的构造器io.hstream.ReceivedHRecord
 
ReceivedRawRecord - io.hstream中的类
 
ReceivedRawRecord(RecordId, byte[]) - 类 的构造器io.hstream.ReceivedRawRecord
 
recordCountLimit(int) - 类 中的方法io.hstream.ProducerBuilder
 
RecordUtils - io.hstream.util中的类
 
RecordUtils() - 类 的构造器io.hstream.util.RecordUtils
 

S

serviceUrl(String) - 类 中的方法io.hstream.ClientBuilder
 
size() - 类 中的方法io.hstream.HArray
 
stream(String) - 类 中的方法io.hstream.ConsumerBuilder
 
stream(String) - 类 中的方法io.hstream.ProducerBuilder
 
streamQuery(String) - 接口 中的方法io.hstream.HStreamClient
 
streamQuery(String) - 类 中的方法io.hstream.impl.ClientImpl
 
subscribe(Observer<? super V>) - 接口 中的方法io.hstream.Publisher
Request Publisher to start streaming data.
subscription(String) - 类 中的方法io.hstream.ConsumerBuilder
 

T

toByteString() - 类 中的方法io.hstream.HRecord
 
toString() - 类 中的方法io.hstream.HRecord
 

W

write(byte[]) - 类 中的方法io.hstream.impl.ProducerImpl
 
write(byte[]) - 接口 中的方法io.hstream.Producer
 
write(HRecord) - 类 中的方法io.hstream.impl.ProducerImpl
 
write(HRecord) - 接口 中的方法io.hstream.Producer
 
writeAsync(byte[]) - 类 中的方法io.hstream.impl.ProducerImpl
 
writeAsync(byte[]) - 接口 中的方法io.hstream.Producer
 
writeAsync(HRecord) - 类 中的方法io.hstream.impl.ProducerImpl
 
writeAsync(HRecord) - 接口 中的方法io.hstream.Producer
 
A B C D E F G H I L M N O P R S T W 
所有类 所有程序包