Class DatarouterSecretOpRecordKey
java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.unique.BaseUniqueKey<PK>
io.datarouter.model.key.primary.BasePrimaryKey<PK>
io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<DatarouterSecretOpRecordKey>
io.datarouter.secretweb.storage.oprecord.DatarouterSecretOpRecordKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<DatarouterSecretOpRecordKey>,io.datarouter.model.key.entity.EntityKey<DatarouterSecretOpRecordKey>,io.datarouter.model.key.Key<DatarouterSecretOpRecordKey>,io.datarouter.model.key.primary.EntityPrimaryKey<DatarouterSecretOpRecordKey,DatarouterSecretOpRecordKey>,io.datarouter.model.key.primary.PrimaryKey<DatarouterSecretOpRecordKey>,io.datarouter.model.key.primary.RegularPrimaryKey<DatarouterSecretOpRecordKey>,io.datarouter.model.key.unique.UniqueKey<DatarouterSecretOpRecordKey>,io.datarouter.model.serialize.fielder.Fielder<DatarouterSecretOpRecordKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<DatarouterSecretOpRecordKey>,java.lang.Comparable<io.datarouter.model.field.FieldSet<DatarouterSecretOpRecordKey>>
public class DatarouterSecretOpRecordKey extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<DatarouterSecretOpRecordKey>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatarouterSecretOpRecordKey.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description DatarouterSecretOpRecordKey()DatarouterSecretOpRecordKey(java.lang.String namespace, java.lang.String name)DatarouterSecretOpRecordKey(java.time.Instant date, java.lang.String namespace, java.lang.String name) -
Method Summary
Modifier and Type Method Description java.time.InstantgetDate()java.util.List<io.datarouter.model.field.Field<?>>getFields()java.lang.StringgetName()java.lang.StringgetNamespace()java.lang.StringgetNamespacedName()java.lang.LonggetRandom()Methods inherited from class io.datarouter.model.key.primary.base.BaseRegularPrimaryKey
getEntityKey, getEntityKeyFields, getPostEntityKeyFields, prefixFromEntityKeyMethods inherited from class io.datarouter.model.field.BaseFieldSet
compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toString
-
Constructor Details
-
DatarouterSecretOpRecordKey
public DatarouterSecretOpRecordKey() -
DatarouterSecretOpRecordKey
public DatarouterSecretOpRecordKey(java.lang.String namespace, java.lang.String name) -
DatarouterSecretOpRecordKey
public DatarouterSecretOpRecordKey(java.time.Instant date, java.lang.String namespace, java.lang.String name)
-
-
Method Details
-
getFields
public java.util.List<io.datarouter.model.field.Field<?>> getFields() -
getDate
public java.time.Instant getDate() -
getNamespace
public java.lang.String getNamespace() -
getName
public java.lang.String getName() -
getNamespacedName
public java.lang.String getNamespacedName() -
getRandom
public java.lang.Long getRandom()
-