Class PhysicalMapStorageSanitizationAdapter<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 MapStorage.PhysicalMapStorageNode<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.PhysicalMapStorageSanitizationAdapter<PK,D,F,N>
All Implemented Interfaces:
PhysicalAdapterMixin<PK,D,F,N>, MapStorageReaderSanitizationAdapterMixin<PK,D,F,N>, MapStorageSanitizationAdapterMixin<PK,D,F,N>, SanitizationAdapter<PK,D,F,N>, Node<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>, MapStorageWriter<PK,D>, MapStorageWriter.MapStorageWriterNode<PK,D,F>, MapStorageWriter.PhysicalMapStorageWriterNode<PK,D,F>, StorageWriter<PK,D>, StorageWriter.StorageWriterNode<PK,D,F>, PhysicalNode<PK,D,F>, Comparable<Node<PK,D,F>>

public class PhysicalMapStorageSanitizationAdapter<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 MapStorage.PhysicalMapStorageNode<PK,D,F>> extends BaseSanitizationAdapter<PK,D,F,N> implements MapStorage.PhysicalMapStorageNode<PK,D,F>, MapStorageSanitizationAdapterMixin<PK,D,F,N>, PhysicalAdapterMixin<PK,D,F,N>
  • Constructor Details

    • PhysicalMapStorageSanitizationAdapter

      public PhysicalMapStorageSanitizationAdapter(N backingNode)
  • Method Details