Uses of Class
org.restheart.exchange.ExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICY
-
Packages that use ExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICY Package Description org.restheart.exchange -
-
Uses of ExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICY in org.restheart.exchange
Methods in org.restheart.exchange that return ExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICY Modifier and Type Method Description ExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICYMongoRequest. getCursorAllocationPolicy()static ExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICYExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICY. valueOf(String name)Returns the enum constant of this type with the specified name.static ExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICY[]ExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICY. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.restheart.exchange with parameters of type ExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICY Modifier and Type Method Description voidMongoRequest. setCursorAllocationPolicy(ExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICY cursorAllocationPolicy)
-