Class PhysicalIndexedSortedMapStorageSanitizationAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>,N extends IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<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.PhysicalIndexedSortedMapStorageSanitizationAdapter<PK,D,F,N>
All Implemented Interfaces:
PhysicalAdapterMixin<PK,D,F,N>, IndexedStorageSanitizationAdapterMixin<PK,D,F,N>, MapStorageReaderSanitizationAdapterMixin<PK,D,F,N>, MapStorageSanitizationAdapterMixin<PK,D,F,N>, SortedStorageSanitizationAdapterMixin<PK,D,F,N>, SanitizationAdapter<PK,D,F,N>, Node<PK,D,F>, IndexedMapStorage<PK,D>, IndexedMapStorage.IndexedMapStorageNode<PK,D,F>, IndexedMapStorage.PhysicalIndexedMapStorageNode<PK,D,F>, IndexedSortedMapStorage<PK,D>, IndexedSortedMapStorage.IndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>, IndexedMapStorageReader<PK,D>, IndexedMapStorageReader.IndexedMapStorageReaderNode<PK,D,F>, IndexedMapStorageReader.PhysicalIndexedMapStorageReaderNode<PK,D,F>, IndexedSortedMapStorageReader<PK,D>, IndexedSortedMapStorageReader.IndexedSortedMapStorageReaderNode<PK,D,F>, IndexedSortedMapStorageReader.PhysicalIndexedSortedMapStorageReaderNode<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>, IndexedMapStorageWriter<PK,D>, IndexedMapStorageWriter.IndexedMapStorageWriterNode<PK,D,F>, IndexedMapStorageWriter.PhysicalIndexedMapStorageWriterNode<PK,D,F>, IndexedSortedMapStorageWriter<PK,D>, IndexedSortedMapStorageWriter.IndexedSortedMapStorageWriterNode<PK,D,F>, IndexedSortedMapStorageWriter.PhysicalIndexedSortedMapStorageWriterNode<PK,D,F>, SortedMapStorageWriter<PK,D>, SortedMapStorageWriter.PhysicalSortedMapStorageWriterNode<PK,D,F>, SortedMapStorageWriter.SortedMapStorageWriterNode<PK,D,F>, IndexedOps<PK,D>, NodeOps<PK,D>, IndexedStorage<PK,D>, IndexedStorage.IndexedStorageNode<PK,D,F>, IndexedStorage.PhysicalIndexedStorageNode<PK,D,F>, MapStorage<PK,D>, MapStorage.MapStorageNode<PK,D,F>, MapStorage.PhysicalMapStorageNode<PK,D,F>, IndexedStorageReader<PK,D>, IndexedStorageReader.IndexedStorageReaderNode<PK,D,F>, IndexedStorageReader.PhysicalIndexedStorageReaderNode<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>, IndexedStorageWriter<PK,D>, IndexedStorageWriter.IndexedStorageWriterNode<PK,D,F>, IndexedStorageWriter.PhysicalIndexedStorageWriterNode<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 PhysicalIndexedSortedMapStorageSanitizationAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>,N extends IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>> extends BaseSanitizationAdapter<PK,D,F,N> implements IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>, IndexedStorageSanitizationAdapterMixin<PK,D,F,N>, SortedStorageSanitizationAdapterMixin<PK,D,F,N>, MapStorageSanitizationAdapterMixin<PK,D,F,N>, PhysicalAdapterMixin<PK,D,F,N>