Uses of Class
io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo
-
Uses of PhysicalDatabeanFieldInfo in io.datarouter.storage.node.adapter
Methods in io.datarouter.storage.node.adapter that return PhysicalDatabeanFieldInfo Modifier and Type Method Description default PhysicalDatabeanFieldInfo<PK,D,F>PhysicalAdapterMixin. getFieldInfo() -
Uses of PhysicalDatabeanFieldInfo in io.datarouter.storage.node.adapter.availability
Methods in io.datarouter.storage.node.adapter.availability that return PhysicalDatabeanFieldInfo Modifier and Type Method Description PhysicalDatabeanFieldInfo<PK,D,F>PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalMapStorageAvailabilityAdapterFactory.PhysicalMapStorageAvailabilityAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalSubEntitySortedMapStorageAvailabilityAdapterFactory.PhysicalSubEntitySortedMapStorageAvailabilityAdapter. getFieldInfo() -
Uses of PhysicalDatabeanFieldInfo in io.datarouter.storage.node.adapter.callsite.physical
Methods in io.datarouter.storage.node.adapter.callsite.physical that return PhysicalDatabeanFieldInfo Modifier and Type Method Description PhysicalDatabeanFieldInfo<PK,D,F>PhysicalIndexedSortedMapStorageCallsiteAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalMapStorageCallsiteAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalMapStorageReaderCallsiteAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalSortedMapStorageCallsiteAdapter. getFieldInfo() -
Uses of PhysicalDatabeanFieldInfo in io.datarouter.storage.node.adapter.counter.physical
Methods in io.datarouter.storage.node.adapter.counter.physical that return PhysicalDatabeanFieldInfo Modifier and Type Method Description PhysicalDatabeanFieldInfo<PK,D,F>PhysicalGroupQueueStorageCounterAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalIndexedSortedMapStorageCounterAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalMapStorageCounterAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalMapStorageReaderCounterAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalQueueStorageCounterAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalSortedMapStorageCounterAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalTallyStorageCounterAdapter. getFieldInfo() -
Uses of PhysicalDatabeanFieldInfo in io.datarouter.storage.node.adapter.sanitization
Methods in io.datarouter.storage.node.adapter.sanitization that return PhysicalDatabeanFieldInfo Modifier and Type Method Description PhysicalDatabeanFieldInfo<PK,D,F>PhysicalIndexedSortedMapStorageSanitizationAdapter. getFieldInfo() -
Uses of PhysicalDatabeanFieldInfo in io.datarouter.storage.node.adapter.sanitization.physical
Methods in io.datarouter.storage.node.adapter.sanitization.physical that return PhysicalDatabeanFieldInfo Modifier and Type Method Description PhysicalDatabeanFieldInfo<PK,D,F>PhysicalGroupQueueStorageSanitizationAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalIndexedSortedMapStorageSanitizationAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalMapStorageReaderSanitizationAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalMapStorageSanitizationAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalQueueStorageSanitizationAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalSortedMapStorageSanitizationAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalTallyStorageSanitizationAdapter. getFieldInfo() -
Uses of PhysicalDatabeanFieldInfo in io.datarouter.storage.node.adapter.trace.physical
Methods in io.datarouter.storage.node.adapter.trace.physical that return PhysicalDatabeanFieldInfo Modifier and Type Method Description PhysicalDatabeanFieldInfo<PK,D,F>PhysicalGroupQueueStorageTraceAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalIndexedSortedMapStorageTraceAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalMapStorageReaderTraceAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalMapStorageTraceAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalQueueStorageTraceAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalSortedMapStorageTraceAdapter. getFieldInfo()PhysicalDatabeanFieldInfo<PK,D,F>PhysicalTallyStorageTraceAdapter. getFieldInfo() -
Uses of PhysicalDatabeanFieldInfo in io.datarouter.storage.node.type.index
Methods in io.datarouter.storage.node.type.index with parameters of type PhysicalDatabeanFieldInfo Modifier and Type Method Description <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>>
List<ManagedNode<PK,D,?,?,?>>ManagedNodesHolder. getManagedNodes(PhysicalDatabeanFieldInfo<PK,D,?> fieldInfo)<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>, N extends ManagedNode<PK, D, ?, ?, ?>>
NManagedNodesHolder. registerManagedNode(PhysicalDatabeanFieldInfo<PK,D,?> fieldInfo, N managedNode) -
Uses of PhysicalDatabeanFieldInfo in io.datarouter.storage.node.type.physical
Methods in io.datarouter.storage.node.type.physical that return PhysicalDatabeanFieldInfo Modifier and Type Method Description PhysicalDatabeanFieldInfo<PK,D,F>PhysicalNode. getFieldInfo() -
Uses of PhysicalDatabeanFieldInfo in io.datarouter.storage.node.type.physical.base
Methods in io.datarouter.storage.node.type.physical.base that return PhysicalDatabeanFieldInfo Modifier and Type Method Description PhysicalDatabeanFieldInfo<PK,D,F>BasePhysicalNode. getFieldInfo() -
Uses of PhysicalDatabeanFieldInfo in io.datarouter.storage.serialize.fieldcache
Methods in io.datarouter.storage.serialize.fieldcache with parameters of type PhysicalDatabeanFieldInfo Modifier and Type Method Description static <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>>
voidFieldGeneratorTool. generateAndSetValueForField(PhysicalDatabeanFieldInfo<PK,D,?> fieldInfo, D databean, io.datarouter.model.field.Field<?> field, Predicate<D> valueChecker)static <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>>
voidFieldGeneratorTool. generateAndSetValueForFieldIfNecessary(PhysicalDatabeanFieldInfo<PK,D,?> fieldInfo, D databean)