Package me.ahoo.cosid.mongo
Class MongoIdSegmentDistributorFactory
java.lang.Object
me.ahoo.cosid.mongo.MongoIdSegmentDistributorFactory
- All Implemented Interfaces:
IdSegmentDistributorFactory
Mongo IdSegment Distributor Factory.
-
Constructor Summary
ConstructorsConstructorDescriptionMongoIdSegmentDistributorFactory(com.mongodb.client.MongoDatabase mongoDatabase) -
Method Summary
Modifier and TypeMethodDescription@NonNull IdSegmentDistributorcreate(IdSegmentDistributorDefinition definition) Creates an ID segment distributor from a definition.
-
Constructor Details
-
MongoIdSegmentDistributorFactory
public MongoIdSegmentDistributorFactory(com.mongodb.client.MongoDatabase mongoDatabase)
-
-
Method Details
-
create
Description copied from interface:IdSegmentDistributorFactoryCreates an ID segment distributor from a definition.- Specified by:
createin interfaceIdSegmentDistributorFactory- Parameters:
definition- the distributor definition- Returns:
- the created distributor
-