Uses of Class
org.apache.flink.core.memory.ManagedMemoryUseCase.Scope
-
Packages that use ManagedMemoryUseCase.Scope Package Description org.apache.flink.core.memory -
-
Uses of ManagedMemoryUseCase.Scope in org.apache.flink.core.memory
Fields in org.apache.flink.core.memory declared as ManagedMemoryUseCase.Scope Modifier and Type Field Description ManagedMemoryUseCase.ScopeManagedMemoryUseCase. scopeMethods in org.apache.flink.core.memory that return ManagedMemoryUseCase.Scope Modifier and Type Method Description static ManagedMemoryUseCase.ScopeManagedMemoryUseCase.Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedMemoryUseCase.Scope[]ManagedMemoryUseCase.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-