Uses of Enum Class
com.blueriq.component.api.FlushMode
Packages that use FlushMode
-
Uses of FlushMode in com.blueriq.component.api
Subclasses with type arguments of type FlushMode in com.blueriq.component.apiModifier and TypeClassDescriptionenumMembers of this enum are used to indicate to theIAquimaSessionsMapsession manager the intent for a requested session.Methods in com.blueriq.component.api that return FlushModeModifier and TypeMethodDescriptionstatic FlushModeFlushMode.getEffectiveFlushMode(FlushMode first, FlushMode second) When there is a choice between two flush modes to be used, this method determines the effective flush mode between the two choices, the one with the highest precedence.static FlushModeReturns the enum constant of this class with the specified name.static FlushMode[]FlushMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blueriq.component.api with parameters of type FlushModeModifier and TypeMethodDescriptionstatic FlushModeFlushMode.getEffectiveFlushMode(FlushMode first, FlushMode second) When there is a choice between two flush modes to be used, this method determines the effective flush mode between the two choices, the one with the highest precedence.IAquimaSessionsMap.getSession(String aquimaSessionId, FlushMode flushMode) Returns the session with the specified id.booleanFlushMode.hasHigherPrecedence(FlushMode other) Returns whether this flush mode has higher precendence than the other flush mode.