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