Class DefaultEntity<EK extends io.datarouter.model.key.entity.EntityKey<EK>>
java.lang.Object
io.datarouter.model.entity.BaseEntity<EK>
io.datarouter.storage.node.entity.DefaultEntity<EK>
- All Implemented Interfaces:
io.datarouter.model.entity.Entity<EK>,Comparable<io.datarouter.model.entity.BaseEntity<EK>>
public class DefaultEntity<EK extends io.datarouter.model.key.entity.EntityKey<EK>>
extends io.datarouter.model.entity.BaseEntity<EK>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <EK extends io.datarouter.model.key.entity.EntityKey<EK>>
Supplier<DefaultEntity<EK>>Methods inherited from class io.datarouter.model.entity.BaseEntity
addDatabeansForQualifierPrefix, addDatabeansForQualifierPrefixUnchecked, compareTo, getDatabeansForQualifierPrefix, getKey, getListDatabeansForQualifierPrefix, getNumDatabeans, setKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.datarouter.model.entity.Entity
notEmpty
-
Method Details
-
supplier
public static <EK extends io.datarouter.model.key.entity.EntityKey<EK>> Supplier<DefaultEntity<EK>> supplier(Supplier<EK> entityKeySupplier)
-