public class PodLogRetrievalAsync extends Object implements IPodLogRetrievalAsync
IPodLogRetrievalAsync.IPodLogListener, IPodLogRetrievalAsync.Options| Constructor and Description |
|---|
PodLogRetrievalAsync(IPod pod,
IClient client) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Well known name of the capability
|
boolean |
isSupported()
Allow the implementation of the capability to determine if it is supported on
the OpenShift server.
|
IStoppable |
start(IPodLogRetrievalAsync.IPodLogListener listener)
Start retrieving logs using the given listener and options
|
IStoppable |
start(IPodLogRetrievalAsync.IPodLogListener listener,
IPodLogRetrievalAsync.Options options)
Start retrieving logs using the given listener and options
|
public boolean isSupported()
ICapabilityisSupported in interface ICapabilitypublic String getName()
ICapabilitygetName in interface ICapabilitypublic IStoppable start(IPodLogRetrievalAsync.IPodLogListener listener)
IPodLogRetrievalAsyncstart in interface IPodLogRetrievalAsyncpublic IStoppable start(IPodLogRetrievalAsync.IPodLogListener listener, IPodLogRetrievalAsync.Options options)
IPodLogRetrievalAsyncstart in interface IPodLogRetrievalAsyncoptions - options for retrieving logsCopyright © 2020 Red Hat, Inc. All Rights Reserved.