Uses of Interface
io.datarouter.model.field.FieldSet
-
Uses of FieldSet in io.datarouter.model.field
Classes in io.datarouter.model.field with type parameters of type FieldSet Modifier and Type Class Description classBaseFieldSet<F extends FieldSet<F>>interfaceFieldSet<F extends FieldSet<F>>classSimpleFieldSet<F extends FieldSet<F>>Classes in io.datarouter.model.field that implement FieldSet Modifier and Type Class Description classBaseFieldSet<F extends FieldSet<F>>classSimpleFieldSet<F extends FieldSet<F>>Methods in io.datarouter.model.field with type parameters of type FieldSet Modifier and Type Method Description static <F extends FieldSet<F>>
FFieldSetTool. clone(F fieldSet)static <F extends FieldSet<?>>
FFieldSetTool. fromConcatenatedValueBytes(Supplier<F> cls, List<Field<?>> fields, byte[] bytes)Methods in io.datarouter.model.field with parameters of type FieldSet Modifier and Type Method Description intBaseFieldSet. compareTo(FieldSet<F> that) -
Uses of FieldSet in io.datarouter.model.field.compare
Methods in io.datarouter.model.field.compare with type parameters of type FieldSet Modifier and Type Method Description static <FS extends FieldSet<?>>
booleanFieldSetRangeFilter. include(FieldSet<?> candidate, io.datarouter.util.tuple.Range<? extends FS> range, String nodeName)Methods in io.datarouter.model.field.compare with parameters of type FieldSet Modifier and Type Method Description intFieldSetComparator. compare(FieldSet<?> left, FieldSet<?> right)static intFieldSetComparator. compareStatic(FieldSet<?> left, FieldSet<?> right)static <FS extends FieldSet<?>>
booleanFieldSetRangeFilter. include(FieldSet<?> candidate, io.datarouter.util.tuple.Range<? extends FS> range, String nodeName) -
Uses of FieldSet in io.datarouter.model.key
Subinterfaces of FieldSet in io.datarouter.model.key Modifier and Type Interface Description interfaceFieldlessIndexEntryPrimaryKey<IK extends FieldlessIndexEntryPrimaryKey<IK,PK,D>,PK extends PrimaryKey<PK>,D extends Databean<PK,D>>interfaceKey<K extends Key<K>>Classes in io.datarouter.model.key that implement FieldSet Modifier and Type Class Description classBaseKey<K extends Key<K>> -
Uses of FieldSet in io.datarouter.model.key.base
Classes in io.datarouter.model.key.base that implement FieldSet Modifier and Type Class Description classBaseBooleanKey<K extends Key<K>>classBaseIntegerKey<K extends Key<K>>classBaseLongKey<K extends Key<K>>classBaseStringKey<K extends Key<K>> -
Uses of FieldSet in io.datarouter.model.key.entity
Subinterfaces of FieldSet in io.datarouter.model.key.entity Modifier and Type Interface Description interfaceEntityKey<K extends Key<K>>EntityKey defines a unique key for a collection of related databeans. -
Uses of FieldSet in io.datarouter.model.key.entity.base
Classes in io.datarouter.model.key.entity.base that implement FieldSet Modifier and Type Class Description classBaseEntityKey<EK extends EntityKey<EK>> -
Uses of FieldSet in io.datarouter.model.key.primary
Subinterfaces of FieldSet in io.datarouter.model.key.primary Modifier and Type Interface Description interfaceEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>interfacePrimaryKey<PK extends PrimaryKey<PK>>A primary key is an ordered set of fields that uniquely identify a Databean among others of the same type.interfaceRegularPrimaryKey<PK extends RegularPrimaryKey<PK>>Classes in io.datarouter.model.key.primary that implement FieldSet Modifier and Type Class Description classBasePrimaryKey<PK extends PrimaryKey<PK>> -
Uses of FieldSet in io.datarouter.model.key.primary.base
Classes in io.datarouter.model.key.primary.base that implement FieldSet Modifier and Type Class Description classBaseEntityPrimaryKey<EK extends EntityKey<EK>,PK extends EntityPrimaryKey<EK,PK>>classBaseRegularPrimaryKey<PK extends RegularPrimaryKey<PK>> -
Uses of FieldSet in io.datarouter.model.key.unique
Subinterfaces of FieldSet in io.datarouter.model.key.unique Modifier and Type Interface Description interfaceUniqueKey<K extends Key<K>>Classes in io.datarouter.model.key.unique that implement FieldSet Modifier and Type Class Description classBaseUniqueKey<K extends Key<K>> -
Uses of FieldSet in io.datarouter.model.key.unique.base
Classes in io.datarouter.model.key.unique.base that implement FieldSet Modifier and Type Class Description classBaseLongUniqueKey<K extends Key<K>>classBaseStringUniqueKey<K extends Key<K>> -
Uses of FieldSet in io.datarouter.model.serialize.fielder
Classes in io.datarouter.model.serialize.fielder with type parameters of type FieldSet Modifier and Type Interface Description interfaceFielder<F extends FieldSet<F>>A Fielder is a mapping of java fields to the columns and cells in the storage repository.