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(String qualifierPrefix, D databean)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
voidEntitySections. addAll(String qualifierPrefix, Collection<D> databeans)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
voidBaseEntity. addDatabeansForQualifierPrefix(String qualifierPrefix, Collection<D> databeans)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
voidBaseEntity. addDatabeansForQualifierPrefixUnchecked(String qualifierPrefix, Collection<? extends Databean<?,?>> databeans)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
voidEntity. addDatabeansForQualifierPrefixUnchecked(String subEntityTableName, Collection<? extends Databean<?,?>> databeans)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
SortedSet<D>EntitySections. get(String qualifierPrefix, Class<D> databeanClass)static <EK extends EntityKey<EK>, PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
NavigableMap<EK,List<D>>EntityTool. getDatabeansByEntityKey(Iterable<D> databeans)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
SortedSet<D>BaseEntity. getDatabeansForQualifierPrefix(Class<D> databeanClass, String qualifierPrefix)<PK extends EntityPrimaryKey<EK, PK>, D extends Databean<PK, D>>
ArrayList<D>BaseEntity. getListDatabeansForQualifierPrefix(Class<D> databeanClass, String qualifierPrefix)static <EK extends EntityKey<EK>, PK extends EntityPrimaryKey<EK, PK>>
NavigableMap<EK,List<PK>>EntityTool. getPrimaryKeysByEntityKey(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<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>>