Package org.redisson.client
Class ChannelName
java.lang.Object
org.redisson.client.ChannelName
- All Implemented Interfaces:
CharSequence
- Author:
- Nikita Koksharov
-
Field Details
-
TRACKING
-
-
Constructor Details
-
ChannelName
public ChannelName(byte[] name) -
ChannelName
-
-
Method Details
-
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
getName
public byte[] getName() -
hashCode
public int hashCode() -
equals
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
isKeyspace
public boolean isKeyspace() -
isTracking
public boolean isTracking()
-