public interface WatchResult
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDED |
static String |
DELETED |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
io.kubernetes.client.util.Watch.Response<DiscoveryDruidNodeAndResourceVersion> |
next() |
static final String ADDED
static final String DELETED
boolean hasNext()
throws SocketTimeoutException
SocketTimeoutExceptionio.kubernetes.client.util.Watch.Response<DiscoveryDruidNodeAndResourceVersion> next()
void close()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.