Class UserPipelineWrapper
- java.lang.Object
-
- io.split.storages.pluggable.domain.UserPipelineWrapper
-
-
Constructor Summary
Constructors Constructor Description UserPipelineWrapper(Pipeline pipeline)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Result>exec()voidgetMembers(String key)voidhIncrement(String key, String field, long value)
-
-
-
Constructor Detail
-
UserPipelineWrapper
public UserPipelineWrapper(Pipeline pipeline)
-
-
Method Detail
-
hIncrement
public void hIncrement(String key, String field, long value)
- Specified by:
hIncrementin interfacePipeline
-
getMembers
public void getMembers(String key)
- Specified by:
getMembersin interfacePipeline
-
-