Uses of Interface
io.datarouter.model.key.primary.EntityPrimaryKey
| Package | Description |
|---|---|
| io.datarouter.model.entity | |
| io.datarouter.model.key.entity | |
| io.datarouter.model.key.primary | |
| io.datarouter.model.key.primary.base |
-
Uses of EntityPrimaryKey in io.datarouter.model.entity
Methods in io.datarouter.model.entity with type parameters of type EntityPrimaryKey Modifier and Type Method Description <PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
voidEntitySections. add(java.lang.String qualifierPrefix, D databean)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
voidEntitySections. addAll(java.lang.String qualifierPrefix, java.util.Collection<D> databeans)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
voidBaseEntity. addDatabeansForQualifierPrefix(java.lang.String qualifierPrefix, java.util.Collection<D> databeans)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
voidBaseEntity. addDatabeansForQualifierPrefixUnchecked(java.lang.String qualifierPrefix, java.util.Collection<? extends Databean<?,?>> databeans)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
voidEntity. addDatabeansForQualifierPrefixUnchecked(java.lang.String subEntityTableName, java.util.Collection<? extends Databean<?,?>> databeans)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
java.util.SortedSet<D>EntitySections. get(java.lang.String qualifierPrefix, java.lang.Class<D> databeanClass)static <EK extends EntityKey<EK>, PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
java.util.NavigableMap<EK,java.util.List<D>>EntityTool. getDatabeansByEntityKey(java.lang.Iterable<D> databeans)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
java.util.SortedSet<D>BaseEntity. getDatabeansForQualifierPrefix(java.lang.Class<D> databeanClass, java.lang.String qualifierPrefix)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
java.util.ArrayList<D>BaseEntity. getListDatabeansForQualifierPrefix(java.lang.Class<D> databeanClass, java.lang.String qualifierPrefix)static <EK extends EntityKey<EK>, PK extends EntityPrimaryKey<EK, PK>>
java.util.NavigableMap<EK,java.util.List<PK>>EntityTool. getPrimaryKeysByEntityKey(java.lang.Iterable<PK> pks) -
Uses of EntityPrimaryKey in io.datarouter.model.key.entity
Methods in io.datarouter.model.key.entity with type parameters of type EntityPrimaryKey Modifier and Type Method Description default <PK extends EntityPrimaryKey<EK, PK>>
io.datarouter.scanner.Scanner<java.lang.Integer>EntityPartitioner. scanPartitions(io.datarouter.util.tuple.Range<PK> range)default <PK extends EntityPrimaryKey<EK, PK>>
io.datarouter.scanner.Scanner<byte[]>EntityPartitioner. scanPrefixes(io.datarouter.util.tuple.Range<PK> range) -
Uses of EntityPrimaryKey in io.datarouter.model.key.primary
Classes in io.datarouter.model.key.primary with type parameters of type EntityPrimaryKey Modifier and Type Interface Description interfaceEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>Subinterfaces of EntityPrimaryKey in io.datarouter.model.key.primary Modifier and Type Interface Description interfaceRegularPrimaryKey<PK extends RegularPrimaryKey<PK>>Methods in io.datarouter.model.key.primary with type parameters of type EntityPrimaryKey Modifier and Type Method Description static <EK extends EntityKey<EK>, PK extends EntityPrimaryKey<EK, PK>>
booleanEntityPrimaryKeyTool. isSingleEntity(io.datarouter.util.tuple.Range<PK> pkRange) -
Uses of EntityPrimaryKey in io.datarouter.model.key.primary.base
Classes in io.datarouter.model.key.primary.base with type parameters of type EntityPrimaryKey Modifier and Type Class Description classBaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>Classes in io.datarouter.model.key.primary.base that implement EntityPrimaryKey Modifier and Type Class Description classBaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>classBaseRegularPrimaryKey<PK extends RegularPrimaryKey<PK>>