Uses of Class
com.moilioncircle.redis.replicator.cmd.impl.OrderType
-
Packages that use OrderType Package Description com.moilioncircle.redis.replicator.cmd.impl -
-
Uses of OrderType in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return OrderType Modifier and Type Method Description OrderTypeSortCommand. getOrder()OrderTypeGeoSearchStoreCommand. getOrderType()static OrderTypeOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderType[]OrderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.moilioncircle.redis.replicator.cmd.impl with parameters of type OrderType Modifier and Type Method Description voidSortCommand. setOrder(OrderType order)voidGeoSearchStoreCommand. setOrderType(OrderType orderType)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type OrderType Constructor Description GeoSearchStoreCommand(byte[] destination, byte[] source, FromMember fromMember, FromLonLat fromLonLat, ByRadius byRadius, ByBox byBox, Count count, OrderType orderType, boolean withCoord, boolean withDist, boolean withHash, boolean storeDist)SortCommand(byte[] key, byte[] byPattern, Limit limit, byte[][] getPatterns, OrderType order, boolean alpha, byte[] destination)
-