Class ClusterSchemaUpdateLockKey
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<ClusterSchemaUpdateLockKey>
io.datarouter.storage.config.storage.clusterschemaupdatelock.ClusterSchemaUpdateLockKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<ClusterSchemaUpdateLockKey>,io.datarouter.model.key.entity.EntityKey<ClusterSchemaUpdateLockKey>,io.datarouter.model.key.Key<ClusterSchemaUpdateLockKey>,io.datarouter.model.key.primary.EntityPrimaryKey<ClusterSchemaUpdateLockKey,,ClusterSchemaUpdateLockKey> io.datarouter.model.key.primary.PrimaryKey<ClusterSchemaUpdateLockKey>,io.datarouter.model.key.primary.RegularPrimaryKey<ClusterSchemaUpdateLockKey>,io.datarouter.model.key.unique.UniqueKey<ClusterSchemaUpdateLockKey>,io.datarouter.model.serialize.fielder.Fielder<ClusterSchemaUpdateLockKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<ClusterSchemaUpdateLockKey>,Comparable<io.datarouter.model.field.FieldSet<ClusterSchemaUpdateLockKey>>
public class ClusterSchemaUpdateLockKey
extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<ClusterSchemaUpdateLockKey>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.datarouter.model.key.BaseKey
NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterSchemaUpdateLockKeycreateKeyWithHashedSqlStatement(Integer buildId, String sqlStatement) List<io.datarouter.model.field.Field<?>>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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface io.datarouter.model.serialize.fielder.Fielder
getFieldsMethods inherited from interface io.datarouter.model.field.FieldSet
getFieldNames, getFieldValue, getFieldValues
-
Constructor Details
-
ClusterSchemaUpdateLockKey
public ClusterSchemaUpdateLockKey() -
ClusterSchemaUpdateLockKey
-
-
Method Details
-
getFields
-
getBuildId
-
getStatementHash
-
createKeyWithHashedSqlStatement
public static ClusterSchemaUpdateLockKey createKeyWithHashedSqlStatement(Integer buildId, String sqlStatement)
-