Class Function
- java.lang.Object
-
- com.moilioncircle.redis.replicator.event.AbstractEvent
-
- com.moilioncircle.redis.replicator.rdb.datatype.Function
-
- All Implemented Interfaces:
Event,Serializable
public class Function extends AbstractEvent
- Author:
- Leon Chen
- See Also:
DefaultRdbVisitor, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.moilioncircle.redis.replicator.event.Event
Event.Context
-
-
Field Summary
-
Fields inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
context
-
-
Constructor Summary
Constructors Constructor Description Function()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]getCode()byte[]getDescription()Deprecated.since redis-7.0byte[]getEngineName()Deprecated.since redis-7.0byte[]getName()Deprecated.since redis-7.0voidsetCode(byte[] code)voidsetDescription(byte[] description)Deprecated.since redis-7.0voidsetEngineName(byte[] engineName)Deprecated.since redis-7.0voidsetName(byte[] name)Deprecated.since redis-7.0-
Methods inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
getContext, setContext
-
-
-
-
Method Detail
-
getName
@Deprecated public byte[] getName()
Deprecated.since redis-7.0- Returns:
- name
-
setName
@Deprecated public void setName(byte[] name)
Deprecated.since redis-7.0- Parameters:
name- name
-
getEngineName
@Deprecated public byte[] getEngineName()
Deprecated.since redis-7.0- Returns:
- engine name
-
setEngineName
@Deprecated public void setEngineName(byte[] engineName)
Deprecated.since redis-7.0- Parameters:
engineName- engine name
-
getDescription
@Deprecated public byte[] getDescription()
Deprecated.since redis-7.0- Returns:
- description
-
setDescription
@Deprecated public void setDescription(byte[] description)
Deprecated.since redis-7.0- Parameters:
description- description
-
getCode
public byte[] getCode()
-
setCode
public void setCode(byte[] code)
-
-