| Package | Description |
|---|---|
| org.apache.flink.runtime.execution.librarycache | |
| org.apache.flink.runtime.protocols | |
| org.apache.flink.runtime.taskmanager |
| Constructor and Description |
|---|
LibraryCacheProfileResponse(LibraryCacheProfileRequest request)
Construct a library cache profile response from a given library cache profile
request and initially sets the cache status for all included library names to
false. |
| Modifier and Type | Method and Description |
|---|---|
LibraryCacheProfileResponse |
TaskOperationProtocol.getLibraryCacheProfile(LibraryCacheProfileRequest request)
Queries the task manager about the cache status of the libraries stated in the
LibraryCacheProfileRequest
object. |
| Modifier and Type | Method and Description |
|---|---|
LibraryCacheProfileResponse |
TaskManager.getLibraryCacheProfile(LibraryCacheProfileRequest request) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.