public class TableViewImpl<T> extends Object implements TableView<T>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CompletableFuture<Void> |
closeAsync() |
boolean |
containsKey(String key) |
Set<Map.Entry<String,T>> |
entrySet() |
void |
forEach(BiConsumer<String,T> action) |
void |
forEachAndListen(BiConsumer<String,T> action) |
T |
get(String key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
int |
size() |
Collection<T> |
values() |
public boolean containsKey(String key)
containsKey in interface TableView<T>public Collection<T> values()
public void forEach(BiConsumer<String,T> action)
public void forEachAndListen(BiConsumer<String,T> action)
forEachAndListen in interface TableView<T>public CompletableFuture<Void> closeAsync()
closeAsync in interface TableView<T>public void close()
throws PulsarClientException
close in interface Closeableclose in interface AutoCloseablePulsarClientExceptionCopyright © 2017–2022 Apache Software Foundation. All rights reserved.