Uses of Class
io.hypersistence.tsid.TSID.Factory
-
Uses of TSID.Factory in io.hypersistence.tsid
Fields in io.hypersistence.tsid declared as TSID.FactoryModifier and TypeFieldDescriptionstatic final TSID.FactoryTSID.Factory.INSTANCEstatic final TSID.FactoryTSID.Factory.INSTANCE_1024static final TSID.FactoryTSID.Factory.INSTANCE_256static final TSID.FactoryTSID.Factory.INSTANCE_4096Methods in io.hypersistence.tsid that return TSID.FactoryModifier and TypeMethodDescriptionTSID.Factory.Builder.build()Returns a build TSID factory.static TSID.FactoryTSID.Factory.newInstance1024()Returns a new factory for up to 1024 nodes and 4096 ID/ms.static TSID.FactoryTSID.Factory.newInstance1024(int node) Returns a new factory for up to 1024 nodes and 4096 ID/ms.static TSID.FactoryTSID.Factory.newInstance256()Returns a new factory for up to 256 nodes and 16384 ID/ms.static TSID.FactoryTSID.Factory.newInstance256(int node) Returns a new factory for up to 256 nodes and 16384 ID/ms.static TSID.FactoryTSID.Factory.newInstance4096()Returns a new factory for up to 4096 nodes and 1024 ID/ms.static TSID.FactoryTSID.Factory.newInstance4096(int node) Returns a new factory for up to 4096 nodes and 1024 ID/ms.