Package org.redisson.client
Class ChannelName
java.lang.Object
org.redisson.client.ChannelName
- All Implemented Interfaces:
CharSequence
- Author:
- Nikita Koksharov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) booleanbyte[]getName()inthashCode()booleanbooleanintlength()static List<ChannelName> static List<ChannelName> newList(ChannelName name) subSequence(int start, int end) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints
-
Field Details
-
TRACKING
-
-
Constructor Details
-
ChannelName
public ChannelName(byte[] name) -
ChannelName
-
-
Method Details
-
newList
-
newList
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
getName
public byte[] getName() -
hashCode
public int hashCode() -
equals
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
isKeyspace
public boolean isKeyspace() -
isTracking
public boolean isTracking()
-