| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.adapters | |
| org.cloudfoundry.client.lib.domain | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationLog> |
CloudControllerClientImpl.getRecentLogs(String applicationName) |
List<ApplicationLog> |
CloudControllerClient.getRecentLogs(String applicationName)
Stream recent log entries.
|
List<ApplicationLog> |
CloudControllerClientImpl.getRecentLogs(UUID applicationGuid) |
List<ApplicationLog> |
CloudControllerClient.getRecentLogs(UUID applicationGuid)
Get recent log entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationLogListener.onMessage(ApplicationLog log) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLog |
RawApplicationLog.derive() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableApplicationLog
Immutable implementation of
ApplicationLog. |
| Modifier and Type | Method and Description |
|---|---|
int |
ApplicationLog.compareTo(ApplicationLog other) |
static ImmutableApplicationLog |
ImmutableApplicationLog.copyOf(ApplicationLog instance)
Creates an immutable copy of a
ApplicationLog value. |
ImmutableApplicationLog.Builder |
ImmutableApplicationLog.Builder.from(ApplicationLog instance)
Fill a builder with attribute values from the provided
ApplicationLog instance. |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationLog> |
CloudControllerRestClient.getRecentLogs(String applicationName) |
List<ApplicationLog> |
CloudControllerRestClientImpl.getRecentLogs(String applicationName) |
List<ApplicationLog> |
CloudControllerRestClient.getRecentLogs(UUID applicationGuid) |
List<ApplicationLog> |
CloudControllerRestClientImpl.getRecentLogs(UUID applicationGuid) |
Copyright © 2020 SAP SE. All rights reserved.