public class MarlinRowKeyDecoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONSUMER_GROUP |
static java.lang.String |
OFFSET |
static java.lang.String |
PARTITION |
static java.lang.String |
TOPIC |
static java.lang.String |
TOPIC_UNIQ |
| Constructor and Description |
|---|
MarlinRowKeyDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static org.ojai.Document |
decodeAssignKey(java.lang.String key) |
static org.ojai.Document |
decodeCursorKey(java.lang.String key) |
static org.ojai.Document |
decodeMsgKey(java.lang.String key) |
static org.ojai.Document |
decodeTopicFeedKey(java.lang.String key) |
public static java.lang.String TOPIC
public static java.lang.String PARTITION
public static java.lang.String TOPIC_UNIQ
public static java.lang.String OFFSET
public static java.lang.String CONSUMER_GROUP
public static org.ojai.Document decodeMsgKey(java.lang.String key)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic static org.ojai.Document decodeTopicFeedKey(java.lang.String key)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic static org.ojai.Document decodeCursorKey(java.lang.String key)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic static org.ojai.Document decodeAssignKey(java.lang.String key)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException