public class RecordKey
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RecordKey.Operation |
Modifier and Type | Field and Description |
---|---|
long |
id |
java.lang.String |
operation |
java.lang.String |
owner |
java.lang.String |
type |
java.lang.String |
uid |
java.lang.String |
valueClass |
Constructor and Description |
---|
RecordKey() |
RecordKey(java.lang.String type,
java.lang.String owner,
java.lang.String uid,
long id,
java.lang.String valueClass,
java.lang.String operation) |
Modifier and Type | Method and Description |
---|---|
static <T> RecordKey |
forItemValue(ITopicStore.TopicDescriptor descriptor,
ItemValue<T> item,
boolean isDelete) |
boolean |
match(ITopicStore.TopicDescriptor descriptor) |
byte[] |
serialize() |
java.lang.String |
toString() |
static RecordKey |
unserialize(byte[] data) |
public java.lang.String type
public java.lang.String owner
public java.lang.String uid
public long id
public java.lang.String valueClass
public java.lang.String operation
public RecordKey()
public RecordKey(java.lang.String type, java.lang.String owner, java.lang.String uid, long id, java.lang.String valueClass, java.lang.String operation)
public static <T> RecordKey forItemValue(ITopicStore.TopicDescriptor descriptor, ItemValue<T> item, boolean isDelete)
public boolean match(ITopicStore.TopicDescriptor descriptor)
public byte[] serialize()
public static RecordKey unserialize(byte[] data)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2023. All Rights Reserved.