Uses of Class
org.apache.flink.state.forst.ForStStateBackend.PriorityQueueStateType
-
Packages that use ForStStateBackend.PriorityQueueStateType Package Description org.apache.flink.state.forst org.apache.flink.state.forst.sync -
-
Uses of ForStStateBackend.PriorityQueueStateType in org.apache.flink.state.forst
Fields in org.apache.flink.state.forst with type parameters of type ForStStateBackend.PriorityQueueStateType Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<ForStStateBackend.PriorityQueueStateType>ForStOptions. TIMER_SERVICE_FACTORYChoice of timer service implementation.Methods in org.apache.flink.state.forst that return ForStStateBackend.PriorityQueueStateType Modifier and Type Method Description static ForStStateBackend.PriorityQueueStateTypeForStStateBackend.PriorityQueueStateType. valueOf(String name)Returns the enum constant of this type with the specified name.static ForStStateBackend.PriorityQueueStateType[]ForStStateBackend.PriorityQueueStateType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ForStStateBackend.PriorityQueueStateType in org.apache.flink.state.forst.sync
Methods in org.apache.flink.state.forst.sync that return ForStStateBackend.PriorityQueueStateType Modifier and Type Method Description ForStStateBackend.PriorityQueueStateTypeForStPriorityQueueConfig. getPriorityQueueStateType()Gets the type of the priority queue state.Methods in org.apache.flink.state.forst.sync with parameters of type ForStStateBackend.PriorityQueueStateType Modifier and Type Method Description static ForStPriorityQueueConfigForStPriorityQueueConfig. buildWithPriorityQueueType(ForStStateBackend.PriorityQueueStateType type)voidForStPriorityQueueConfig. setPriorityQueueStateType(ForStStateBackend.PriorityQueueStateType type)Constructors in org.apache.flink.state.forst.sync with parameters of type ForStStateBackend.PriorityQueueStateType Constructor Description ForStPriorityQueueConfig(ForStStateBackend.PriorityQueueStateType priorityQueueStateType, int forStDBPriorityQueueSetCacheSize)
-