Class PhysicalSubEntitySortedMapStorageSanitizationAdapter<EK extends io.datarouter.model.key.entity.EntityKey<EK>,​PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,​PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>,​N extends PhysicalSubEntitySortedMapStorageNode<EK,​PK,​D,​F>>

java.lang.Object
io.datarouter.storage.node.adapter.BaseAdapter<PK,​D,​F,​N>
io.datarouter.storage.node.adapter.sanitization.BaseSanitizationAdapter<PK,​D,​F,​N>
io.datarouter.storage.node.adapter.sanitization.physical.PhysicalSortedMapStorageSanitizationAdapter<PK,​D,​F,​N>
io.datarouter.storage.node.adapter.sanitization.physical.PhysicalSubEntitySortedMapStorageSanitizationAdapter<EK,​PK,​D,​F,​N>
All Implemented Interfaces:
PhysicalAdapterMixin<PK,​D,​F,​N>, MapStorageReaderSanitizationAdapterMixin<PK,​D,​F,​N>, MapStorageSanitizationAdapterMixin<PK,​D,​F,​N>, SortedStorageSanitizationAdapterMixin<PK,​D,​F,​N>, SanitizationAdapter<PK,​D,​F,​N>, PhysicalSubEntitySortedMapStorageNode<EK,​PK,​D,​F>, SubEntitySortedMapStorageNode<EK,​PK,​D,​F>, SubEntitySortedMapStorageReaderNode<EK,​PK,​D,​F>, Node<PK,​D,​F>, SortedMapStorageReader<PK,​D>, SortedMapStorageReader.PhysicalSortedMapStorageReaderNode<PK,​D,​F>, SortedMapStorageReader.SortedMapStorageReaderNode<PK,​D,​F>, SortedMapStorage<PK,​D>, SortedMapStorage.PhysicalSortedMapStorageNode<PK,​D,​F>, SortedMapStorage.SortedMapStorageNode<PK,​D,​F>, SortedMapStorageWriter<PK,​D>, SortedMapStorageWriter.PhysicalSortedMapStorageWriterNode<PK,​D,​F>, SortedMapStorageWriter.SortedMapStorageWriterNode<PK,​D,​F>, NodeOps<PK,​D>, MapStorage<PK,​D>, MapStorage.MapStorageNode<PK,​D,​F>, MapStorage.PhysicalMapStorageNode<PK,​D,​F>, MapStorageReader<PK,​D>, MapStorageReader.MapStorageReaderNode<PK,​D,​F>, MapStorageReader.PhysicalMapStorageReaderNode<PK,​D,​F>, SortedStorageReader<PK,​D>, SortedStorageReader.PhysicalSortedStorageReaderNode<PK,​D,​F>, SortedStorageReader.SortedStorageReaderNode<PK,​D,​F>, SortedStorage<PK,​D>, SortedStorage.PhysicalSortedStorageNode<PK,​D,​F>, SortedStorage.SortedStorageNode<PK,​D,​F>, MapStorageWriter<PK,​D>, MapStorageWriter.MapStorageWriterNode<PK,​D,​F>, MapStorageWriter.PhysicalMapStorageWriterNode<PK,​D,​F>, SortedStorageWriter<PK,​D>, SortedStorageWriter.PhysicalSortedStorageWriterNode<PK,​D,​F>, SortedStorageWriter.SortedStorageWriterNode<PK,​D,​F>, StorageWriter<PK,​D>, StorageWriter.StorageWriterNode<PK,​D,​F>, PhysicalNode<PK,​D,​F>, Comparable<Node<PK,​D,​F>>

public class PhysicalSubEntitySortedMapStorageSanitizationAdapter<EK extends io.datarouter.model.key.entity.EntityKey<EK>,​PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,​PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>,​F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,​D>,​N extends PhysicalSubEntitySortedMapStorageNode<EK,​PK,​D,​F>>
extends PhysicalSortedMapStorageSanitizationAdapter<PK,​D,​F,​N>
implements PhysicalSubEntitySortedMapStorageNode<EK,​PK,​D,​F>