类 TableViewImpl<T>
java.lang.Object
org.apache.pulsar.client.impl.TableViewImpl<T>
- 所有已实现的接口:
Closeable,AutoCloseable,TableView<T>
-
方法概要
修饰符和类型方法说明voidclose()booleancontainsKey(String key) entrySet()voidforEach(BiConsumer<String, T> action) voidforEachAndListen(BiConsumer<String, T> action) booleanisEmpty()keySet()voidlisten(BiConsumer<String, T> action) voidrefresh()intsize()values()
-
方法详细资料
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- 指定者:
containsKey在接口中TableView<T>
-
get
-
entrySet
-
keySet
-
values
-
forEach
-
listen
-
forEachAndListen
- 指定者:
forEachAndListen在接口中TableView<T>
-
closeAsync
- 指定者:
closeAsync在接口中TableView<T>
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 抛出:
PulsarClientException
-
refreshAsync
- 指定者:
refreshAsync在接口中TableView<T>
-
refresh
- 指定者:
refresh在接口中TableView<T>- 抛出:
PulsarClientException
-