Uses of Class
com.redis.lettucemod.search.AggregateOptions.Load
-
Packages that use AggregateOptions.Load Package Description com.redis.lettucemod.search -
-
Uses of AggregateOptions.Load in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return AggregateOptions.Load Modifier and Type Method Description AggregateOptions.LoadAggregateOptions.Load.Builder. build()Methods in com.redis.lettucemod.search that return types with arguments of type AggregateOptions.Load Modifier and Type Method Description java.util.List<AggregateOptions.Load>AggregateOptions. getLoads()Methods in com.redis.lettucemod.search with parameters of type AggregateOptions.Load Modifier and Type Method Description AggregateOptions.Builder<K,V>AggregateOptions.Builder. load(AggregateOptions.Load load)AggregateOptions.Builder<K,V>AggregateOptions.Builder. loads(AggregateOptions.Load... loads)Method parameters in com.redis.lettucemod.search with type arguments of type AggregateOptions.Load Modifier and Type Method Description voidAggregateOptions. setLoads(java.util.List<AggregateOptions.Load> loads)
-