Uses of Class
org.apache.flink.core.memory.ManagedMemoryUseCase
-
Packages that use ManagedMemoryUseCase Package Description org.apache.flink.api.dag org.apache.flink.core.memory -
-
Uses of ManagedMemoryUseCase in org.apache.flink.api.dag
Methods in org.apache.flink.api.dag that return types with arguments of type ManagedMemoryUseCase Modifier and Type Method Description Map<ManagedMemoryUseCase,Integer>Transformation. getManagedMemoryOperatorScopeUseCaseWeights()Get operator scope use cases that this transformation needs managed memory for, and the use-case-specific weights for this transformation.Set<ManagedMemoryUseCase>Transformation. getManagedMemorySlotScopeUseCases()Get slot scope use cases that this transformation needs managed memory for.Methods in org.apache.flink.api.dag with parameters of type ManagedMemoryUseCase Modifier and Type Method Description Optional<Integer>Transformation. declareManagedMemoryUseCaseAtOperatorScope(ManagedMemoryUseCase managedMemoryUseCase, int weight)Declares that this transformation contains certain operator scope managed memory use case.voidTransformation. declareManagedMemoryUseCaseAtSlotScope(ManagedMemoryUseCase managedMemoryUseCase)Declares that this transformation contains certain slot scope managed memory use case. -
Uses of ManagedMemoryUseCase in org.apache.flink.core.memory
Methods in org.apache.flink.core.memory that return ManagedMemoryUseCase Modifier and Type Method Description static ManagedMemoryUseCaseManagedMemoryUseCase. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedMemoryUseCase[]ManagedMemoryUseCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-