Class KeyChannelUtils
java.lang.Object
org.infinispan.server.resp.commands.pubsub.KeyChannelUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
channelToKey
(byte[] channelBytes) static byte[]
keyToChannel
(byte[] keyBytes)
-
Field Details
-
PREFIX_CHANNEL_BYTES
public static final byte[] PREFIX_CHANNEL_BYTES
-
-
Method Details
-
keyToChannel
public static byte[] keyToChannel(byte[] keyBytes) -
channelToKey
public static byte[] channelToKey(byte[] channelBytes)
-