Class PhysicalSortedMapStorageAvailabilityAdapterFactory
java.lang.Object
io.datarouter.storage.node.adapter.availability.PhysicalSortedMapStorageAvailabilityAdapterFactory
public class PhysicalSortedMapStorageAvailabilityAdapterFactory extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter<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 SortedMapStorage.PhysicalSortedMapStorageNode<PK,D,F>> -
Constructor Summary
Constructors Constructor Description PhysicalSortedMapStorageAvailabilityAdapterFactory() -
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 SortedMapStorage.PhysicalSortedMapStorageNode<PK, D, F>>
PhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter<PK,D,F,N>create(N backingNode)
-
Constructor Details
-
PhysicalSortedMapStorageAvailabilityAdapterFactory
public PhysicalSortedMapStorageAvailabilityAdapterFactory()
-
-
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 SortedMapStorage.PhysicalSortedMapStorageNode<PK, D, F>> PhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter<PK,D,F,N> create(N backingNode)
-