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>,java.lang.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 Type Method Description static <EK extends io.datarouter.model.key.entity.EntityKey<EK>>
java.util.function.Supplier<DefaultEntity<EK>>supplier(java.util.function.Supplier<EK> entityKeySupplier)Methods inherited from class io.datarouter.model.entity.BaseEntity
addDatabeansForQualifierPrefix, addDatabeansForQualifierPrefixUnchecked, compareTo, getDatabeansForQualifierPrefix, getKey, getListDatabeansForQualifierPrefix, getNumDatabeans, setKey
-
Method Details
-
supplier
public static <EK extends io.datarouter.model.key.entity.EntityKey<EK>> java.util.function.Supplier<DefaultEntity<EK>> supplier(java.util.function.Supplier<EK> entityKeySupplier)
-