Class PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory
java.lang.Object
io.datarouter.storage.node.adapter.availability.PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory
@Singleton public class PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter<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>> -
Constructor Summary
Constructors Constructor Description PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory() -
Method Summary
Modifier and Type Method Description <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>>
PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter<PK,D,F,N>create(N backingNode)
-
Constructor Details
-
PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory
public PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory()
-
-
Method Details
-
create
public <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>> PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter<PK,D,F,N> create(N backingNode)
-