Index

A B C D E F G H I J K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractIdMetadata - Class in me.ahoo.cosid.accessor
Abstract IdMetadata.
AbstractIdMetadata(IdDefinition) - Constructor for class me.ahoo.cosid.accessor.AbstractIdMetadata
 
AbstractMachineIdDistributor - Class in me.ahoo.cosid.machine
Abstract MachineIdDistributor.
AbstractMachineIdDistributor(MachineStateStorage, ClockBackwardsSynchronizer) - Constructor for class me.ahoo.cosid.machine.AbstractMachineIdDistributor
 
AbstractSnowflakeId - Class in me.ahoo.cosid.snowflake
Abstract SnowflakeId.
AbstractSnowflakeId(long, int, int, int, int, long) - Constructor for class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
ActivitiIdGenerator - Class in me.ahoo.cosid.activiti
Activiti IdGenerator Based on CosId.
ActivitiIdGenerator() - Constructor for class me.ahoo.cosid.activiti.ActivitiIdGenerator
 
ActivitiIdGeneratorAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.activiti
Activiti IdGenerator Auto Configuration.
ActivitiIdGeneratorAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.activiti.ActivitiIdGeneratorAutoConfiguration
 
actual - Variable in class me.ahoo.cosid.IntegerIdGenerator
 
actual - Variable in class me.ahoo.cosid.StringIdGeneratorDecorator
 
actual - Variable in class me.ahoo.cosid.uncertainty.UncertaintyIdGenerator
 
actual() - Method in record class me.ahoo.cosid.stat.converter.GroupedPrefixConverterStat
Returns the value of the actual record component.
actual() - Method in record class me.ahoo.cosid.stat.converter.PrefixConverterStat
Returns the value of the actual record component.
actual() - Method in record class me.ahoo.cosid.stat.converter.SuffixConverterStat
Returns the value of the actual record component.
actual() - Method in interface me.ahoo.cosid.stat.generator.IdGeneratorStat
 
actual() - Method in record class me.ahoo.cosid.stat.generator.SimpleIdGeneratorStat
Returns the value of the actual record component.
actual() - Method in record class me.ahoo.cosid.stat.SimpleStat
Returns the value of the actual record component.
actual() - Method in interface me.ahoo.cosid.stat.Stat
 
add(int, E) - Method in class me.ahoo.cosid.sharding.ExactCollection
 
addAll(Collection<? extends E>) - Method in class me.ahoo.cosid.sharding.ExactCollection
 
affinity() - Method in interface me.ahoo.cosid.segment.concurrent.AffinityJob
 
AffinityJob - Interface in me.ahoo.cosid.segment.concurrent
Affinity Job.
afterPropertiesSet() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdBeanRegistrar
 
afterPropertiesSet() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdBeanRegistrar
 
allowReset() - Method in interface me.ahoo.cosid.segment.grouped.GroupedIdSegmentDistributor
 
allowReset() - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
annotationDefinitionParser() - Method in class me.ahoo.cosid.spring.boot.starter.CosIdAutoConfiguration
 
AnnotationDefinitionParser - Class in me.ahoo.cosid.annotation
Annotation FieldDefinitionParser.
AnnotationDefinitionParser() - Constructor for class me.ahoo.cosid.annotation.AnnotationDefinitionParser
 
asFriendlyId(boolean) - Method in class me.ahoo.cosid.provider.LazyIdGenerator
 
asLong(String) - Method in class me.ahoo.cosid.converter.GroupedPrefixIdConverter
 
asLong(String) - Method in class me.ahoo.cosid.converter.PrefixIdConverter
 
asLong(String) - Method in class me.ahoo.cosid.converter.RadixIdConverter
 
asLong(String) - Method in class me.ahoo.cosid.converter.SnowflakeFriendlyIdConverter
 
asLong(String) - Method in class me.ahoo.cosid.converter.SuffixIdConverter
 
asLong(String) - Method in class me.ahoo.cosid.converter.ToStringIdConverter
 
asLong(String) - Method in interface me.ahoo.cosid.IdConverter
convert String type ID to long.
asSegmentId(boolean) - Method in class me.ahoo.cosid.provider.LazyIdGenerator
 
Assert - Class in me.ahoo.cosid.test
Assert .
Assert() - Constructor for class me.ahoo.cosid.test.Assert
 
Assert.Executable - Interface in me.ahoo.cosid.test
 
assertGlobalEach(long, long) - Method in class me.ahoo.cosid.test.ConcurrentGenerateSpec
 
assertGlobalEach(String, String) - Method in class me.ahoo.cosid.test.ConcurrentGenerateStingSpec
 
assertGlobalFirst(long) - Method in class me.ahoo.cosid.test.ConcurrentGenerateSpec
 
assertGlobalLast(long) - Method in class me.ahoo.cosid.test.ConcurrentGenerateSpec
 
assertSingleEach(long, long) - Method in class me.ahoo.cosid.test.ConcurrentGenerateSpec
 
assertSingleEach(String, String) - Method in class me.ahoo.cosid.test.ConcurrentGenerateStingSpec
 
assertThrows(Class<T>, Assert.Executable) - Static method in class me.ahoo.cosid.test.Assert
 
asSnowflakeId(boolean) - Method in class me.ahoo.cosid.provider.LazyIdGenerator
 
asState(String) - Method in interface me.ahoo.cosid.cosid.CosIdIdStateParser
 
asState(String) - Method in class me.ahoo.cosid.cosid.RadixCosIdStateParser
 
asString(long) - Method in class me.ahoo.cosid.converter.GroupedPrefixIdConverter
 
asString(long) - Method in class me.ahoo.cosid.converter.PrefixIdConverter
 
asString(long) - Method in class me.ahoo.cosid.converter.RadixIdConverter
 
asString(long) - Method in class me.ahoo.cosid.converter.SnowflakeFriendlyIdConverter
 
asString(long) - Method in class me.ahoo.cosid.converter.SuffixIdConverter
 
asString(long) - Method in class me.ahoo.cosid.converter.ToStringIdConverter
 
asString(long) - Method in interface me.ahoo.cosid.IdConverter
convert long type ID to String.
asString(long, int, int) - Method in interface me.ahoo.cosid.cosid.CosIdIdStateParser
 
asString(long, int, int) - Method in class me.ahoo.cosid.cosid.RadixCosIdStateParser
 
asString(CosIdState) - Method in interface me.ahoo.cosid.cosid.CosIdIdStateParser
 
asString(CosIdState) - Method in class me.ahoo.cosid.cosid.RadixCosIdStateParser
 
AsString - Annotation Interface in me.ahoo.cosid.jackson
The AsString annotation defines how to convert IDs.
AsString.Type - Enum Class in me.ahoo.cosid.jackson
 
AsStringDeserializer - Class in me.ahoo.cosid.jackson
AsString Deserializer.
AsStringDeserializer() - Constructor for class me.ahoo.cosid.jackson.AsStringDeserializer
 
AsStringDeserializer(IdConverter) - Constructor for class me.ahoo.cosid.jackson.AsStringDeserializer
 
AsStringSerializer - Class in me.ahoo.cosid.jackson
AsString Serializer.
AsStringSerializer() - Constructor for class me.ahoo.cosid.jackson.AsStringSerializer
 
AsStringSerializer(IdConverter) - Constructor for class me.ahoo.cosid.jackson.AsStringSerializer
 
Atomic() - Constructor for class me.ahoo.cosid.segment.IdSegmentDistributor.Atomic
 
Atomic(long) - Constructor for class me.ahoo.cosid.segment.IdSegmentDistributor.Atomic
 
AtomicLongGenerator - Class in me.ahoo.cosid.jvm
AtomicLong Generator.
AtomicLongGenerator() - Constructor for class me.ahoo.cosid.jvm.AtomicLongGenerator
 
availableType(Class<?>) - Static method in interface me.ahoo.cosid.accessor.CosIdAccessor
 

B

BAD_REQUEST - Static variable in class me.ahoo.cosid.proxy.ErrorResponse
 
badRequest(String) - Static method in class me.ahoo.cosid.proxy.ErrorResponse
 
badRequest(String, List<?>) - Static method in class me.ahoo.cosid.proxy.ErrorResponse
 
badRequest(List<?>) - Static method in class me.ahoo.cosid.proxy.ErrorResponse
 
block(Publisher<R>) - Static method in class me.ahoo.cosid.mongo.reactive.BlockingAdapter
 
block(Mono<R>) - Static method in class me.ahoo.cosid.mongo.reactive.BlockingAdapter
 
BlockingAdapter - Class in me.ahoo.cosid.mongo.reactive
 
build() - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState.SnowflakeIdStateBuilder
 
builder() - Static method in class me.ahoo.cosid.snowflake.SnowflakeIdState
 

C

CACHE - Static variable in interface me.ahoo.cosid.util.Clock
 
CacheClock() - Constructor for class me.ahoo.cosid.util.Clock.CacheClock
 
CachedSharding<T extends Comparable<?>> - Class in me.ahoo.cosid.sharding
Cached Sharding.
CachedSharding(Sharding<T>) - Constructor for class me.ahoo.cosid.sharding.CachedSharding
 
cancel(AffinityJob) - Method in class me.ahoo.cosid.segment.concurrent.DefaultPrefetchWorker
 
cancel(AffinityJob) - Method in interface me.ahoo.cosid.segment.concurrent.PrefetchWorker
 
capitalize(String) - Static method in class me.ahoo.cosid.accessor.parser.DefaultAccessorParser
 
Chain() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain
 
CHAIN - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Mode
 
charSize() - Method in record class me.ahoo.cosid.stat.converter.RadixConverterStat
Returns the value of the charSize record component.
charSize() - Method in record class me.ahoo.cosid.stat.converter.ToStringConverterStat
Returns the value of the charSize record component.
clear() - Method in class me.ahoo.cosid.provider.DefaultIdGeneratorProvider
 
clear() - Method in interface me.ahoo.cosid.provider.IdGeneratorProvider
clear all ID generator.
clear() - Static method in class me.ahoo.cosid.segment.grouped.GroupedAccessor
 
clear() - Method in class me.ahoo.cosid.sharding.ExactCollection
 
clear(String) - Method in class me.ahoo.cosid.machine.InMemoryMachineStateStorage
 
clear(String) - Method in class me.ahoo.cosid.machine.LocalMachineStateStorage
 
clear(String) - Method in interface me.ahoo.cosid.machine.MachineStateStorage
 
Clock - Interface in me.ahoo.cosid.util
Clock.CacheClock - Class in me.ahoo.cosid.util
Fix the problem that System.currentTimeMillis() is too slow.
Clock.SystemClock - Class in me.ahoo.cosid.util
 
ClockBackwards() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.ClockBackwards
 
ClockBackwardsException - Exception in me.ahoo.cosid.snowflake.exception
Clock Backwards Exception.
ClockBackwardsException(long, long) - Constructor for exception me.ahoo.cosid.snowflake.exception.ClockBackwardsException
 
clockBackwardsSynchronizer() - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdMachineAutoConfiguration
 
ClockBackwardsSynchronizer - Interface in me.ahoo.cosid.machine
Clock Backwards Synchronizer.
ClockSyncCosIdGenerator - Class in me.ahoo.cosid.cosid
 
ClockSyncCosIdGenerator(CosIdGenerator) - Constructor for class me.ahoo.cosid.cosid.ClockSyncCosIdGenerator
 
ClockSyncCosIdGenerator(CosIdGenerator, ClockBackwardsSynchronizer) - Constructor for class me.ahoo.cosid.cosid.ClockSyncCosIdGenerator
 
ClockSyncSnowflakeId - Class in me.ahoo.cosid.snowflake
Clock Sync SnowflakeId.
ClockSyncSnowflakeId(SnowflakeId) - Constructor for class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
ClockSyncSnowflakeId(SnowflakeId, ClockBackwardsSynchronizer) - Constructor for class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
ClockTooManyBackwardsException - Exception in me.ahoo.cosid.snowflake.exception
Clock Too Many Backwards Exception.
ClockTooManyBackwardsException(long, long, long) - Constructor for exception me.ahoo.cosid.snowflake.exception.ClockTooManyBackwardsException
 
COLLECTION_NAME - Static variable in interface me.ahoo.cosid.mongo.IdSegmentCollection
 
COLLECTION_NAME - Static variable in interface me.ahoo.cosid.mongo.MachineCollection
 
compareTo(CosIdState) - Method in class me.ahoo.cosid.cosid.CosIdState
 
compareTo(IdSegment) - Method in interface me.ahoo.cosid.segment.IdSegment
 
compareTo(SnowflakeIdState) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState
 
compositeFieldDefinitionParser(List<FieldDefinitionParser>) - Method in class me.ahoo.cosid.spring.boot.starter.CosIdAutoConfiguration
 
CompositeFieldDefinitionParser - Class in me.ahoo.cosid.accessor.parser
 
CompositeFieldDefinitionParser(List<FieldDefinitionParser>) - Constructor for class me.ahoo.cosid.accessor.parser.CompositeFieldDefinitionParser
 
ConcurrentGenerateSpec - Class in me.ahoo.cosid.test
Concurrent Generate Spec .
ConcurrentGenerateSpec(int, long, IdGenerator...) - Constructor for class me.ahoo.cosid.test.ConcurrentGenerateSpec
 
ConcurrentGenerateSpec(IdGenerator...) - Constructor for class me.ahoo.cosid.test.ConcurrentGenerateSpec
 
ConcurrentGenerateStingSpec - Class in me.ahoo.cosid.test
Concurrent Generate String ID Spec .
ConcurrentGenerateStingSpec(int, long, IdGenerator...) - Constructor for class me.ahoo.cosid.test.ConcurrentGenerateStingSpec
 
ConcurrentGenerateStingSpec(IdGenerator...) - Constructor for class me.ahoo.cosid.test.ConcurrentGenerateStingSpec
 
ConditionalOnCosIdEnabled - Annotation Interface in me.ahoo.cosid.spring.boot.starter
Conditional On CosId Enabled.
ConditionalOnCosIdGeneratorEnabled - Annotation Interface in me.ahoo.cosid.spring.boot.starter.cosid
Conditional On CosId Enabled.
ConditionalOnCosIdMachineEnabled - Annotation Interface in me.ahoo.cosid.spring.boot.starter.machine
ConditionalOnCosIdSnowflakeEnabled.
ConditionalOnCosIdMybatisEnabled - Annotation Interface in me.ahoo.cosid.spring.boot.starter.mybatis
Conditional On CosId Mybatis Enabled.
ConditionalOnCosIdSegmentEnabled - Annotation Interface in me.ahoo.cosid.spring.boot.starter.segment
Conditional On CosId SegmentEnabled.
ConditionalOnCosIdSnowflakeEnabled - Annotation Interface in me.ahoo.cosid.spring.boot.starter.snowflake
ConditionalOnCosIdSnowflakeEnabled.
ConditionalOnCosIdZookeeperEnabled - Annotation Interface in me.ahoo.cosid.spring.boot.starter.zookeeper
Conditional On CosId Zookeeper Enabled.
contains(Object) - Method in class me.ahoo.cosid.sharding.ExactCollection
 
contains(LocalDateTime) - Method in class me.ahoo.cosid.sharding.IntervalTimeline
 
converter() - Method in record class me.ahoo.cosid.stat.generator.CosIdGeneratorStat
Returns the value of the converter record component.
converter() - Method in interface me.ahoo.cosid.stat.generator.IdGeneratorStat
 
converter() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns the value of the converter record component.
converter() - Method in record class me.ahoo.cosid.stat.generator.SimpleIdGeneratorStat
Returns the value of the converter record component.
converter() - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Returns the value of the converter record component.
converterDefinition - Variable in class me.ahoo.cosid.spring.boot.starter.IdConverterDecorator
 
CosId - Class in me.ahoo.cosid
CosId constant.
CosId - Annotation Interface in me.ahoo.cosid.annotation
Define CosId.
COSID - Static variable in class me.ahoo.cosid.CosId
 
COSID_EPOCH - Static variable in class me.ahoo.cosid.CosId
COSID_EPOCH:1577203200000 .
COSID_EPOCH_DATE - Static variable in class me.ahoo.cosid.CosId
UTC EPOCH DATE of CosId .
COSID_EPOCH_SECOND - Static variable in class me.ahoo.cosid.CosId
COSID_EPOCH_SECOND:15772032000 .
COSID_PREFIX - Static variable in class me.ahoo.cosid.CosId
 
CosIdAccessor - Interface in me.ahoo.cosid.accessor
CosId Accessor.
CosIdAccessor.NotFound - Class in me.ahoo.cosid.accessor
 
cosIdAccessorParser(FieldDefinitionParser) - Method in class me.ahoo.cosid.spring.boot.starter.CosIdAutoConfiguration
 
CosIdAccessorParser - Interface in me.ahoo.cosid.accessor.parser
CosIdAccessor Parser.
cosIdAccessorRegistry(CosIdAccessorParser) - Method in class me.ahoo.cosid.spring.boot.starter.CosIdAutoConfiguration
 
CosIdAccessorRegistry - Interface in me.ahoo.cosid.accessor.registry
CosIdAccessor Registry.
CosIdAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter
CosId Auto Configuration.
CosIdAutoConfiguration(CosIdProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.CosIdAutoConfiguration
 
cosIdBeforeConvertCallback(CosIdAccessorRegistry) - Method in class me.ahoo.cosid.spring.boot.starter.jdbc.CosIdJdbcAutoConfiguration
 
CosIdBeforeConvertCallback - Class in me.ahoo.cosid.spring.data.jdbc
 
CosIdBeforeConvertCallback(CosIdAccessorRegistry) - Constructor for class me.ahoo.cosid.spring.data.jdbc.CosIdBeforeConvertCallback
 
cosidCuratorFramework(CosIdZookeeperProperties, RetryPolicy) - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperAutoConfiguration
 
cosIdEndpoint(IdGeneratorProvider) - Method in class me.ahoo.cosid.spring.boot.starter.actuate.CosIdEndpointAutoConfiguration
 
CosIdEndpoint - Class in me.ahoo.cosid.spring.boot.starter.actuate
 
CosIdEndpoint(IdGeneratorProvider) - Constructor for class me.ahoo.cosid.spring.boot.starter.actuate.CosIdEndpoint
 
CosIdEndpointAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.actuate
 
CosIdEndpointAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.actuate.CosIdEndpointAutoConfiguration
 
CosIdException - Exception in me.ahoo.cosid
CosId root Exception.
CosIdException() - Constructor for exception me.ahoo.cosid.CosIdException
 
CosIdException(String) - Constructor for exception me.ahoo.cosid.CosIdException
 
CosIdException(String, Throwable) - Constructor for exception me.ahoo.cosid.CosIdException
 
CosIdException(String, Throwable, boolean, boolean) - Constructor for exception me.ahoo.cosid.CosIdException
 
CosIdException(Throwable) - Constructor for exception me.ahoo.cosid.CosIdException
 
cosIdGenerator(MachineIdDistributor, MachineIdGuarder, InstanceId, IdGeneratorProvider, ClockBackwardsSynchronizer) - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorAutoConfiguration
 
CosIdGenerator - Interface in me.ahoo.cosid.cosid
CosIdGenerator algorithm ID generator.
CosIdGeneratorAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.cosid
CosId Auto Configuration.
CosIdGeneratorAutoConfiguration(CosIdProperties, MachineProperties, CosIdGeneratorProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorAutoConfiguration
 
cosIdGeneratorEndpoint(IdGeneratorProvider) - Method in class me.ahoo.cosid.spring.boot.starter.actuate.CosIdEndpointAutoConfiguration
 
CosIdGeneratorEndpoint - Class in me.ahoo.cosid.spring.boot.starter.actuate
 
CosIdGeneratorEndpoint(IdGeneratorProvider) - Constructor for class me.ahoo.cosid.spring.boot.starter.actuate.CosIdGeneratorEndpoint
 
CosIdGeneratorProperties - Class in me.ahoo.cosid.spring.boot.starter.cosid
 
CosIdGeneratorProperties() - Constructor for class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
CosIdGeneratorProperties.Type - Enum Class in me.ahoo.cosid.spring.boot.starter.cosid
 
CosIdGeneratorStat - Record Class in me.ahoo.cosid.stat.generator
 
CosIdGeneratorStat(String, int, long, Stat) - Constructor for record class me.ahoo.cosid.stat.generator.CosIdGeneratorStat
Creates an instance of a CosIdGeneratorStat record class.
CosIdGetter - Interface in me.ahoo.cosid.accessor
CosId Getter.
CosIdHostNameAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.machine
 
CosIdHostNameAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.CosIdHostNameAutoConfiguration
 
CosIdIdentifierFactory - Class in me.ahoo.cosid.axon
CosId Identifier Factory .
CosIdIdentifierFactory() - Constructor for class me.ahoo.cosid.axon.CosIdIdentifierFactory
 
CosIdIdStateParser - Interface in me.ahoo.cosid.cosid
 
CosIdJdbcAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.jdbc
CosId Mybatis AutoConfiguration.
CosIdJdbcAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.jdbc.CosIdJdbcAutoConfiguration
 
CosIdJdbcMachineIdDistributorAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.machine
CosId Jdbc MachineIdDistributor AutoConfiguration.
CosIdJdbcMachineIdDistributorAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.CosIdJdbcMachineIdDistributorAutoConfiguration
 
CosIdJdbcSegmentAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.segment
CosId Jdbc Segment AutoConfiguration.
CosIdJdbcSegmentAutoConfiguration(SegmentIdProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.CosIdJdbcSegmentAutoConfiguration
 
cosIdLifecycleMachineIdDistributor(InstanceId, MachineIdDistributor) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdMachineAutoConfiguration
 
CosIdLifecycleMachineIdDistributor - Class in me.ahoo.cosid.spring.boot.starter.machine
CosId Lifecycle MachineIdDistributor.
CosIdLifecycleMachineIdDistributor(CosIdProperties, InstanceId, MachineIdDistributor) - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.CosIdLifecycleMachineIdDistributor
 
cosIdLifecycleMachineIdGuarder(InstanceId, MachineIdGuarder) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdMachineAutoConfiguration
 
CosIdLifecycleMachineIdGuarder - Class in me.ahoo.cosid.spring.boot.starter.machine
CosId Lifecycle MachineIdDistributor.
CosIdLifecycleMachineIdGuarder(CosIdProperties, InstanceId, MachineIdGuarder) - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.CosIdLifecycleMachineIdGuarder
 
CosIdLifecyclePrefetchWorkerExecutorService - Class in me.ahoo.cosid.spring.boot.starter.segment
CosId Lifecycle Prefetch Worker Executor Service.
CosIdLifecyclePrefetchWorkerExecutorService(PrefetchWorkerExecutorService) - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.CosIdLifecyclePrefetchWorkerExecutorService
 
CosIdMachineAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.machine
 
CosIdMachineAutoConfiguration(CosIdProperties, MachineProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.CosIdMachineAutoConfiguration
 
CosIdMongoMachineIdDistributorAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.machine
CosId Mongo MachineIdDistributor AutoConfiguration.
CosIdMongoMachineIdDistributorAutoConfiguration(MachineProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.CosIdMongoMachineIdDistributorAutoConfiguration
 
CosIdMongoSegmentAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.segment
CosId Redis Segment AutoConfiguration.
CosIdMongoSegmentAutoConfiguration(SegmentIdProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.CosIdMongoSegmentAutoConfiguration
 
CosIdMybatisAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.mybatis
CosId Mybatis AutoConfiguration.
CosIdMybatisAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.mybatis.CosIdMybatisAutoConfiguration
 
cosIdPlugin(CosIdAccessorRegistry) - Method in class me.ahoo.cosid.spring.boot.starter.mybatis.CosIdMybatisAutoConfiguration
 
CosIdPlugin - Class in me.ahoo.cosid.mybatis
CosId Plugin.
CosIdPlugin(CosIdAccessorRegistry) - Constructor for class me.ahoo.cosid.mybatis.CosIdPlugin
 
CosIdPlugin(CosIdAccessorRegistry, String) - Constructor for class me.ahoo.cosid.mybatis.CosIdPlugin
 
CosIdProperties - Class in me.ahoo.cosid.spring.boot.starter
CosId Properties.
CosIdProperties() - Constructor for class me.ahoo.cosid.spring.boot.starter.CosIdProperties
 
CosIdProxyMachineIdDistributorAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.machine
CosId Spring Redis MachineIdDistributor AutoConfiguration.
CosIdProxyMachineIdDistributorAutoConfiguration(CosIdProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.CosIdProxyMachineIdDistributorAutoConfiguration
 
CosIdProxySegmentAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.segment
CosId Jdbc Segment AutoConfiguration.
CosIdProxySegmentAutoConfiguration(CosIdProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.CosIdProxySegmentAutoConfiguration
 
cosIdRetryPolicy(CosIdZookeeperProperties) - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperAutoConfiguration
 
CosIdScanner - Interface in me.ahoo.cosid.accessor.scanner
Scan the packages and register the qualified classes to CosIdAccessorRegistry.
CosIdSegmentAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.segment
CosId Segment AutoConfiguration.
CosIdSegmentAutoConfiguration(CosIdProperties, SegmentIdProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.CosIdSegmentAutoConfiguration
 
CosIdSetter - Interface in me.ahoo.cosid.accessor
CosId Setter.
CosIdSnowflakeAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.snowflake
CosId Snowflake AutoConfiguration.
CosIdSnowflakeAutoConfiguration(CosIdProperties, MachineProperties, SnowflakeIdProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.snowflake.CosIdSnowflakeAutoConfiguration
 
CosIdSpringRedisMachineIdDistributorAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.machine
CosId Spring Redis MachineIdDistributor AutoConfiguration.
CosIdSpringRedisMachineIdDistributorAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.CosIdSpringRedisMachineIdDistributorAutoConfiguration
 
CosIdSpringRedisSegmentAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.segment
CosId Spring Redis Segment AutoConfiguration.
CosIdSpringRedisSegmentAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.CosIdSpringRedisSegmentAutoConfiguration
 
CosIdState - Class in me.ahoo.cosid.cosid
 
CosIdState(long, int, int) - Constructor for class me.ahoo.cosid.cosid.CosIdState
 
cosIdStringGeneratorEndpoint(IdGeneratorProvider) - Method in class me.ahoo.cosid.spring.boot.starter.actuate.CosIdEndpointAutoConfiguration
 
CosIdStringGeneratorEndpoint - Class in me.ahoo.cosid.spring.boot.starter.actuate
 
CosIdStringGeneratorEndpoint(IdGeneratorProvider) - Constructor for class me.ahoo.cosid.spring.boot.starter.actuate.CosIdStringGeneratorEndpoint
 
CosIdZookeeperAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.zookeeper
CosId Zookeeper Auto Configuration.
CosIdZookeeperAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperAutoConfiguration
 
CosIdZookeeperMachineIdDistributorAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.machine
CosId Zookeeper MachineIdDistributor AutoConfiguration.
CosIdZookeeperMachineIdDistributorAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.CosIdZookeeperMachineIdDistributorAutoConfiguration
 
CosIdZookeeperProperties - Class in me.ahoo.cosid.spring.boot.starter.zookeeper
CosId Zookeeper Properties.
CosIdZookeeperProperties() - Constructor for class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
CosIdZookeeperProperties.Retry - Class in me.ahoo.cosid.spring.boot.starter.zookeeper
 
CosIdZookeeperSegmentAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.segment
CosId Zookeeper Segment AutoConfiguration.
CosIdZookeeperSegmentAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.CosIdZookeeperSegmentAutoConfiguration
 
create(IdSegmentDistributorDefinition) - Method in class me.ahoo.cosid.jdbc.JdbcIdSegmentDistributorFactory
 
create(IdSegmentDistributorDefinition) - Method in class me.ahoo.cosid.mongo.MongoIdSegmentDistributorFactory
 
create(IdSegmentDistributorDefinition) - Method in class me.ahoo.cosid.mongo.reactive.MongoReactiveIdSegmentDistributorFactory
 
create(IdSegmentDistributorDefinition) - Method in class me.ahoo.cosid.proxy.ProxyIdSegmentDistributorFactory
 
create(IdSegmentDistributorDefinition) - Method in class me.ahoo.cosid.segment.grouped.GroupedIdSegmentDistributorFactory
 
create(IdSegmentDistributorDefinition) - Method in interface me.ahoo.cosid.segment.IdSegmentDistributorFactory
 
create(IdSegmentDistributorDefinition) - Method in class me.ahoo.cosid.spring.redis.SpringRedisIdSegmentDistributorFactory
 
create(IdSegmentDistributorDefinition) - Method in class me.ahoo.cosid.zookeeper.ZookeeperIdSegmentDistributorFactory
 
createContextual(DeserializationContext, BeanProperty) - Method in class me.ahoo.cosid.jackson.AsStringDeserializer
 
createContextual(SerializerProvider, BeanProperty) - Method in class me.ahoo.cosid.jackson.AsStringSerializer
 
current() - Method in class me.ahoo.cosid.segment.DefaultSegmentId
 
current() - Method in class me.ahoo.cosid.segment.SegmentChainId
 
current() - Method in interface me.ahoo.cosid.segment.SegmentId
 
current() - Method in class me.ahoo.cosid.segment.StringSegmentId
 
CURRENT - Enum constant in enum class me.ahoo.cosid.util.ProcessId
 
Custom() - Constructor for class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Custom
 
CUSTOM - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Type
 
customize(P) - Method in interface me.ahoo.cosid.spring.boot.starter.CustomizeIdProperties
 
CustomizeIdProperties<P> - Interface in me.ahoo.cosid.spring.boot.starter
 
CustomizeSegmentIdProperties - Interface in me.ahoo.cosid.spring.boot.starter.segment
 
CustomizeSnowflakeIdProperties - Interface in me.ahoo.cosid.spring.boot.starter.snowflake
 

D

DATE_TIME_FORMATTER - Static variable in class me.ahoo.cosid.snowflake.MillisecondSnowflakeIdStateParser
 
DATE_TIME_FORMATTER - Static variable in class me.ahoo.cosid.snowflake.SecondSnowflakeIdStateParser
 
DateGroupBySupplier - Enum Class in me.ahoo.cosid.segment.grouped
 
decorate() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDecorator
 
Decorator<D> - Interface in me.ahoo.cosid
Decorator.
DEFAULT - Static variable in class me.ahoo.cosid.cosid.RadixCosIdStateParser
 
DEFAULT - Static variable in interface me.ahoo.cosid.machine.ClockBackwardsSynchronizer
 
DEFAULT - Static variable in class me.ahoo.cosid.segment.concurrent.PrefetchWorkerExecutorService
 
DEFAULT_AMOUNT - Static variable in class me.ahoo.cosid.sharding.IntervalStep
 
DEFAULT_BROKEN_THRESHOLD - Static variable in class me.ahoo.cosid.machine.DefaultClockBackwardsSynchronizer
 
DEFAULT_DELAY - Static variable in class me.ahoo.cosid.machine.DefaultMachineIdGuarder
 
DEFAULT_DELIMITER - Static variable in class me.ahoo.cosid.converter.GroupedPrefixIdConverter
 
DEFAULT_FIELD - Static variable in annotation interface me.ahoo.cosid.annotation.CosId
 
DEFAULT_INITIAL_DELAY - Static variable in class me.ahoo.cosid.machine.DefaultMachineIdGuarder
 
DEFAULT_LIST_KEY - Static variable in class me.ahoo.cosid.mybatis.CosIdPlugin
 
DEFAULT_MACHINE_BIT - Static variable in class me.ahoo.cosid.cosid.RadixCosIdGenerator
 
DEFAULT_MACHINE_BIT - Static variable in class me.ahoo.cosid.snowflake.MillisecondSnowflakeId
 
DEFAULT_MACHINE_BIT - Static variable in class me.ahoo.cosid.snowflake.SecondSnowflakeId
 
DEFAULT_NAMESPACE - Static variable in class me.ahoo.cosid.spring.boot.starter.CosIdProperties
 
DEFAULT_OFFSET - Static variable in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
DEFAULT_PREFETCH_PERIOD - Static variable in class me.ahoo.cosid.segment.concurrent.PrefetchWorkerExecutorService
 
DEFAULT_SAFE_DISTANCE - Static variable in class me.ahoo.cosid.segment.SegmentChainId
 
DEFAULT_SEGMENTS - Static variable in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
DEFAULT_SEQUENCE_BIT - Static variable in class me.ahoo.cosid.cosid.RadixCosIdGenerator
 
DEFAULT_SEQUENCE_BIT - Static variable in class me.ahoo.cosid.snowflake.MillisecondSnowflakeId
 
DEFAULT_SEQUENCE_BIT - Static variable in class me.ahoo.cosid.snowflake.SecondSnowflakeId
 
DEFAULT_SEQUENCE_RESET_THRESHOLD - Static variable in class me.ahoo.cosid.cosid.RadixCosIdGenerator
 
DEFAULT_SEQUENCE_RESET_THRESHOLD - Static variable in class me.ahoo.cosid.snowflake.MillisecondSnowflakeId
 
DEFAULT_SEQUENCE_RESET_THRESHOLD - Static variable in class me.ahoo.cosid.snowflake.SecondSnowflakeId
 
DEFAULT_SPIN_THRESHOLD - Static variable in class me.ahoo.cosid.machine.DefaultClockBackwardsSynchronizer
 
DEFAULT_STATE_LOCATION_PATH - Static variable in class me.ahoo.cosid.machine.LocalMachineStateStorage
 
DEFAULT_STEP - Static variable in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
DEFAULT_TIME_OUT - Static variable in class me.ahoo.cosid.mongo.reactive.BlockingAdapter
 
DEFAULT_TIMESTAMP_BIT - Static variable in class me.ahoo.cosid.cosid.RadixCosIdGenerator
 
DEFAULT_TIMESTAMP_BIT - Static variable in class me.ahoo.cosid.snowflake.MillisecondSnowflakeId
 
DEFAULT_TIMESTAMP_BIT - Static variable in class me.ahoo.cosid.snowflake.SecondSnowflakeId
 
DEFAULT_WAIT - Static variable in class me.ahoo.cosid.test.ModSpec
 
DefaultAccessorParser - Class in me.ahoo.cosid.accessor.parser
Default CosIdAccessorParser implementation.
DefaultAccessorParser(FieldDefinitionParser) - Constructor for class me.ahoo.cosid.accessor.parser.DefaultAccessorParser
 
DefaultAccessorRegistry - Class in me.ahoo.cosid.accessor.registry
Default CosIdAccessorRegistry implementation.
DefaultAccessorRegistry(CosIdAccessorParser) - Constructor for class me.ahoo.cosid.accessor.registry.DefaultAccessorRegistry
 
DefaultClockBackwardsSynchronizer - Class in me.ahoo.cosid.machine
Default Clock Backwards Synchronizer.
DefaultClockBackwardsSynchronizer() - Constructor for class me.ahoo.cosid.machine.DefaultClockBackwardsSynchronizer
 
DefaultClockBackwardsSynchronizer(int, int) - Constructor for class me.ahoo.cosid.machine.DefaultClockBackwardsSynchronizer
 
DefaultCosIdAccessor - Class in me.ahoo.cosid.accessor
Default CosIdAccessor implementation.
DefaultCosIdAccessor(IdDefinition, CosIdGetter, CosIdSetter) - Constructor for class me.ahoo.cosid.accessor.DefaultCosIdAccessor
 
DefaultCosIdAccessor.EnsureIntegerId - Class in me.ahoo.cosid.accessor
 
DefaultCosIdAccessor.EnsureLongId - Class in me.ahoo.cosid.accessor
 
DefaultCosIdAccessor.EnsureStringId - Class in me.ahoo.cosid.accessor
 
DefaultCosIdScanner - Class in me.ahoo.cosid.accessor.scanner
Default CosIdScanner implementation.
DefaultCosIdScanner(String[], CosIdAccessorParser, CosIdAccessorRegistry) - Constructor for class me.ahoo.cosid.accessor.scanner.DefaultCosIdScanner
 
DefaultCosIdScanner(String[], FieldDefinitionParser, CosIdAccessorRegistry) - Constructor for class me.ahoo.cosid.accessor.scanner.DefaultCosIdScanner
 
DefaultGroupedIdSegmentDistributor - Class in me.ahoo.cosid.segment.grouped
 
DefaultGroupedIdSegmentDistributor(GroupBySupplier, IdSegmentDistributorDefinition, IdSegmentDistributorFactory) - Constructor for class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
DefaultGroupedIdSegmentDistributor.GroupedBinding - Class in me.ahoo.cosid.segment.grouped
 
DefaultIdGeneratorProvider - Class in me.ahoo.cosid.provider
Default IdGeneratorProvider implementation.
DefaultIdGeneratorProvider() - Constructor for class me.ahoo.cosid.provider.DefaultIdGeneratorProvider
 
DefaultIdSegment - Class in me.ahoo.cosid.segment
Default Id Segment.
DefaultIdSegment(long, long) - Constructor for class me.ahoo.cosid.segment.DefaultIdSegment
 
DefaultIdSegment(long, long, long, long, GroupedKey) - Constructor for class me.ahoo.cosid.segment.DefaultIdSegment
 
DefaultMachineIdGuarder - Class in me.ahoo.cosid.machine
Default MachineId Guarder implementation.
DefaultMachineIdGuarder(MachineIdDistributor, Duration) - Constructor for class me.ahoo.cosid.machine.DefaultMachineIdGuarder
 
DefaultMachineIdGuarder(MachineIdDistributor, ScheduledExecutorService, Duration, Duration, Duration) - Constructor for class me.ahoo.cosid.machine.DefaultMachineIdGuarder
 
DefaultPrefetchWorker - Class in me.ahoo.cosid.segment.concurrent
Default Prefetch Worker.
DefaultPrefetchWorker(Duration) - Constructor for class me.ahoo.cosid.segment.concurrent.DefaultPrefetchWorker
 
DefaultSegmentId - Class in me.ahoo.cosid.segment
Default segment algorithm ID generator.
DefaultSegmentId(long, IdSegmentDistributor) - Constructor for class me.ahoo.cosid.segment.DefaultSegmentId
 
DefaultSegmentId(IdSegmentDistributor) - Constructor for class me.ahoo.cosid.segment.DefaultSegmentId
 
defaultSequenceResetThreshold(int) - Static method in interface me.ahoo.cosid.snowflake.SnowflakeId
 
DefaultSnowflakeFriendlyId - Class in me.ahoo.cosid.snowflake
Default Snowflake FriendlyId.
DefaultSnowflakeFriendlyId(SnowflakeId) - Constructor for class me.ahoo.cosid.snowflake.DefaultSnowflakeFriendlyId
 
DefaultSnowflakeFriendlyId(SnowflakeId, ZoneId) - Constructor for class me.ahoo.cosid.snowflake.DefaultSnowflakeFriendlyId
 
DefaultSnowflakeFriendlyId(SnowflakeId, IdConverter, SnowflakeIdStateParser) - Constructor for class me.ahoo.cosid.snowflake.DefaultSnowflakeFriendlyId
 
DefaultSnowflakeFriendlyId(SnowflakeId, SnowflakeIdStateParser) - Constructor for class me.ahoo.cosid.snowflake.DefaultSnowflakeFriendlyId
 
definitionAsAccessor(IdDefinition) - Method in class me.ahoo.cosid.accessor.parser.DefaultAccessorParser
 
delimiter() - Method in record class me.ahoo.cosid.stat.converter.GroupedPrefixConverterStat
Returns the value of the delimiter record component.
DELIMITER - Static variable in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
deserialize(JsonParser, DeserializationContext) - Method in class me.ahoo.cosid.jackson.AsStringDeserializer
 
deserialize(String, Class<T>) - Static method in class me.ahoo.cosid.proxy.Jsons
 
distribute() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
distribute(String, int, InstanceId) - Method in interface me.ahoo.cosid.mongo.MachineCollection
 
distribute(String, int, InstanceId) - Method in class me.ahoo.cosid.mongo.MongoMachineCollection
 
distribute(String, int, InstanceId) - Method in class me.ahoo.cosid.mongo.reactive.MongoReactiveMachineCollection
 
distribute(String, int, InstanceId, Duration) - Method in class me.ahoo.cosid.machine.AbstractMachineIdDistributor
1.
distribute(String, int, InstanceId, Duration) - Method in interface me.ahoo.cosid.machine.MachineIdDistributor
distribute machine id.
Distribute - Class in me.ahoo.cosid.test.machine.distributor
Distribute .
Distribute(Supplier<MachineIdDistributor>, int) - Constructor for class me.ahoo.cosid.test.machine.distributor.Distribute
 
DISTRIBUTE_TIME_FIELD - Static variable in interface me.ahoo.cosid.mongo.MachineOperates
 
distributeByRecyclable(String, String, InstanceId, Duration) - Method in class me.ahoo.cosid.zookeeper.ZookeeperMachineIdDistributor
 
distributeByRevert(String, InstanceId, Duration) - Method in interface me.ahoo.cosid.mongo.MachineCollection
 
distributeByRevert(String, InstanceId, Duration) - Method in class me.ahoo.cosid.mongo.MongoMachineCollection
 
distributeByRevert(String, InstanceId, Duration) - Method in class me.ahoo.cosid.mongo.reactive.MongoReactiveMachineCollection
 
distributeByRevertFilter(String, InstanceId, Duration) - Static method in interface me.ahoo.cosid.mongo.MachineOperates
 
distributeByRevertUpdate(InstanceId, long) - Static method in interface me.ahoo.cosid.mongo.MachineOperates
 
distributeBySelf(String, InstanceId, Duration) - Method in interface me.ahoo.cosid.mongo.MachineCollection
 
distributeBySelf(String, InstanceId, Duration) - Method in class me.ahoo.cosid.mongo.MongoMachineCollection
 
distributeBySelf(String, InstanceId, Duration) - Method in class me.ahoo.cosid.mongo.reactive.MongoReactiveMachineCollection
 
distributeBySelfFilter(String, InstanceId, Duration) - Static method in interface me.ahoo.cosid.mongo.MachineOperates
 
distributeBySelfUpdate(long) - Static method in interface me.ahoo.cosid.mongo.MachineOperates
 
distributeConcurrent() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
DistributeConcurrent - Class in me.ahoo.cosid.test.machine.distributor
DistributeConcurrent .
DistributeConcurrent(Supplier<MachineIdDistributor>, int) - Constructor for class me.ahoo.cosid.test.machine.distributor.DistributeConcurrent
 
distributeDocument(String, InstanceId, MachineState) - Static method in interface me.ahoo.cosid.mongo.MachineOperates
 
distributeIdempotent() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
DistributeIdempotent - Class in me.ahoo.cosid.test.machine.distributor
DistributeIdempotent .
DistributeIdempotent(Supplier<MachineIdDistributor>, int, Duration) - Constructor for class me.ahoo.cosid.test.machine.distributor.DistributeIdempotent
 
distributeOverflow() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
DistributeOverflow - Class in me.ahoo.cosid.test.machine.distributor
DistributeOverflow .
DistributeOverflow(Supplier<MachineIdDistributor>, int) - Constructor for class me.ahoo.cosid.test.machine.distributor.DistributeOverflow
 
distributeRemote(String, int, InstanceId, Duration) - Method in class me.ahoo.cosid.jdbc.JdbcMachineIdDistributor
 
distributeRemote(String, int, InstanceId, Duration) - Method in class me.ahoo.cosid.machine.AbstractMachineIdDistributor
 
distributeRemote(String, int, InstanceId, Duration) - Method in class me.ahoo.cosid.machine.k8s.StatefulSetMachineIdDistributor
 
distributeRemote(String, int, InstanceId, Duration) - Method in class me.ahoo.cosid.machine.ManualMachineIdDistributor
 
distributeRemote(String, int, InstanceId, Duration) - Method in class me.ahoo.cosid.mongo.MongoMachineIdDistributor
 
distributeRemote(String, int, InstanceId, Duration) - Method in class me.ahoo.cosid.proxy.ProxyMachineIdDistributor
 
distributeRemote(String, int, InstanceId, Duration) - Method in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
 
distributeRemote(String, int, InstanceId, Duration) - Method in class me.ahoo.cosid.zookeeper.ZookeeperMachineIdDistributor
 
distributeRevert() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
DistributeRevert - Class in me.ahoo.cosid.test.machine.distributor
DistributeRevert .
DistributeRevert(Supplier<MachineIdDistributor>, int) - Constructor for class me.ahoo.cosid.test.machine.distributor.DistributeRevert
 
distributeSafeGuard() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
DistributeSafeGuard - Class in me.ahoo.cosid.test.machine.distributor
DistributeSafeGuard .
DistributeSafeGuard(Supplier<MachineIdDistributor>, int, Duration) - Constructor for class me.ahoo.cosid.test.machine.distributor.DistributeSafeGuard
 
distributeStable() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
DistributeStable - Class in me.ahoo.cosid.test.machine.distributor
DistributeStable .
DistributeStable(Supplier<MachineIdDistributor>, int) - Constructor for class me.ahoo.cosid.test.machine.distributor.DistributeStable
 
Distributor() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor
 
Distributor() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor
 
Documents - Interface in me.ahoo.cosid.mongo
 

E

empty() - Static method in class me.ahoo.cosid.sharding.ExactCollection
 
ENABLED_KEY - Static variable in annotation interface me.ahoo.cosid.spring.boot.starter.ConditionalOnCosIdEnabled
 
ENABLED_KEY - Static variable in annotation interface me.ahoo.cosid.spring.boot.starter.cosid.ConditionalOnCosIdGeneratorEnabled
 
ENABLED_KEY - Static variable in annotation interface me.ahoo.cosid.spring.boot.starter.machine.ConditionalOnCosIdMachineEnabled
 
ENABLED_KEY - Static variable in annotation interface me.ahoo.cosid.spring.boot.starter.segment.ConditionalOnCosIdSegmentEnabled
 
ENABLED_KEY - Static variable in annotation interface me.ahoo.cosid.spring.boot.starter.snowflake.ConditionalOnCosIdSnowflakeEnabled
 
ENABLED_KEY - Static variable in annotation interface me.ahoo.cosid.spring.boot.starter.zookeeper.ConditionalOnCosIdZookeeperEnabled
 
EnabledSuffix - Interface in me.ahoo.cosid.spring.boot.starter
Enabled Suffix.
engineConfigurationConfigurer() - Method in class me.ahoo.cosid.spring.boot.starter.activiti.ActivitiIdGeneratorAutoConfiguration
 
engineConfigurationConfigurer() - Method in class me.ahoo.cosid.spring.boot.starter.flowable.FlowableIdGeneratorAutoConfiguration
 
ensureAccessible(AccessibleObject) - Static method in interface me.ahoo.cosid.accessor.CosIdAccessor
 
ensureCosIdCollection() - Method in interface me.ahoo.cosid.mongo.IdSegmentInitializer
 
ensureCosIdCollection() - Method in class me.ahoo.cosid.mongo.MongoIdSegmentInitializer
 
ensureCosIdCollection() - Method in class me.ahoo.cosid.mongo.reactive.MongoReactiveIdSegmentInitializer
 
ensureId(Object) - Method in class me.ahoo.cosid.accessor.CosIdAccessor.NotFound
 
ensureId(Object) - Method in class me.ahoo.cosid.accessor.DefaultCosIdAccessor
 
ensureId(Object) - Method in class me.ahoo.cosid.accessor.DefaultCosIdAccessor.EnsureIntegerId
 
ensureId(Object) - Method in class me.ahoo.cosid.accessor.DefaultCosIdAccessor.EnsureLongId
 
ensureId(Object) - Method in class me.ahoo.cosid.accessor.DefaultCosIdAccessor.EnsureStringId
 
ensureId(Object) - Method in interface me.ahoo.cosid.accessor.EnsureId
Ensure that the target object has an ID set.
ensureId(Object) - Method in interface me.ahoo.cosid.accessor.registry.CosIdAccessorRegistry
 
EnsureId - Interface in me.ahoo.cosid.accessor
Ensure that the target object has an ID set.
ensureIdSegment(String, long) - Method in interface me.ahoo.cosid.mongo.IdSegmentCollection
 
ensureIdSegment(String, long) - Method in class me.ahoo.cosid.mongo.MongoIdSegmentCollection
 
ensureIdSegment(String, long) - Method in class me.ahoo.cosid.mongo.reactive.MongoReactiveIdSegmentCollection
 
ensureIdSegmentDocument(String, long) - Static method in interface me.ahoo.cosid.mongo.IdSegmentOperates
 
EnsureIntegerId() - Constructor for class me.ahoo.cosid.accessor.DefaultCosIdAccessor.EnsureIntegerId
 
EnsureLongId() - Constructor for class me.ahoo.cosid.accessor.DefaultCosIdAccessor.EnsureLongId
 
ensureMachineCollection() - Method in interface me.ahoo.cosid.mongo.MachineInitializer
 
ensureMachineCollection() - Method in class me.ahoo.cosid.mongo.MongoMachineInitializer
 
ensureMachineCollection() - Method in class me.ahoo.cosid.mongo.reactive.MongoReactiveMachineInitializer
 
ensureNextIdSegment(IdSegment) - Method in interface me.ahoo.cosid.segment.IdSegment
 
ensureSetNext(Function<IdSegmentChain, IdSegmentChain>) - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
ensureStep(long) - Static method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
EnsureStringId() - Constructor for class me.ahoo.cosid.accessor.DefaultCosIdAccessor.EnsureStringId
 
entries() - Method in class me.ahoo.cosid.provider.DefaultIdGeneratorProvider
 
entries() - Method in interface me.ahoo.cosid.provider.IdGeneratorProvider
 
epoch - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
epoch - Variable in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
epoch() - Element in annotation interface me.ahoo.cosid.jackson.AsString
epoch of SnowflakeId.
epoch() - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Returns the value of the epoch record component.
equals(Object) - Method in class me.ahoo.cosid.cosid.CosIdState
 
equals(Object) - Method in class me.ahoo.cosid.machine.InstanceId
 
equals(Object) - Method in class me.ahoo.cosid.machine.MachineId
 
equals(Object) - Method in class me.ahoo.cosid.machine.MachineState
 
equals(Object) - Method in class me.ahoo.cosid.machine.NamespacedInstanceId
 
equals(Object) - Method in class me.ahoo.cosid.proxy.MachineStateDto
 
equals(Object) - Method in class me.ahoo.cosid.segment.grouped.GroupedKey
 
equals(Object) - Method in class me.ahoo.cosid.sharding.ExactCollection
 
equals(Object) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState
 
equals(Object) - Method in record class me.ahoo.cosid.stat.converter.GroupedPrefixConverterStat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class me.ahoo.cosid.stat.converter.PrefixConverterStat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class me.ahoo.cosid.stat.converter.RadixConverterStat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class me.ahoo.cosid.stat.converter.SuffixConverterStat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class me.ahoo.cosid.stat.converter.ToStringConverterStat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class me.ahoo.cosid.stat.generator.CosIdGeneratorStat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class me.ahoo.cosid.stat.generator.SimpleIdGeneratorStat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class me.ahoo.cosid.stat.SimpleStat
Indicates whether some other object is "equal to" this one.
ErrorResponse - Class in me.ahoo.cosid.proxy
Error Response.
ErrorResponse(String, String, List<?>) - Constructor for class me.ahoo.cosid.proxy.ErrorResponse
 
ExactCollection<E> - Class in me.ahoo.cosid.sharding
准确式集合.
ExactCollection(int) - Constructor for class me.ahoo.cosid.sharding.ExactCollection
 
ExactCollection(Object...) - Constructor for class me.ahoo.cosid.sharding.ExactCollection
 
Exceptions - Class in me.ahoo.cosid.util
Exception tool class.
Exceptions.CheckedFunction<T> - Interface in me.ahoo.cosid.util
Checked Exception Function.
execute() - Method in interface me.ahoo.cosid.test.Assert.Executable
 
execute(Assert.Executable) - Static method in class me.ahoo.cosid.test.Assert
 
executorService() - Static method in class me.ahoo.cosid.machine.DefaultMachineIdGuarder
 
exists(String, InstanceId) - Method in class me.ahoo.cosid.machine.InMemoryMachineStateStorage
 
exists(String, InstanceId) - Method in class me.ahoo.cosid.machine.LocalMachineStateStorage
 
exists(String, InstanceId) - Method in interface me.ahoo.cosid.machine.MachineStateStorage
 

F

factory() - Method in class me.ahoo.cosid.test.segment.distributor.GroupedIdSegmentDistributorSpec
 
factory() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
FETCH_MAX_ID_SQL - Static variable in class me.ahoo.cosid.jdbc.JdbcIdSegmentDistributor
 
fetchTime() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns the value of the fetchTime record component.
field() - Element in annotation interface me.ahoo.cosid.annotation.CosId
cosid field.
FieldDefinitionParser - Interface in me.ahoo.cosid.accessor.parser
Field IdDefinition Parser.
FieldGetter - Class in me.ahoo.cosid.accessor.field
Field Getter.
FieldGetter(Field) - Constructor for class me.ahoo.cosid.accessor.field.FieldGetter
 
FieldSetter - Class in me.ahoo.cosid.accessor.field
Field Setter.
FieldSetter(Field) - Constructor for class me.ahoo.cosid.accessor.field.FieldSetter
 
firstNotBlank(String...) - Static method in class me.ahoo.cosid.spring.boot.starter.Namespaces
 
floorUnit(LocalDateTime) - Method in class me.ahoo.cosid.sharding.IntervalStep
按照 IntervalStep.unit 保留单位时间精度.
FlowableIdGenerator - Class in me.ahoo.cosid.flowable
Flowable IdGenerator Based on CosId.
FlowableIdGenerator() - Constructor for class me.ahoo.cosid.flowable.FlowableIdGenerator
 
FlowableIdGeneratorAutoConfiguration - Class in me.ahoo.cosid.spring.boot.starter.flowable
Flowable IdGenerator Auto Configuration.
FlowableIdGeneratorAutoConfiguration() - Constructor for class me.ahoo.cosid.spring.boot.starter.flowable.FlowableIdGeneratorAutoConfiguration
 
forever(String) - Static method in class me.ahoo.cosid.segment.grouped.GroupedKey
 
FOREVER_SAFE_GUARD_DURATION - Static variable in interface me.ahoo.cosid.machine.MachineIdDistributor
 
FRIENDLY_ID - Enum constant in enum class me.ahoo.cosid.jackson.AsString.Type
 
friendlyId() - Method in interface me.ahoo.cosid.snowflake.SnowflakeFriendlyId
 
friendlyId(long) - Method in interface me.ahoo.cosid.snowflake.SnowflakeFriendlyId
 
friendlyId(String) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState.SnowflakeIdStateBuilder
 
fromDate(Date, ZoneId) - Static method in class me.ahoo.cosid.util.LocalDateTimeConvert
 
fromInstant(Instant, ZoneId) - Static method in class me.ahoo.cosid.util.LocalDateTimeConvert
 
fromString(String, DateTimeFormatter) - Static method in class me.ahoo.cosid.util.LocalDateTimeConvert
convert String to LocalDateTime.
fromTimestamp(long, ZoneId) - Static method in class me.ahoo.cosid.util.LocalDateTimeConvert
 
fromTimestampSecond(long, ZoneId) - Static method in class me.ahoo.cosid.util.LocalDateTimeConvert
 

G

gap(IdSegmentChain, long) - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
generate() - Method in interface me.ahoo.cosid.cosid.CosIdGenerator
 
generate() - Method in interface me.ahoo.cosid.IdGenerator
Generate distributed ID.
generate() - Method in interface me.ahoo.cosid.IdGeneratorDecorator
 
generate() - Method in class me.ahoo.cosid.IntegerIdGenerator
Generate distributed ID of type int.
generate() - Method in class me.ahoo.cosid.jvm.AtomicLongGenerator
 
generate() - Method in class me.ahoo.cosid.jvm.UuidGenerator
 
generate() - Method in class me.ahoo.cosid.segment.DefaultSegmentId
 
generate() - Method in class me.ahoo.cosid.segment.SegmentChainId
 
generate() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
generate() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
generate() - Method in class me.ahoo.cosid.uncertainty.UncertaintyIdGenerator
 
generate(String) - Method in class me.ahoo.cosid.spring.boot.starter.actuate.CosIdGeneratorEndpoint
 
generateAsState() - Method in class me.ahoo.cosid.cosid.ClockSyncCosIdGenerator
 
generateAsState() - Method in interface me.ahoo.cosid.cosid.CosIdGenerator
 
generateAsState() - Method in class me.ahoo.cosid.cosid.RadixCosIdGenerator
 
generateAsString() - Method in interface me.ahoo.cosid.cosid.CosIdGenerator
 
generateAsString() - Method in class me.ahoo.cosid.cosid.RadixCosIdGenerator
 
generateAsString() - Method in interface me.ahoo.cosid.IdGenerator
 
generateAsString() - Method in class me.ahoo.cosid.IntegerIdGenerator
Generate distributed ID of type string.
generateAsString() - Method in class me.ahoo.cosid.jvm.UuidGenerator
 
generateAsString() - Method in interface me.ahoo.cosid.StringIdGenerator
Generate string type distributed ID.
generateAsString(String) - Method in class me.ahoo.cosid.spring.boot.starter.actuate.CosIdStringGeneratorEndpoint
 
generateConcurrent() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
generateConcurrentOfChain() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
generateIdentifier() - Method in class me.ahoo.cosid.axon.CosIdIdentifierFactory
 
generateMultiInstanceConcurrent() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
get() - Static method in class me.ahoo.cosid.segment.grouped.GroupedAccessor
 
get(int) - Method in class me.ahoo.cosid.sharding.ExactCollection
 
get(Class<?>) - Method in interface me.ahoo.cosid.accessor.registry.CosIdAccessorRegistry
 
get(Class<?>) - Method in class me.ahoo.cosid.accessor.registry.DefaultAccessorRegistry
 
get(String) - Method in class me.ahoo.cosid.provider.DefaultIdGeneratorProvider
 
get(String) - Method in interface me.ahoo.cosid.provider.IdGeneratorProvider
Get ID generator by name.
get(String, InstanceId) - Method in class me.ahoo.cosid.machine.InMemoryMachineStateStorage
 
get(String, InstanceId) - Method in class me.ahoo.cosid.machine.LocalMachineStateStorage
 
get(String, InstanceId) - Method in interface me.ahoo.cosid.machine.MachineStateStorage
 
GET_PREFIX - Static variable in class me.ahoo.cosid.accessor.parser.DefaultAccessorParser
 
getActual() - Method in class me.ahoo.cosid.converter.GroupedPrefixIdConverter
 
getActual() - Method in class me.ahoo.cosid.converter.PrefixIdConverter
 
getActual() - Method in class me.ahoo.cosid.converter.SuffixIdConverter
 
getActual() - Method in class me.ahoo.cosid.cosid.ClockSyncCosIdGenerator
 
getActual() - Method in interface me.ahoo.cosid.Decorator
Get decorator actual id generator.
getActual() - Method in interface me.ahoo.cosid.IdGeneratorDecorator
Get decorator actual id generator.
getActual() - Method in class me.ahoo.cosid.provider.LazyIdGenerator
 
getActual() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
getActual() - Method in class me.ahoo.cosid.StringIdGeneratorDecorator
 
getActual() - Method in class me.ahoo.cosid.uncertainty.UncertaintyIdGenerator
 
getActual(D) - Static method in interface me.ahoo.cosid.Decorator
 
getActual(T) - Static method in interface me.ahoo.cosid.IdGeneratorDecorator
 
getAdderKey() - Method in class me.ahoo.cosid.spring.redis.SpringRedisIdSegmentDistributor
 
getAll() - Method in class me.ahoo.cosid.provider.DefaultIdGeneratorProvider
 
getAll() - Method in interface me.ahoo.cosid.provider.IdGeneratorProvider
get all ID generator.
getAmount() - Method in class me.ahoo.cosid.sharding.IntervalStep
 
getBackwardsTimeStamp(long) - Static method in interface me.ahoo.cosid.machine.ClockBackwardsSynchronizer
 
getBaseSleepTimeMs() - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties.Retry
 
getBlockUntilConnectedWait() - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
getBrokenThreshold() - Method in exception me.ahoo.cosid.snowflake.exception.ClockTooManyBackwardsException
 
getBrokenThreshold() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.ClockBackwards
 
getBy() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition.Group
 
getChain() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
getChain() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
getCharSize() - Method in class me.ahoo.cosid.converter.RadixIdConverter
 
getCharSize() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Radix
 
getCharSize() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Radix36
 
getCharSize() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.ToString
 
getClockBackwards() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
getCode() - Method in class me.ahoo.cosid.proxy.ErrorResponse
 
getConcurrentThreads() - Method in class me.ahoo.cosid.test.ConcurrentGenerateSpec
 
getConcurrentThreads() - Method in class me.ahoo.cosid.test.ConcurrentGenerateStingSpec
 
getConnectionString() - Static method in class me.ahoo.cosid.test.container.MongoLauncher
 
getConnectionTimeout() - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
getConnectString() - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
getConverter() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
getConverter() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
getCorePoolSize() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain.PrefetchWorker
 
getCurrent() - Method in exception me.ahoo.cosid.segment.NextIdSegmentExpiredException
 
getCurrentProcessId() - Static method in enum class me.ahoo.cosid.util.ProcessId
get current process id .
getCurrentProcessName() - Static method in enum class me.ahoo.cosid.util.ProcessId
get current process name .
getCurrentTime() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
get current timestamp.
getCurrentTime() - Method in class me.ahoo.cosid.snowflake.MillisecondSnowflakeId
 
getCurrentTime() - Method in class me.ahoo.cosid.snowflake.SecondSnowflakeId
 
getCurrentTimestamp() - Method in exception me.ahoo.cosid.snowflake.exception.ClockBackwardsException
 
getCurrentTimestamp() - Method in exception me.ahoo.cosid.snowflake.exception.ClockTooManyBackwardsException
 
getCustom() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
getDatabase() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Mongo
 
getDatabase() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Mongo
 
getDateTimeFormatter() - Method in class me.ahoo.cosid.snowflake.MillisecondSnowflakeIdStateParser
 
getDateTimeFormatter() - Method in class me.ahoo.cosid.snowflake.SecondSnowflakeIdStateParser
 
getDateTimeFormatter() - Method in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
getDeclaringClass() - Method in exception me.ahoo.cosid.accessor.MultipleIdNotSupportException
 
getDelay() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Guarder
 
getDelimiter() - Method in class me.ahoo.cosid.converter.GroupedPrefixIdConverter
 
getDelimiter() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.GroupPrefix
 
getDiffTime(LocalDateTime) - Method in class me.ahoo.cosid.snowflake.MillisecondSnowflakeIdStateParser
 
getDiffTime(LocalDateTime) - Method in class me.ahoo.cosid.snowflake.SecondSnowflakeIdStateParser
 
getDiffTime(LocalDateTime) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
getDiffTimestamp() - Method in exception me.ahoo.cosid.snowflake.exception.TimestampOverflowException
 
getDistributor() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
getDistributor() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
getDistributor() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
getDivisor() - Method in class me.ahoo.cosid.sharding.ModCycle
 
getEffectiveNodes() - Method in class me.ahoo.cosid.sharding.CachedSharding
 
getEffectiveNodes() - Method in class me.ahoo.cosid.sharding.IntervalTimeline
 
getEffectiveNodes() - Method in class me.ahoo.cosid.sharding.ModCycle
 
getEffectiveNodes() - Method in interface me.ahoo.cosid.sharding.Sharding
 
getEpoch() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
getEpoch() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
getEpoch() - Method in exception me.ahoo.cosid.snowflake.exception.TimestampOverflowException
 
getEpoch() - Method in interface me.ahoo.cosid.snowflake.SnowflakeId
 
getEpoch() - Method in class me.ahoo.cosid.snowflake.StringSnowflakeId
 
getEpoch() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
getEpoch() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
getErrors() - Method in class me.ahoo.cosid.proxy.ErrorResponse
 
getFactory() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
getFetchMaxIdSql() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
getFetchTime() - Method in class me.ahoo.cosid.segment.DefaultIdSegment
 
getFetchTime() - Method in interface me.ahoo.cosid.segment.IdSegment
ID segment fetch time.
getFetchTime() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
getFetchTime() - Method in class me.ahoo.cosid.segment.MergedIdSegment
ID segment fetch time.
getFriendlyId() - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState
 
getGeneratorName() - Method in class me.ahoo.cosid.accessor.IdDefinition
 
getGeneratorName() - Method in interface me.ahoo.cosid.accessor.IdMetadata
 
getGeneratorName() - Method in class me.ahoo.cosid.provider.LazyIdGenerator
 
getGeneratorName() - Method in exception me.ahoo.cosid.provider.NotFoundIdGeneratorException
 
getGetter() - Method in class me.ahoo.cosid.accessor.DefaultCosIdAccessor
 
getGetter() - Method in class me.ahoo.cosid.accessor.method.MethodGetter
 
getGroup() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
getGroup() - Method in class me.ahoo.cosid.test.segment.distributor.GroupedIdSegmentDistributorSpec
 
getGroup() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
getGroupPrefix() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
getGuarder() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
getHead() - Method in class me.ahoo.cosid.segment.SegmentChainId
 
getHost() - Method in class me.ahoo.cosid.spring.boot.starter.ProxyProperties
 
getHostAddress() - Method in interface me.ahoo.cosid.machine.HostAddressSupplier
 
getHostAddress() - Method in class me.ahoo.cosid.machine.LocalHostAddressSupplier
 
getId() - Method in exception me.ahoo.cosid.IntegerIdGenerator.IdOverflowException
 
getId() - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState
 
getId(Object) - Method in class me.ahoo.cosid.accessor.CosIdAccessor.NotFound
 
getId(Object) - Method in interface me.ahoo.cosid.accessor.CosIdGetter
 
getId(Object) - Method in class me.ahoo.cosid.accessor.DefaultCosIdAccessor
 
getId(Object) - Method in class me.ahoo.cosid.accessor.field.FieldGetter
 
getId(Object) - Method in class me.ahoo.cosid.accessor.method.MethodGetter
 
getIdDeclaringClass() - Method in interface me.ahoo.cosid.accessor.IdMetadata
 
getIdDefinition() - Method in class me.ahoo.cosid.accessor.AbstractIdMetadata
 
getIdDefinition() - Method in class me.ahoo.cosid.accessor.CosIdAccessor.NotFound
 
getIdDefinition() - Method in interface me.ahoo.cosid.accessor.IdMetadata
 
getIdField() - Method in class me.ahoo.cosid.accessor.CosIdAccessor.NotFound
 
getIdField() - Method in class me.ahoo.cosid.accessor.IdDefinition
 
getIdField() - Method in interface me.ahoo.cosid.accessor.IdMetadata
 
getIdField() - Method in exception me.ahoo.cosid.accessor.IdTypeNotSupportException
 
getIdGenerator() - Method in class me.ahoo.cosid.accessor.AbstractIdMetadata
 
getIdGenerator() - Method in class me.ahoo.cosid.accessor.CosIdAccessor.NotFound
 
getIdGenerator() - Method in interface me.ahoo.cosid.accessor.IdMetadata
 
getIdSegment() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
getIdSize() - Method in class me.ahoo.cosid.test.ConcurrentGenerateSpec
 
getIdSize() - Method in class me.ahoo.cosid.test.ConcurrentGenerateStingSpec
 
getIdType() - Method in class me.ahoo.cosid.accessor.IdDefinition
 
getIdType() - Method in interface me.ahoo.cosid.accessor.IdMetadata
 
getIncrementMaxIdSql() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
getInitCosidTableSql() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
getInitialDelay() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Guarder
 
getInitIdSegmentSql() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
getInstanceId() - Method in class me.ahoo.cosid.machine.InstanceId
 
getInstanceId() - Method in exception me.ahoo.cosid.machine.MachineIdLostException
 
getInstanceId() - Method in exception me.ahoo.cosid.machine.MachineIdOverflowException
 
getInstanceId() - Method in class me.ahoo.cosid.machine.NamespacedInstanceId
 
getInstanceId() - Method in exception me.ahoo.cosid.machine.NotFoundMachineStateException
 
getInstanceId() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
getJdbc() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor
 
getJobId() - Method in interface me.ahoo.cosid.segment.concurrent.AffinityJob
 
getJobId() - Method in class me.ahoo.cosid.segment.SegmentChainId.PrefetchJob
 
getKey() - Method in class me.ahoo.cosid.segment.grouped.GroupedKey
 
getLastTimestamp() - Method in class me.ahoo.cosid.cosid.ClockSyncCosIdGenerator
 
getLastTimestamp() - Method in interface me.ahoo.cosid.cosid.CosIdGenerator
 
getLastTimestamp() - Method in class me.ahoo.cosid.cosid.RadixCosIdGenerator
 
getLastTimestamp() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
getLastTimestamp() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
getLastTimestamp() - Method in exception me.ahoo.cosid.snowflake.exception.ClockBackwardsException
 
getLastTimestamp() - Method in exception me.ahoo.cosid.snowflake.exception.ClockTooManyBackwardsException
 
getLastTimestamp() - Method in interface me.ahoo.cosid.snowflake.SnowflakeId
 
getLastTimestamp() - Method in class me.ahoo.cosid.snowflake.StringSnowflakeId
 
getLastTimeStamp() - Method in class me.ahoo.cosid.machine.MachineState
 
getLocal() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.StateStorage
 
getLower() - Method in class me.ahoo.cosid.sharding.IntervalTimeline.Interval
 
getMachineBit() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
getMachineBit() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
getMachineBit() - Method in interface me.ahoo.cosid.snowflake.SnowflakeId
 
getMachineBit() - Method in class me.ahoo.cosid.snowflake.StringSnowflakeId
 
getMachineBit() - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
getMachineBit() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
getMachineBit() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
getMachineBit() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
getMachineId() - Method in class me.ahoo.cosid.cosid.ClockSyncCosIdGenerator
 
getMachineId() - Method in interface me.ahoo.cosid.cosid.CosIdGenerator
 
getMachineId() - Method in class me.ahoo.cosid.cosid.CosIdState
 
getMachineId() - Method in class me.ahoo.cosid.cosid.RadixCosIdGenerator
 
getMachineId() - Method in class me.ahoo.cosid.machine.MachineId
 
getMachineId() - Method in class me.ahoo.cosid.machine.MachineState
 
getMachineId() - Method in class me.ahoo.cosid.machine.ManualMachineIdDistributor
 
getMachineId() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
getMachineId() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
getMachineId() - Method in interface me.ahoo.cosid.snowflake.SnowflakeId
 
getMachineId() - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState
 
getMachineId() - Method in class me.ahoo.cosid.snowflake.StringSnowflakeId
 
getMachineId() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Manual
 
getMachineState() - Method in exception me.ahoo.cosid.machine.MachineIdLostException
 
getManual() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor
 
getMaxId() - Method in class me.ahoo.cosid.converter.RadixIdConverter
 
getMaxId() - Method in class me.ahoo.cosid.segment.DefaultIdSegment
 
getMaxId() - Method in interface me.ahoo.cosid.segment.IdSegment
 
getMaxId() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
getMaxId() - Method in class me.ahoo.cosid.segment.MergedIdSegment
 
getMaxMachine() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
getMaxMachine() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
getMaxMachine() - Method in interface me.ahoo.cosid.snowflake.SnowflakeId
 
getMaxMachine() - Method in class me.ahoo.cosid.snowflake.StringSnowflakeId
 
getMaxRetries() - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties.Retry
 
getMaxSequence() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
getMaxSequence() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
getMaxSequence() - Method in interface me.ahoo.cosid.snowflake.SnowflakeId
 
getMaxSequence() - Method in class me.ahoo.cosid.snowflake.StringSnowflakeId
 
getMaxSleepMs() - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties.Retry
 
getMaxTimestamp() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
getMaxTimestamp() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
getMaxTimestamp() - Method in exception me.ahoo.cosid.snowflake.exception.TimestampOverflowException
 
getMaxTimestamp() - Method in interface me.ahoo.cosid.snowflake.SnowflakeId
 
getMaxTimestamp() - Method in class me.ahoo.cosid.snowflake.StringSnowflakeId
 
getMode() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
getMode() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
getMongo() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor
 
getMongo() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor
 
getMsg() - Method in class me.ahoo.cosid.proxy.ErrorResponse
 
getName() - Method in exception me.ahoo.cosid.jdbc.exception.NotFoundMaxIdException
 
getName() - Method in exception me.ahoo.cosid.jdbc.exception.SegmentNameMissingException
 
getName() - Method in class me.ahoo.cosid.jdbc.JdbcIdSegmentDistributor
 
getName() - Method in class me.ahoo.cosid.mongo.MongoIdSegmentDistributor
 
getName() - Method in class me.ahoo.cosid.proxy.ProxyIdSegmentDistributor
 
getName() - Method in interface me.ahoo.cosid.segment.concurrent.PrefetchWorker
 
getName() - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
getName() - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor.GroupedBinding
 
getName() - Method in class me.ahoo.cosid.segment.IdSegmentDistributor.Atomic
 
getName() - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
getName() - Method in class me.ahoo.cosid.segment.IdSegmentDistributor.Mock
 
getName() - Method in class me.ahoo.cosid.segment.IdSegmentDistributorDefinition
 
getName() - Method in class me.ahoo.cosid.spring.redis.SpringRedisIdSegmentDistributor
 
getName() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
getName() - Method in class me.ahoo.cosid.zookeeper.ZookeeperIdSegmentDistributor
 
getNamespace() - Method in class me.ahoo.cosid.jdbc.JdbcIdSegmentDistributor
 
getNamespace() - Method in exception me.ahoo.cosid.machine.MachineIdLostException
 
getNamespace() - Method in class me.ahoo.cosid.machine.NamespacedInstanceId
 
getNamespace() - Method in exception me.ahoo.cosid.machine.NotFoundMachineStateException
 
getNamespace() - Method in class me.ahoo.cosid.mongo.MongoIdSegmentDistributor
 
getNamespace() - Method in class me.ahoo.cosid.proxy.ProxyIdSegmentDistributor
 
getNamespace() - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
getNamespace() - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor.GroupedBinding
 
getNamespace() - Method in class me.ahoo.cosid.segment.IdSegmentDistributor.Atomic
 
getNamespace() - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
getNamespace() - Method in class me.ahoo.cosid.segment.IdSegmentDistributor.Mock
 
getNamespace() - Method in class me.ahoo.cosid.segment.IdSegmentDistributorDefinition
 
getNamespace() - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
getNamespace() - Method in class me.ahoo.cosid.spring.boot.starter.CosIdProperties
 
getNamespace() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
getNamespace() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
getNamespace() - Method in class me.ahoo.cosid.spring.redis.SpringRedisIdSegmentDistributor
 
getNamespace() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
getNamespace() - Method in class me.ahoo.cosid.zookeeper.ZookeeperIdSegmentDistributor
 
getNamespacedName() - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
getNamespacedName() - Method in class me.ahoo.cosid.segment.IdSegmentDistributorDefinition
 
getNamespacedName() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
getNamespacedName(String, String) - Static method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
getNext() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
getNext() - Method in exception me.ahoo.cosid.segment.NextIdSegmentExpiredException
 
getNextId() - Method in class me.ahoo.cosid.activiti.ActivitiIdGenerator
 
getNextId() - Method in class me.ahoo.cosid.flowable.FlowableIdGenerator
 
getNode() - Method in class me.ahoo.cosid.sharding.IntervalTimeline.Interval
 
getOffset() - Method in class me.ahoo.cosid.segment.DefaultIdSegment
 
getOffset() - Method in interface me.ahoo.cosid.segment.IdSegment
 
getOffset() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
getOffset() - Method in class me.ahoo.cosid.segment.IdSegmentDistributorDefinition
 
getOffset() - Method in class me.ahoo.cosid.segment.MergedIdSegment
 
getOffset() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
getOffset() - Method in class me.ahoo.cosid.spring.redis.SpringRedisIdSegmentDistributor
 
getParser() - Method in class me.ahoo.cosid.converter.SnowflakeFriendlyIdConverter
 
getParser() - Method in class me.ahoo.cosid.snowflake.DefaultSnowflakeFriendlyId
 
getParser() - Method in interface me.ahoo.cosid.snowflake.SnowflakeFriendlyId
 
getPort() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
getPrefetchPeriod() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain.PrefetchWorker
 
getPrefetchWorker() - Method in interface me.ahoo.cosid.segment.concurrent.AffinityJob
 
getPrefetchWorker() - Method in class me.ahoo.cosid.segment.SegmentChainId.PrefetchJob
 
getPrefetchWorker() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain
 
getPrefix() - Method in class me.ahoo.cosid.converter.PrefixIdConverter
 
getPrefix() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
getProcessId() - Method in enum class me.ahoo.cosid.util.ProcessId
 
getProvider() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
getProvider() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
getProxy() - Method in class me.ahoo.cosid.spring.boot.starter.CosIdProperties
 
getRadix() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
getRadix36() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
getRedis() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor
 
getRedis() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor
 
getRegisteredInstanceIds() - Method in class me.ahoo.cosid.machine.DefaultMachineIdGuarder
 
getRequired(String) - Method in interface me.ahoo.cosid.provider.IdGeneratorProvider
 
getRetry() - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
getSafeDistance() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain
 
getSafeGuardAt(Duration, boolean) - Static method in interface me.ahoo.cosid.machine.MachineIdDistributor
 
getSafeGuardDuration() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
getSafeGuardDuration() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Guarder
 
getSafeGuardDuration() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
getSegments() - Method in class me.ahoo.cosid.segment.MergedIdSegment
 
getSequence() - Method in class me.ahoo.cosid.cosid.CosIdState
 
getSequence() - Method in class me.ahoo.cosid.segment.DefaultIdSegment
 
getSequence() - Method in interface me.ahoo.cosid.segment.IdSegment
 
getSequence() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
getSequence() - Method in class me.ahoo.cosid.segment.MergedIdSegment
 
getSequence() - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState
 
getSequenceBit() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
getSequenceBit() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
getSequenceBit() - Method in interface me.ahoo.cosid.snowflake.SnowflakeId
 
getSequenceBit() - Method in class me.ahoo.cosid.snowflake.StringSnowflakeId
 
getSequenceBit() - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
getSequenceBit() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
getSequenceResetThreshold() - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
getSequenceResetThreshold() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
getSessionTimeout() - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
getSetter() - Method in class me.ahoo.cosid.accessor.DefaultCosIdAccessor
 
getSetter() - Method in class me.ahoo.cosid.accessor.method.MethodSetter
 
getShare() - Method in class me.ahoo.cosid.provider.DefaultIdGeneratorProvider
 
getShare() - Method in interface me.ahoo.cosid.provider.IdGeneratorProvider
Get shared ID generator.
getShare() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
getShare() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
getSingleStep() - Method in class me.ahoo.cosid.segment.MergedIdSegment
 
getSpinThreshold() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.ClockBackwards
 
getStable() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
getStartInterval() - Method in class me.ahoo.cosid.sharding.IntervalTimeline
 
getStat(String) - Method in class me.ahoo.cosid.spring.boot.starter.actuate.CosIdEndpoint
 
getStateLocation() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.StateStorage.Local
 
getStateParser() - Method in class me.ahoo.cosid.cosid.ClockSyncCosIdGenerator
 
getStateParser() - Method in interface me.ahoo.cosid.cosid.CosIdGenerator
 
getStateParser() - Method in class me.ahoo.cosid.cosid.RadixCosIdGenerator
 
getStateStorage() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
getStep() - Method in class me.ahoo.cosid.jdbc.JdbcIdSegmentDistributor
 
getStep() - Method in class me.ahoo.cosid.mongo.MongoIdSegmentDistributor
 
getStep() - Method in class me.ahoo.cosid.proxy.ProxyIdSegmentDistributor
 
getStep() - Method in class me.ahoo.cosid.segment.DefaultIdSegment
 
getStep() - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
getStep() - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor.GroupedBinding
 
getStep() - Method in interface me.ahoo.cosid.segment.IdSegment
 
getStep() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
getStep() - Method in class me.ahoo.cosid.segment.IdSegmentDistributor.Atomic
 
getStep() - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
getStep() - Method in class me.ahoo.cosid.segment.IdSegmentDistributor.Mock
 
getStep() - Method in class me.ahoo.cosid.segment.IdSegmentDistributorDefinition
 
getStep() - Method in class me.ahoo.cosid.segment.MergedIdSegment
 
getStep() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
getStep() - Method in class me.ahoo.cosid.spring.redis.SpringRedisIdSegmentDistributor
 
getStep() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
getStep() - Method in class me.ahoo.cosid.zookeeper.ZookeeperIdSegmentDistributor
 
getStep(int) - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
getStepWithSegments() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
getSuffix() - Method in class me.ahoo.cosid.converter.SuffixIdConverter
 
getSuffix() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
getSystemSecondTime() - Static method in interface me.ahoo.cosid.util.Clock
 
getTimeout() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Redis
 
getTimeout() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Redis
 
getTimestamp() - Method in class me.ahoo.cosid.cosid.CosIdState
 
getTimestamp() - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState
 
getTimestamp(long) - Method in class me.ahoo.cosid.snowflake.MillisecondSnowflakeIdStateParser
 
getTimestamp(long) - Method in class me.ahoo.cosid.snowflake.SecondSnowflakeIdStateParser
 
getTimestamp(long) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
getTimestampBit() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
getTimestampBit() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
getTimestampBit() - Method in interface me.ahoo.cosid.snowflake.SnowflakeId
 
getTimestampBit() - Method in class me.ahoo.cosid.snowflake.StringSnowflakeId
 
getTimestampBit() - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
getTimestampBit() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
getTimestampUnit() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
getToString() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
getTotalMachineIds() - Method in exception me.ahoo.cosid.machine.MachineIdOverflowException
 
getTtl() - Method in class me.ahoo.cosid.segment.DefaultIdSegment
 
getTtl() - Method in interface me.ahoo.cosid.segment.IdSegment
the id segment time to live.
getTtl() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
getTtl() - Method in class me.ahoo.cosid.segment.MergedIdSegment
 
getTtl() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
getTtl() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
getTtlAt() - Method in class me.ahoo.cosid.segment.grouped.GroupedKey
get ttlAt of group.
getType() - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
getType() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Custom
 
getType() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
getType() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor
 
getType() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor
 
getUnit() - Method in class me.ahoo.cosid.sharding.IntervalStep
 
getVersion() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
getZoneId() - Method in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
getZoneId() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
GracefullyCloser() - Constructor for class me.ahoo.cosid.segment.concurrent.PrefetchWorkerExecutorService.GracefullyCloser
 
group() - Method in class me.ahoo.cosid.segment.DefaultIdSegment
 
group() - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
group() - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor.GroupedBinding
 
group() - Method in interface me.ahoo.cosid.segment.grouped.Grouped
 
group() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
group() - Method in class me.ahoo.cosid.segment.MergedIdSegment
 
Group() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition.Group
 
groupBySupplier() - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
GroupBySupplier - Interface in me.ahoo.cosid.segment.grouped
 
Grouped - Interface in me.ahoo.cosid.segment.grouped
 
GroupedAccessor - Class in me.ahoo.cosid.segment.grouped
 
GroupedAccessor() - Constructor for class me.ahoo.cosid.segment.grouped.GroupedAccessor
 
GroupedBinding(GroupedKey, IdSegmentDistributor) - Constructor for class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor.GroupedBinding
 
GroupedIdSegmentDistributor - Interface in me.ahoo.cosid.segment.grouped
 
GroupedIdSegmentDistributorFactory - Class in me.ahoo.cosid.segment.grouped
 
GroupedIdSegmentDistributorFactory(GroupBySupplier, IdSegmentDistributorFactory) - Constructor for class me.ahoo.cosid.segment.grouped.GroupedIdSegmentDistributorFactory
 
GroupedIdSegmentDistributorSpec - Class in me.ahoo.cosid.test.segment.distributor
 
GroupedIdSegmentDistributorSpec() - Constructor for class me.ahoo.cosid.test.segment.distributor.GroupedIdSegmentDistributorSpec
 
GroupedKey - Class in me.ahoo.cosid.segment.grouped
 
GroupedKey(String, long) - Constructor for class me.ahoo.cosid.segment.grouped.GroupedKey
 
GroupedPrefixConverterStat - Record Class in me.ahoo.cosid.stat.converter
 
GroupedPrefixConverterStat(String, String, Stat) - Constructor for record class me.ahoo.cosid.stat.converter.GroupedPrefixConverterStat
Creates an instance of a GroupedPrefixConverterStat record class.
GroupedPrefixIdConverter - Class in me.ahoo.cosid.converter
 
GroupedPrefixIdConverter(String, IdConverter) - Constructor for class me.ahoo.cosid.converter.GroupedPrefixIdConverter
 
groupedSupplier() - Method in class me.ahoo.cosid.test.segment.distributor.GroupedIdSegmentDistributorSpec
 
GroupPrefix() - Constructor for class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.GroupPrefix
 
guard() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
guard(String, InstanceId, Duration) - Method in class me.ahoo.cosid.machine.AbstractMachineIdDistributor
 
guard(String, InstanceId, Duration) - Method in interface me.ahoo.cosid.machine.MachineIdDistributor
Guard the machine id by heartbeat.
guard(String, InstanceId, MachineState, Duration) - Method in interface me.ahoo.cosid.mongo.MachineCollection
 
guard(String, InstanceId, MachineState, Duration) - Method in class me.ahoo.cosid.mongo.MongoMachineCollection
 
guard(String, InstanceId, MachineState, Duration) - Method in class me.ahoo.cosid.mongo.reactive.MongoReactiveMachineCollection
 
Guard - Class in me.ahoo.cosid.test.machine.distributor
Guard .
Guard(Supplier<MachineIdDistributor>, int) - Constructor for class me.ahoo.cosid.test.machine.distributor.Guard
 
Guarder() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Guarder
 
guardFilter(String, InstanceId, MachineState) - Static method in interface me.ahoo.cosid.mongo.MachineOperates
 
guardLost() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
GuardLost - Class in me.ahoo.cosid.test.machine.distributor
GuardWhenLost .
GuardLost(Supplier<MachineIdDistributor>, int) - Constructor for class me.ahoo.cosid.test.machine.distributor.GuardLost
 
guardRemote(String, InstanceId, MachineState, Duration) - Method in class me.ahoo.cosid.jdbc.JdbcMachineIdDistributor
 
guardRemote(String, InstanceId, MachineState, Duration) - Method in class me.ahoo.cosid.machine.AbstractMachineIdDistributor
 
guardRemote(String, InstanceId, MachineState, Duration) - Method in class me.ahoo.cosid.machine.k8s.StatefulSetMachineIdDistributor
 
guardRemote(String, InstanceId, MachineState, Duration) - Method in class me.ahoo.cosid.machine.ManualMachineIdDistributor
 
guardRemote(String, InstanceId, MachineState, Duration) - Method in class me.ahoo.cosid.mongo.MongoMachineIdDistributor
 
guardRemote(String, InstanceId, MachineState, Duration) - Method in class me.ahoo.cosid.proxy.ProxyMachineIdDistributor
 
guardRemote(String, InstanceId, MachineState, Duration) - Method in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
 
guardRemote(String, InstanceId, MachineState, Duration) - Method in class me.ahoo.cosid.zookeeper.ZookeeperMachineIdDistributor
 
guardUpdate(long) - Static method in interface me.ahoo.cosid.mongo.MachineOperates
 

H

hashCode() - Method in class me.ahoo.cosid.cosid.CosIdState
 
hashCode() - Method in class me.ahoo.cosid.machine.InstanceId
 
hashCode() - Method in class me.ahoo.cosid.machine.MachineId
 
hashCode() - Method in class me.ahoo.cosid.machine.MachineState
 
hashCode() - Method in class me.ahoo.cosid.machine.NamespacedInstanceId
 
hashCode() - Method in class me.ahoo.cosid.proxy.MachineStateDto
 
hashCode() - Method in class me.ahoo.cosid.segment.grouped.GroupedKey
 
hashCode() - Method in class me.ahoo.cosid.sharding.ExactCollection
 
hashCode() - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState
 
hashCode() - Method in record class me.ahoo.cosid.stat.converter.GroupedPrefixConverterStat
Returns a hash code value for this object.
hashCode() - Method in record class me.ahoo.cosid.stat.converter.PrefixConverterStat
Returns a hash code value for this object.
hashCode() - Method in record class me.ahoo.cosid.stat.converter.RadixConverterStat
Returns a hash code value for this object.
hashCode() - Method in record class me.ahoo.cosid.stat.converter.SuffixConverterStat
Returns a hash code value for this object.
hashCode() - Method in record class me.ahoo.cosid.stat.converter.ToStringConverterStat
Returns a hash code value for this object.
hashCode() - Method in record class me.ahoo.cosid.stat.generator.CosIdGeneratorStat
Returns a hash code value for this object.
hashCode() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns a hash code value for this object.
hashCode() - Method in record class me.ahoo.cosid.stat.generator.SimpleIdGeneratorStat
Returns a hash code value for this object.
hashCode() - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Returns a hash code value for this object.
hashCode() - Method in record class me.ahoo.cosid.stat.SimpleStat
Returns a hash code value for this object.
hashTag(String) - Static method in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
redis hash-tag for redis-cluster.
HostAddressSupplier - Interface in me.ahoo.cosid.machine
 
HOSTNAME_KEY - Static variable in class me.ahoo.cosid.machine.k8s.StatefulSetMachineIdDistributor
 
hostNameSupplier() - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdHostNameAutoConfiguration
 
hungry() - Method in interface me.ahoo.cosid.segment.concurrent.AffinityJob
 

I

id(long) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState.SnowflakeIdStateBuilder
 
ID_FIELD - Static variable in interface me.ahoo.cosid.mongo.Documents
 
ID_KEY - Static variable in class me.ahoo.cosid.activiti.ActivitiIdGenerator
The key of the system property that can be used to set the id generator name.
ID_KEY - Static variable in class me.ahoo.cosid.axon.CosIdIdentifierFactory
 
ID_KEY - Static variable in class me.ahoo.cosid.flowable.FlowableIdGenerator
The key of the system property that can be used to set the id generator name.
idAnnotationDefinitionParser() - Method in class me.ahoo.cosid.spring.boot.starter.jdbc.CosIdJdbcAutoConfiguration
 
IdAnnotationDefinitionParser - Class in me.ahoo.cosid.spring.data.jdbc
Id Annotation FieldDefinitionParser.
IdAnnotationDefinitionParser() - Constructor for class me.ahoo.cosid.spring.data.jdbc.IdAnnotationDefinitionParser
 
idConverter - Variable in class me.ahoo.cosid.StringIdGeneratorDecorator
 
idConverter() - Method in interface me.ahoo.cosid.cosid.CosIdGenerator
 
idConverter() - Method in interface me.ahoo.cosid.IdGenerator
ID converter, used to convert long type ID to String.
idConverter() - Method in class me.ahoo.cosid.provider.LazyIdGenerator
 
idConverter() - Method in class me.ahoo.cosid.StringIdGeneratorDecorator
 
IdConverter - Interface in me.ahoo.cosid
ID converter.
IdConverterDecorator<T extends IdGenerator> - Class in me.ahoo.cosid.spring.boot.starter
 
IdConverterDecorator(T, IdConverterDefinition) - Constructor for class me.ahoo.cosid.spring.boot.starter.IdConverterDecorator
 
IdConverterDefinition - Class in me.ahoo.cosid.spring.boot.starter
IdConverter Definition.
IdConverterDefinition() - Constructor for class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
IdConverterDefinition.Custom - Class in me.ahoo.cosid.spring.boot.starter
 
IdConverterDefinition.GroupPrefix - Class in me.ahoo.cosid.spring.boot.starter
 
IdConverterDefinition.Radix - Class in me.ahoo.cosid.spring.boot.starter
Radix62IdConverter Config.
IdConverterDefinition.Radix36 - Class in me.ahoo.cosid.spring.boot.starter
 
IdConverterDefinition.ToString - Class in me.ahoo.cosid.spring.boot.starter
 
IdConverterDefinition.Type - Enum Class in me.ahoo.cosid.spring.boot.starter
IdConverter Type.
IdDefinition - Class in me.ahoo.cosid.accessor
ID Definition.
IdDefinition() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
IdDefinition() - Constructor for class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
IdDefinition(Field) - Constructor for class me.ahoo.cosid.accessor.IdDefinition
 
IdDefinition(String, Field) - Constructor for class me.ahoo.cosid.accessor.IdDefinition
 
IdDefinition(String, Field, Class<?>) - Constructor for class me.ahoo.cosid.accessor.IdDefinition
 
idGenerator - Variable in class me.ahoo.cosid.spring.boot.starter.IdConverterDecorator
 
IdGenerator - Interface in me.ahoo.cosid
Id Generator.
IdGeneratorDecorator - Interface in me.ahoo.cosid
IdGenerator decorator.
idGeneratorProvider() - Method in class me.ahoo.cosid.spring.boot.starter.CosIdAutoConfiguration
 
IdGeneratorProvider - Interface in me.ahoo.cosid.provider
IdGenerator container.
IdGeneratorStat - Interface in me.ahoo.cosid.stat.generator
 
IdMetadata - Interface in me.ahoo.cosid.accessor
Id Metadata.
IdOverflowException(long) - Constructor for exception me.ahoo.cosid.IntegerIdGenerator.IdOverflowException
 
IdSegment - Interface in me.ahoo.cosid.segment
Id Segment.
IdSegmentChain - Class in me.ahoo.cosid.segment
Chained ID segment.
IdSegmentChain(long, IdSegment, boolean) - Constructor for class me.ahoo.cosid.segment.IdSegmentChain
 
IdSegmentChain(IdSegmentChain, IdSegment, boolean) - Constructor for class me.ahoo.cosid.segment.IdSegmentChain
 
IdSegmentCollection - Interface in me.ahoo.cosid.mongo
 
IdSegmentDistributor - Interface in me.ahoo.cosid.segment
Id Segment Distributor.
IdSegmentDistributor.Atomic - Class in me.ahoo.cosid.segment
 
IdSegmentDistributor.Mock - Class in me.ahoo.cosid.segment
 
IdSegmentDistributorDefinition - Class in me.ahoo.cosid.segment
IdSegment Distributor Definition.
IdSegmentDistributorDefinition(String, String, long, long) - Constructor for class me.ahoo.cosid.segment.IdSegmentDistributorDefinition
 
idSegmentDistributorFactory(DataSource, JdbcIdSegmentInitializer) - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdJdbcSegmentAutoConfiguration
 
idSegmentDistributorFactory(OkHttpClient) - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdProxySegmentAutoConfiguration
 
idSegmentDistributorFactory(CuratorFramework, RetryPolicy) - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdZookeeperSegmentAutoConfiguration
 
idSegmentDistributorFactory(StringRedisTemplate) - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdSpringRedisSegmentAutoConfiguration
 
IdSegmentDistributorFactory - Interface in me.ahoo.cosid.segment
IdSegmentDistributorSpec - Class in me.ahoo.cosid.test.segment.distributor
IdSegmentDistributorSpec .
IdSegmentDistributorSpec() - Constructor for class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
IdSegmentInitializer - Interface in me.ahoo.cosid.mongo
 
IdSegmentOperates - Interface in me.ahoo.cosid.mongo
 
IdTypeNotSupportException - Exception in me.ahoo.cosid.accessor
ID Type Not Support Exception.
IdTypeNotSupportException(Field) - Constructor for exception me.ahoo.cosid.accessor.IdTypeNotSupportException
 
IN_MEMORY - Static variable in interface me.ahoo.cosid.machine.MachineStateStorage
 
INCREMENT_MAX_ID_SQL - Static variable in class me.ahoo.cosid.jdbc.JdbcIdSegmentDistributor
 
incrementAndGet() - Method in class me.ahoo.cosid.segment.DefaultIdSegment
 
incrementAndGet() - Method in interface me.ahoo.cosid.segment.IdSegment
 
incrementAndGet() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
incrementAndGet() - Method in class me.ahoo.cosid.segment.MergedIdSegment
 
incrementAndGet(String, long) - Method in interface me.ahoo.cosid.mongo.IdSegmentCollection
 
incrementAndGet(String, long) - Method in class me.ahoo.cosid.mongo.MongoIdSegmentCollection
 
incrementAndGet(String, long) - Method in class me.ahoo.cosid.mongo.reactive.MongoReactiveIdSegmentCollection
 
incrementAndGetUpdates(long) - Static method in interface me.ahoo.cosid.mongo.IdSegmentOperates
 
indexOf(Object) - Method in class me.ahoo.cosid.sharding.ExactCollection
 
INIT_COSID_TABLE_SQL - Static variable in class me.ahoo.cosid.jdbc.JdbcIdSegmentInitializer
 
INIT_ID_SEGMENT_SQL - Static variable in class me.ahoo.cosid.jdbc.JdbcIdSegmentInitializer
 
initCosIdMachineTable() - Method in class me.ahoo.cosid.jdbc.JdbcMachineIdInitializer
 
initCosIdTable() - Method in class me.ahoo.cosid.jdbc.JdbcIdSegmentInitializer
 
initIdSegment(String, long) - Method in class me.ahoo.cosid.jdbc.JdbcIdSegmentInitializer
 
InMemoryMachineStateStorage - Class in me.ahoo.cosid.machine
 
InMemoryMachineStateStorage() - Constructor for class me.ahoo.cosid.machine.InMemoryMachineStateStorage
 
INSTANCE - Static variable in class me.ahoo.cosid.annotation.AnnotationDefinitionParser
 
INSTANCE - Static variable in class me.ahoo.cosid.converter.Radix36IdConverter
 
INSTANCE - Static variable in class me.ahoo.cosid.converter.Radix62IdConverter
 
INSTANCE - Static variable in class me.ahoo.cosid.converter.SnowflakeFriendlyIdConverter
 
INSTANCE - Static variable in class me.ahoo.cosid.converter.ToStringIdConverter
 
INSTANCE - Static variable in class me.ahoo.cosid.jvm.AtomicLongGenerator
 
INSTANCE - Static variable in class me.ahoo.cosid.jvm.UuidGenerator
 
INSTANCE - Static variable in class me.ahoo.cosid.machine.k8s.StatefulSetMachineIdDistributor
 
INSTANCE - Static variable in class me.ahoo.cosid.machine.LocalHostAddressSupplier
 
INSTANCE - Static variable in class me.ahoo.cosid.provider.DefaultIdGeneratorProvider
 
INSTANCE - Static variable in class me.ahoo.cosid.snowflake.MillisecondSnowflakeIdStateParser
 
INSTANCE - Static variable in class me.ahoo.cosid.spring.data.jdbc.IdAnnotationDefinitionParser
 
INSTANCE - Static variable in class me.ahoo.cosid.test.MockIdGenerator
 
INSTANCE_ID_FIELD - Static variable in interface me.ahoo.cosid.mongo.MachineOperates
 
instanceId(HostAddressSupplier) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdMachineAutoConfiguration
 
InstanceId - Class in me.ahoo.cosid.machine
InstanceId.
InstanceId(String, boolean) - Constructor for class me.ahoo.cosid.machine.InstanceId
 
IntegerIdGenerator - Class in me.ahoo.cosid
Integer Id Generator.
IntegerIdGenerator(IdGenerator) - Constructor for class me.ahoo.cosid.IntegerIdGenerator
 
IntegerIdGenerator.IdOverflowException - Exception in me.ahoo.cosid
ID Overflow Exception.
intercept(Invocation) - Method in class me.ahoo.cosid.mybatis.CosIdPlugin
 
Interval(LocalDateTime, String) - Constructor for class me.ahoo.cosid.sharding.IntervalTimeline.Interval
 
IntervalStep - Class in me.ahoo.cosid.sharding
Interval Step.
IntervalStep(ChronoUnit, int) - Constructor for class me.ahoo.cosid.sharding.IntervalStep
 
IntervalTimeline - Class in me.ahoo.cosid.sharding
Interval Timeline.
IntervalTimeline(String, Range<LocalDateTime>, IntervalStep, DateTimeFormatter) - Constructor for class me.ahoo.cosid.sharding.IntervalTimeline
 
IntervalTimeline.Interval - Class in me.ahoo.cosid.sharding
 
invoke() - Method in interface me.ahoo.cosid.util.Exceptions.CheckedFunction
 
invokeUnchecked(Exceptions.CheckedFunction<T>) - Static method in class me.ahoo.cosid.util.Exceptions
invoke Checked Exception Function as Unchecked.
isAvailable() - Method in interface me.ahoo.cosid.segment.IdSegment
not expired and not overflow.
isAvailable() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns the value of the isAvailable record component.
isBeforePrefix() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.GroupPrefix
 
isClockSync() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
isEnableAutoInitCosidTable() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
isEnableAutoInitIdSegment() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
isEnabled() - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
isEnabled() - Method in class me.ahoo.cosid.spring.boot.starter.CosIdProperties
 
isEnabled() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.GroupPrefix
 
isEnabled() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Guarder
 
isEnabled() - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
isEnabled() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
isEnabled() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.ShardIdDefinition
 
isEnabled() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
isEnabled() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.ShardIdDefinition
 
isEnabled() - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
isExpired() - Method in interface me.ahoo.cosid.segment.IdSegment
id segment has expired?.
isExpired() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns the value of the isExpired record component.
isFriendly() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
isOverflow() - Method in interface me.ahoo.cosid.segment.IdSegment
 
isOverflow() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns the value of the isOverflow record component.
isOverflow(long) - Method in interface me.ahoo.cosid.segment.IdSegment
 
isPadStart() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Radix
 
isPadStart() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Radix36
 
isPadStart() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.ToString
 
isRunning() - Method in class me.ahoo.cosid.machine.DefaultMachineIdGuarder
 
isRunning() - Method in interface me.ahoo.cosid.machine.MachineIdGuarder
 
isRunning() - Method in class me.ahoo.cosid.machine.MachineIdGuarder.None
 
isRunning() - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdLifecycleMachineIdDistributor
 
isRunning() - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdLifecycleMachineIdGuarder
 
isRunning() - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdLifecyclePrefetchWorkerExecutorService
 
isSafeJavascript() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
isSafeJavascript() - Method in interface me.ahoo.cosid.snowflake.SnowflakeId
是否是 Javascript 安全的 SnowflakeId.
isSafeJavascript() - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Returns the value of the isSafeJavascript record component.
isSafeJavaScript(long) - Static method in class me.ahoo.cosid.snowflake.SafeJavaScriptSnowflakeId
 
isShutdownHook() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain.PrefetchWorker
 
isStable() - Method in class me.ahoo.cosid.machine.InstanceId
稳定的的实例拥有稳定的机器号.
iterator() - Method in class me.ahoo.cosid.sharding.ExactCollection
 

J

JAVA_SCRIPT_MAX_SAFE_NUMBER - Static variable in class me.ahoo.cosid.snowflake.SafeJavaScriptSnowflakeId
 
JAVA_SCRIPT_MAX_SAFE_NUMBER_BIT - Static variable in class me.ahoo.cosid.snowflake.SafeJavaScriptSnowflakeId
 
Jdbc() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
JDBC - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor.Type
 
JDBC - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Type
 
JdbcIdSegmentDistributor - Class in me.ahoo.cosid.jdbc
Jdbc IdSegment Distributor.
JdbcIdSegmentDistributor(String, String, long, String, String, DataSource) - Constructor for class me.ahoo.cosid.jdbc.JdbcIdSegmentDistributor
 
JdbcIdSegmentDistributor(String, String, long, DataSource) - Constructor for class me.ahoo.cosid.jdbc.JdbcIdSegmentDistributor
 
JdbcIdSegmentDistributorFactory - Class in me.ahoo.cosid.jdbc
Jdbc IdSegment Distributor Factory.
JdbcIdSegmentDistributorFactory(DataSource, boolean, JdbcIdSegmentInitializer, String, String) - Constructor for class me.ahoo.cosid.jdbc.JdbcIdSegmentDistributorFactory
 
jdbcIdSegmentInitializer(DataSource) - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdJdbcSegmentAutoConfiguration
 
JdbcIdSegmentInitializer - Class in me.ahoo.cosid.jdbc
Jdbc IdSegment Initializer.
JdbcIdSegmentInitializer(String, String, DataSource) - Constructor for class me.ahoo.cosid.jdbc.JdbcIdSegmentInitializer
 
JdbcIdSegmentInitializer(DataSource) - Constructor for class me.ahoo.cosid.jdbc.JdbcIdSegmentInitializer
 
jdbcMachineIdDistributor(DataSource, MachineStateStorage, ClockBackwardsSynchronizer) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdJdbcMachineIdDistributorAutoConfiguration
 
JdbcMachineIdDistributor - Class in me.ahoo.cosid.jdbc
Jdbc MachineId Distributor.
JdbcMachineIdDistributor(DataSource, MachineStateStorage, ClockBackwardsSynchronizer) - Constructor for class me.ahoo.cosid.jdbc.JdbcMachineIdDistributor
 
JdbcMachineIdInitializer - Class in me.ahoo.cosid.jdbc
Jdbc MachineId Initializer.
JdbcMachineIdInitializer(DataSource) - Constructor for class me.ahoo.cosid.jdbc.JdbcMachineIdInitializer
 
JdbcMachineIdInitializer(DataSource, String, String, String) - Constructor for class me.ahoo.cosid.jdbc.JdbcMachineIdInitializer
 
Jsons - Class in me.ahoo.cosid.proxy
 

K

KEY - Static variable in interface me.ahoo.cosid.spring.boot.starter.EnabledSuffix
 
kind() - Method in record class me.ahoo.cosid.stat.converter.GroupedPrefixConverterStat
Returns the value of the kind record component.
kind() - Method in record class me.ahoo.cosid.stat.converter.PrefixConverterStat
Returns the value of the kind record component.
kind() - Method in record class me.ahoo.cosid.stat.converter.RadixConverterStat
Returns the value of the kind record component.
kind() - Method in record class me.ahoo.cosid.stat.converter.SuffixConverterStat
Returns the value of the kind record component.
kind() - Method in record class me.ahoo.cosid.stat.converter.ToStringConverterStat
Returns the value of the kind record component.
kind() - Method in record class me.ahoo.cosid.stat.generator.CosIdGeneratorStat
Returns the value of the kind record component.
kind() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns the value of the kind record component.
kind() - Method in record class me.ahoo.cosid.stat.generator.SimpleIdGeneratorStat
Returns the value of the kind record component.
kind() - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Returns the value of the kind record component.
kind() - Method in record class me.ahoo.cosid.stat.SimpleStat
Returns the value of the kind record component.
kind() - Method in interface me.ahoo.cosid.stat.Stat
 

L

LAST_FETCH_TIME_FIELD - Static variable in interface me.ahoo.cosid.mongo.IdSegmentOperates
 
LAST_MAX_ID_FIELD - Static variable in interface me.ahoo.cosid.mongo.IdSegmentOperates
 
LAST_TIMESTAMP_FIELD - Static variable in interface me.ahoo.cosid.mongo.MachineOperates
 
lastTimestamp - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
lastTimestamp() - Method in record class me.ahoo.cosid.stat.generator.CosIdGeneratorStat
Returns the value of the lastTimestamp record component.
lastTimestamp() - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Returns the value of the lastTimestamp record component.
LazyIdGenerator - Class in me.ahoo.cosid.provider
Lazy loading IdGenerator.
LazyIdGenerator(String) - Constructor for class me.ahoo.cosid.provider.LazyIdGenerator
 
LazyIdGenerator(String, IdGeneratorProvider) - Constructor for class me.ahoo.cosid.provider.LazyIdGenerator
 
lifecycleSegmentChainId(PrefetchWorkerExecutorService) - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdSegmentAutoConfiguration
 
Local() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.StateStorage.Local
 
LOCAL - Static variable in interface me.ahoo.cosid.machine.MachineStateStorage
 
LocalDateTimeConvert - Class in me.ahoo.cosid.util
type Convert tool class of LocalDateTime.
LocalDateTimeConvertor - Interface in me.ahoo.cosid.sharding
 
LocalHostAddressSupplier - Class in me.ahoo.cosid.machine
 
LocalHostAddressSupplier() - Constructor for class me.ahoo.cosid.machine.LocalHostAddressSupplier
 
LocalMachineStateStorage - Class in me.ahoo.cosid.machine
LocalMachine State Storage.
LocalMachineStateStorage() - Constructor for class me.ahoo.cosid.machine.LocalMachineStateStorage
 
LocalMachineStateStorage(String) - Constructor for class me.ahoo.cosid.machine.LocalMachineStateStorage
 

M

MACHINE_ID_DISTRIBUTE - Static variable in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
 
MACHINE_ID_DISTRIBUTE_SOURCE - Static variable in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
 
MACHINE_ID_FIELD - Static variable in interface me.ahoo.cosid.mongo.MachineOperates
 
MACHINE_ID_GUARD - Static variable in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
 
MACHINE_ID_GUARD_SOURCE - Static variable in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
 
MACHINE_ID_LOST - Static variable in class me.ahoo.cosid.proxy.ErrorResponse
 
MACHINE_ID_OVERFLOW - Static variable in class me.ahoo.cosid.proxy.ErrorResponse
 
MACHINE_ID_REVERT - Static variable in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
 
MACHINE_ID_REVERT_SOURCE - Static variable in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
 
MACHINE_ID_REVERT_STABLE - Static variable in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
 
MACHINE_ID_REVERT_STABLE_SOURCE - Static variable in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
 
machineBit - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
machineBit - Variable in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
machineBit() - Element in annotation interface me.ahoo.cosid.jackson.AsString
 
machineBit() - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Returns the value of the machineBit record component.
MachineCollection - Interface in me.ahoo.cosid.mongo
 
machineId - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
WARN:machineLeft greater than 30 will cause overflow, so machineId should be long when calculating.
machineId() - Method in record class me.ahoo.cosid.stat.generator.CosIdGeneratorStat
Returns the value of the machineId record component.
machineId() - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Returns the value of the machineId record component.
machineId(int) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState.SnowflakeIdStateBuilder
 
machineId(MachineIdDistributor, InstanceId) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdMachineAutoConfiguration
 
MachineId - Class in me.ahoo.cosid.machine
逻辑概念的机器号,并不一定跟物理机/虚拟机一一对应,运行进程的唯一性编号(不同业务领域/服务使用 namespace 隔离).
MachineId(int) - Constructor for class me.ahoo.cosid.machine.MachineId
 
machineIdDistributor(MachineStateStorage, ClockBackwardsSynchronizer) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdMachineAutoConfiguration
 
MachineIdDistributor - Interface in me.ahoo.cosid.machine
MachineId Distributor.
MachineIdDistributorSpec - Class in me.ahoo.cosid.test.machine.distributor
DistributorSpec .
MachineIdDistributorSpec() - Constructor for class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
machineIdGuarder(MachineIdDistributor) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdMachineAutoConfiguration
 
MachineIdGuarder - Interface in me.ahoo.cosid.machine
MachineId Guarder .
MachineIdGuarder.None - Class in me.ahoo.cosid.machine
 
MachineIdLostException - Exception in me.ahoo.cosid.machine
MachineId Lost Exception .
MachineIdLostException(String, InstanceId, MachineState) - Constructor for exception me.ahoo.cosid.machine.MachineIdLostException
 
MachineIdOverflowException - Exception in me.ahoo.cosid.machine
MachineId Overflow Exception.
MachineIdOverflowException(int, InstanceId) - Constructor for exception me.ahoo.cosid.machine.MachineIdOverflowException
 
MachineInitializer - Interface in me.ahoo.cosid.mongo
 
machineLeft - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
machineLeft - Variable in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
machineMask - Variable in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
MachineOperates - Interface in me.ahoo.cosid.mongo
 
MachineProperties - Class in me.ahoo.cosid.spring.boot.starter.machine
 
MachineProperties() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
MachineProperties.ClockBackwards - Class in me.ahoo.cosid.spring.boot.starter.machine
 
MachineProperties.Distributor - Class in me.ahoo.cosid.spring.boot.starter.machine
 
MachineProperties.Distributor.Type - Enum Class in me.ahoo.cosid.spring.boot.starter.machine
 
MachineProperties.Guarder - Class in me.ahoo.cosid.spring.boot.starter.machine
 
MachineProperties.Manual - Class in me.ahoo.cosid.spring.boot.starter.machine
 
MachineProperties.Mongo - Class in me.ahoo.cosid.spring.boot.starter.machine
 
MachineProperties.Redis - Class in me.ahoo.cosid.spring.boot.starter.machine
 
MachineProperties.StateStorage - Class in me.ahoo.cosid.spring.boot.starter.machine
 
MachineProperties.StateStorage.Local - Class in me.ahoo.cosid.spring.boot.starter.machine
 
MachineState - Class in me.ahoo.cosid.machine
Machine State.
MachineState(int, long) - Constructor for class me.ahoo.cosid.machine.MachineState
 
MachineStateDto - Class in me.ahoo.cosid.proxy
MachineStateDto .
MachineStateDto(int, long) - Constructor for class me.ahoo.cosid.proxy.MachineStateDto
 
machineStateStorage() - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdMachineAutoConfiguration
 
MachineStateStorage - Interface in me.ahoo.cosid.machine
Machine State Storage.
Manual() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Manual
 
MANUAL - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor.Type
 
ManualMachineIdDistributor - Class in me.ahoo.cosid.machine
Manual Machine Id Distributor.
ManualMachineIdDistributor(int, MachineStateStorage, ClockBackwardsSynchronizer) - Constructor for class me.ahoo.cosid.machine.ManualMachineIdDistributor
 
MAX_CHAR_SIZE - Static variable in class me.ahoo.cosid.converter.Radix36IdConverter
 
MAX_CHAR_SIZE - Static variable in class me.ahoo.cosid.converter.Radix62IdConverter
 
MAX_MACHINE_ID_FIELD - Static variable in interface me.ahoo.cosid.mongo.MachineOperates
 
maxCharSize(int, int) - Static method in class me.ahoo.cosid.converter.RadixIdConverter
 
maxId() - Method in record class me.ahoo.cosid.stat.converter.RadixConverterStat
Returns the value of the maxId record component.
maxId() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns the value of the maxId record component.
maxMachine - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
maxMachineId(int) - Static method in interface me.ahoo.cosid.machine.MachineIdDistributor
 
maxOriginalId() - Method in exception me.ahoo.cosid.uncertainty.OriginalIdOverflowException
 
maxOriginalId() - Method in class me.ahoo.cosid.uncertainty.UncertaintyIdGenerator
 
maxSequence - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
maxTimestamp - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
me.ahoo.cosid - package me.ahoo.cosid
 
me.ahoo.cosid.accessor - package me.ahoo.cosid.accessor
 
me.ahoo.cosid.accessor.field - package me.ahoo.cosid.accessor.field
 
me.ahoo.cosid.accessor.method - package me.ahoo.cosid.accessor.method
 
me.ahoo.cosid.accessor.parser - package me.ahoo.cosid.accessor.parser
 
me.ahoo.cosid.accessor.registry - package me.ahoo.cosid.accessor.registry
 
me.ahoo.cosid.accessor.scanner - package me.ahoo.cosid.accessor.scanner
 
me.ahoo.cosid.activiti - package me.ahoo.cosid.activiti
 
me.ahoo.cosid.annotation - package me.ahoo.cosid.annotation
 
me.ahoo.cosid.axon - package me.ahoo.cosid.axon
 
me.ahoo.cosid.converter - package me.ahoo.cosid.converter
 
me.ahoo.cosid.cosid - package me.ahoo.cosid.cosid
 
me.ahoo.cosid.flowable - package me.ahoo.cosid.flowable
 
me.ahoo.cosid.jackson - package me.ahoo.cosid.jackson
 
me.ahoo.cosid.jdbc - package me.ahoo.cosid.jdbc
 
me.ahoo.cosid.jdbc.exception - package me.ahoo.cosid.jdbc.exception
 
me.ahoo.cosid.jvm - package me.ahoo.cosid.jvm
 
me.ahoo.cosid.machine - package me.ahoo.cosid.machine
 
me.ahoo.cosid.machine.k8s - package me.ahoo.cosid.machine.k8s
 
me.ahoo.cosid.mongo - package me.ahoo.cosid.mongo
 
me.ahoo.cosid.mongo.reactive - package me.ahoo.cosid.mongo.reactive
 
me.ahoo.cosid.mybatis - package me.ahoo.cosid.mybatis
 
me.ahoo.cosid.provider - package me.ahoo.cosid.provider
 
me.ahoo.cosid.proxy - package me.ahoo.cosid.proxy
 
me.ahoo.cosid.segment - package me.ahoo.cosid.segment
 
me.ahoo.cosid.segment.concurrent - package me.ahoo.cosid.segment.concurrent
 
me.ahoo.cosid.segment.grouped - package me.ahoo.cosid.segment.grouped
 
me.ahoo.cosid.sharding - package me.ahoo.cosid.sharding
 
me.ahoo.cosid.snowflake - package me.ahoo.cosid.snowflake
 
me.ahoo.cosid.snowflake.exception - package me.ahoo.cosid.snowflake.exception
 
me.ahoo.cosid.spring.boot.starter - package me.ahoo.cosid.spring.boot.starter
 
me.ahoo.cosid.spring.boot.starter.activiti - package me.ahoo.cosid.spring.boot.starter.activiti
 
me.ahoo.cosid.spring.boot.starter.actuate - package me.ahoo.cosid.spring.boot.starter.actuate
 
me.ahoo.cosid.spring.boot.starter.cosid - package me.ahoo.cosid.spring.boot.starter.cosid
 
me.ahoo.cosid.spring.boot.starter.flowable - package me.ahoo.cosid.spring.boot.starter.flowable
 
me.ahoo.cosid.spring.boot.starter.jdbc - package me.ahoo.cosid.spring.boot.starter.jdbc
 
me.ahoo.cosid.spring.boot.starter.machine - package me.ahoo.cosid.spring.boot.starter.machine
 
me.ahoo.cosid.spring.boot.starter.mybatis - package me.ahoo.cosid.spring.boot.starter.mybatis
 
me.ahoo.cosid.spring.boot.starter.segment - package me.ahoo.cosid.spring.boot.starter.segment
 
me.ahoo.cosid.spring.boot.starter.snowflake - package me.ahoo.cosid.spring.boot.starter.snowflake
 
me.ahoo.cosid.spring.boot.starter.zookeeper - package me.ahoo.cosid.spring.boot.starter.zookeeper
 
me.ahoo.cosid.spring.data.jdbc - package me.ahoo.cosid.spring.data.jdbc
 
me.ahoo.cosid.spring.redis - package me.ahoo.cosid.spring.redis
 
me.ahoo.cosid.stat - package me.ahoo.cosid.stat
 
me.ahoo.cosid.stat.converter - package me.ahoo.cosid.stat.converter
 
me.ahoo.cosid.stat.generator - package me.ahoo.cosid.stat.generator
 
me.ahoo.cosid.test - package me.ahoo.cosid.test
 
me.ahoo.cosid.test.container - package me.ahoo.cosid.test.container
 
me.ahoo.cosid.test.machine.distributor - package me.ahoo.cosid.test.machine.distributor
 
me.ahoo.cosid.test.segment.distributor - package me.ahoo.cosid.test.segment.distributor
 
me.ahoo.cosid.uncertainty - package me.ahoo.cosid.uncertainty
 
me.ahoo.cosid.util - package me.ahoo.cosid.util
 
me.ahoo.cosid.zookeeper - package me.ahoo.cosid.zookeeper
 
MergedIdSegment - Class in me.ahoo.cosid.segment
Merged IdSegment.
MergedIdSegment(int, IdSegment) - Constructor for class me.ahoo.cosid.segment.MergedIdSegment
 
MethodGetter - Class in me.ahoo.cosid.accessor.method
Method Getter.
MethodGetter(Method) - Constructor for class me.ahoo.cosid.accessor.method.MethodGetter
 
MethodSetter - Class in me.ahoo.cosid.accessor.method
Method Setter.
MethodSetter(Method) - Constructor for class me.ahoo.cosid.accessor.method.MethodSetter
 
MILLISECOND - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition.TimestampUnit
 
MillisecondSnowflakeId - Class in me.ahoo.cosid.snowflake
Millisecond SnowflakeId.
MillisecondSnowflakeId(int) - Constructor for class me.ahoo.cosid.snowflake.MillisecondSnowflakeId
 
MillisecondSnowflakeId(int, int) - Constructor for class me.ahoo.cosid.snowflake.MillisecondSnowflakeId
 
MillisecondSnowflakeId(long, int, int, int, int) - Constructor for class me.ahoo.cosid.snowflake.MillisecondSnowflakeId
 
MillisecondSnowflakeId(long, int, int, int, int, long) - Constructor for class me.ahoo.cosid.snowflake.MillisecondSnowflakeId
 
MillisecondSnowflakeIdStateParser - Class in me.ahoo.cosid.snowflake
Millisecond SnowflakeId State Parser.
MillisecondSnowflakeIdStateParser(long, int, int, int) - Constructor for class me.ahoo.cosid.snowflake.MillisecondSnowflakeIdStateParser
 
MillisecondSnowflakeIdStateParser(long, int, int, int, ZoneId) - Constructor for class me.ahoo.cosid.snowflake.MillisecondSnowflakeIdStateParser
 
Mock() - Constructor for class me.ahoo.cosid.segment.IdSegmentDistributor.Mock
 
Mock(long, int) - Constructor for class me.ahoo.cosid.segment.IdSegmentDistributor.Mock
ctor.
MockIdGenerator - Class in me.ahoo.cosid.test
Mock ID Generator for test.
MockIdGenerator(String) - Constructor for class me.ahoo.cosid.test.MockIdGenerator
 
mockInstance(int, boolean) - Static method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
ModCycle<T extends Number & Comparable<T>> - Class in me.ahoo.cosid.sharding
ModCycle.
ModCycle(int, String) - Constructor for class me.ahoo.cosid.sharding.ModCycle
 
ModSpec - Class in me.ahoo.cosid.test
 
ModSpec(int, int, double, LongSupplier, Runnable) - Constructor for class me.ahoo.cosid.test.ModSpec
 
Mongo() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Mongo
 
Mongo() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Mongo
 
MONGO - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor.Type
 
MONGO - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Type
 
MongoIdSegmentCollection - Class in me.ahoo.cosid.mongo
 
MongoIdSegmentCollection(MongoCollection<Document>) - Constructor for class me.ahoo.cosid.mongo.MongoIdSegmentCollection
 
MongoIdSegmentDistributor - Class in me.ahoo.cosid.mongo
Mongo IdSegment Distributor.
MongoIdSegmentDistributor(String, String, long, IdSegmentCollection) - Constructor for class me.ahoo.cosid.mongo.MongoIdSegmentDistributor
 
MongoIdSegmentDistributorFactory - Class in me.ahoo.cosid.mongo
Mongo IdSegment Distributor Factory.
MongoIdSegmentDistributorFactory(MongoDatabase, boolean) - Constructor for class me.ahoo.cosid.mongo.MongoIdSegmentDistributorFactory
 
MongoIdSegmentInitializer - Class in me.ahoo.cosid.mongo
 
MongoIdSegmentInitializer(MongoDatabase) - Constructor for class me.ahoo.cosid.mongo.MongoIdSegmentInitializer
 
MongoLauncher - Class in me.ahoo.cosid.test.container
 
MongoLauncher() - Constructor for class me.ahoo.cosid.test.container.MongoLauncher
 
MongoMachineCollection - Class in me.ahoo.cosid.mongo
 
MongoMachineCollection(MongoCollection<Document>) - Constructor for class me.ahoo.cosid.mongo.MongoMachineCollection
 
mongoMachineIdDistributor(MachineCollection, MachineStateStorage, ClockBackwardsSynchronizer) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdMongoMachineIdDistributorAutoConfiguration
 
MongoMachineIdDistributor - Class in me.ahoo.cosid.mongo
 
MongoMachineIdDistributor(MachineCollection, MachineStateStorage, ClockBackwardsSynchronizer) - Constructor for class me.ahoo.cosid.mongo.MongoMachineIdDistributor
 
MongoMachineInitializer - Class in me.ahoo.cosid.mongo
 
MongoMachineInitializer(MongoDatabase) - Constructor for class me.ahoo.cosid.mongo.MongoMachineInitializer
 
MongoReactiveIdSegmentCollection - Class in me.ahoo.cosid.mongo.reactive
 
MongoReactiveIdSegmentCollection(MongoCollection<Document>) - Constructor for class me.ahoo.cosid.mongo.reactive.MongoReactiveIdSegmentCollection
 
MongoReactiveIdSegmentDistributorFactory - Class in me.ahoo.cosid.mongo.reactive
 
MongoReactiveIdSegmentDistributorFactory(MongoDatabase, boolean) - Constructor for class me.ahoo.cosid.mongo.reactive.MongoReactiveIdSegmentDistributorFactory
 
MongoReactiveIdSegmentInitializer - Class in me.ahoo.cosid.mongo.reactive
 
MongoReactiveIdSegmentInitializer(MongoDatabase) - Constructor for class me.ahoo.cosid.mongo.reactive.MongoReactiveIdSegmentInitializer
 
MongoReactiveMachineCollection - Class in me.ahoo.cosid.mongo.reactive
 
MongoReactiveMachineCollection(MongoCollection<Document>) - Constructor for class me.ahoo.cosid.mongo.reactive.MongoReactiveMachineCollection
 
MongoReactiveMachineInitializer - Class in me.ahoo.cosid.mongo.reactive
 
MongoReactiveMachineInitializer(MongoDatabase) - Constructor for class me.ahoo.cosid.mongo.reactive.MongoReactiveMachineInitializer
 
MultipleIdNotSupportException - Exception in me.ahoo.cosid.accessor
Multiple Id Not Support Exception.
MultipleIdNotSupportException(Class<?>) - Constructor for exception me.ahoo.cosid.accessor.MultipleIdNotSupportException
 

N

name - Variable in exception me.ahoo.cosid.jdbc.exception.NotFoundMaxIdException
 
NamedDefinitionParser - Class in me.ahoo.cosid.accessor.parser
Named FieldDefinitionParser implementation.
NamedDefinitionParser(String) - Constructor for class me.ahoo.cosid.accessor.parser.NamedDefinitionParser
 
NAMESPACE_FIELD - Static variable in interface me.ahoo.cosid.mongo.MachineOperates
 
NamespacedInstanceId - Class in me.ahoo.cosid.machine
NamespacedInstanceId .
NamespacedInstanceId(String, InstanceId) - Constructor for class me.ahoo.cosid.machine.NamespacedInstanceId
 
namespacedMachineId(String, int) - Static method in interface me.ahoo.cosid.machine.MachineIdDistributor
 
Namespaces - Class in me.ahoo.cosid.spring.boot.starter
 
NEVER - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition.GroupBy
 
NEVER - Static variable in class me.ahoo.cosid.segment.grouped.GroupedKey
 
newCustom() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDecorator
 
newIdGenerator(IdConverter) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDecorator
 
newIdGenerator(IdConverter) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdConverterDecorator
 
newIdGenerator(IdConverter) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdConverterDecorator
 
newRadix() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDecorator
 
newRadix36() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDecorator
 
newRoot(boolean) - Static method in class me.ahoo.cosid.segment.IdSegmentChain
 
newSnowflakeFriendly() - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDecorator
 
newSnowflakeFriendly() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdConverterDecorator
 
newToString(IdConverter) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDecorator
 
next(LocalDateTime) - Method in class me.ahoo.cosid.sharding.IntervalStep
 
nextIdSegment() - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
nextIdSegment() - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
nextIdSegment() - Method in class me.ahoo.cosid.test.segment.distributor.GroupedIdSegmentDistributorSpec
 
nextIdSegment() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
nextIdSegment(int, long) - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor.GroupedBinding
 
nextIdSegment(int, long) - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
nextIdSegment(int, long) - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
nextIdSegment(long) - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor.GroupedBinding
 
nextIdSegment(long) - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
nextIdSegment(long) - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
nextIdSegmentChain() - Method in class me.ahoo.cosid.test.segment.distributor.GroupedIdSegmentDistributorSpec
 
nextIdSegmentChain() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
nextIdSegmentChain(IdSegmentChain) - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
nextIdSegmentChain(IdSegmentChain) - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
nextIdSegmentChain(IdSegmentChain, int, long) - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor.GroupedBinding
 
nextIdSegmentChain(IdSegmentChain, int, long) - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
nextIdSegmentChain(IdSegmentChain, int, long) - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
NextIdSegmentExpiredException - Exception in me.ahoo.cosid.segment
Next IdSegment Expired Exception.
NextIdSegmentExpiredException(IdSegment, IdSegment) - Constructor for exception me.ahoo.cosid.segment.NextIdSegmentExpiredException
 
nextIdSegmentWithSegmentsAndTtl() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
nextIdSegmentWithTtl() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
nextMachineId(String) - Method in interface me.ahoo.cosid.mongo.MachineCollection
 
nextMachineId(String) - Method in class me.ahoo.cosid.mongo.MongoMachineCollection
 
nextMachineId(String) - Method in class me.ahoo.cosid.mongo.reactive.MongoReactiveMachineCollection
 
nextMachineIdPipeline(String) - Static method in interface me.ahoo.cosid.mongo.MachineOperates
 
nextMaxId() - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
nextMaxId() - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
nextMaxId() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
nextMaxId(long) - Method in class me.ahoo.cosid.jdbc.JdbcIdSegmentDistributor
 
nextMaxId(long) - Method in class me.ahoo.cosid.mongo.MongoIdSegmentDistributor
 
nextMaxId(long) - Method in class me.ahoo.cosid.proxy.ProxyIdSegmentDistributor
 
nextMaxId(long) - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor.GroupedBinding
 
nextMaxId(long) - Method in class me.ahoo.cosid.segment.grouped.DefaultGroupedIdSegmentDistributor
 
nextMaxId(long) - Method in class me.ahoo.cosid.segment.IdSegmentDistributor.Atomic
 
nextMaxId(long) - Method in class me.ahoo.cosid.segment.IdSegmentDistributor.Mock
 
nextMaxId(long) - Method in interface me.ahoo.cosid.segment.IdSegmentDistributor
 
nextMaxId(long) - Method in class me.ahoo.cosid.spring.redis.SpringRedisIdSegmentDistributor
 
nextMaxId(long) - Method in class me.ahoo.cosid.zookeeper.ZookeeperIdSegmentDistributor
 
nextMaxIdConcurrent() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
nextMaxIdWhenBack() - Method in class me.ahoo.cosid.test.segment.distributor.GroupedIdSegmentDistributorSpec
 
nextMaxIdWhenBack() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
nextMaxIdWithStep() - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
nextTime() - Method in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
None() - Constructor for class me.ahoo.cosid.machine.MachineIdGuarder.None
 
NONE - Static variable in class me.ahoo.cosid.machine.InstanceId
 
NONE - Static variable in interface me.ahoo.cosid.machine.MachineIdGuarder
 
NOT_FOUND - Static variable in interface me.ahoo.cosid.accessor.CosIdAccessor
 
NOT_FOUND - Static variable in class me.ahoo.cosid.accessor.IdDefinition
 
NOT_FOUND - Static variable in class me.ahoo.cosid.machine.MachineState
 
NOT_FOUND_LAST_STAMP - Static variable in class me.ahoo.cosid.machine.AbstractMachineIdDistributor
 
NOT_FOUND_MACHINE_STATE - Static variable in class me.ahoo.cosid.proxy.ErrorResponse
 
NOT_SET - Static variable in class me.ahoo.cosid.segment.IdSegmentChain
 
NotFound() - Constructor for class me.ahoo.cosid.accessor.CosIdAccessor.NotFound
 
NotFoundIdGeneratorException - Exception in me.ahoo.cosid.provider
Not Found IdGenerator Exception.
NotFoundIdGeneratorException(String) - Constructor for exception me.ahoo.cosid.provider.NotFoundIdGeneratorException
 
NotFoundMachineStateException - Exception in me.ahoo.cosid.machine
NotFoundMachineStateException .
NotFoundMachineStateException(String, InstanceId) - Constructor for exception me.ahoo.cosid.machine.NotFoundMachineStateException
 
NotFoundMaxIdException - Exception in me.ahoo.cosid.jdbc.exception
Not Found Max Id Exception.
NotFoundMaxIdException(String) - Constructor for exception me.ahoo.cosid.jdbc.exception.NotFoundMaxIdException
 

O

OBJECT_MAPPER - Static variable in class me.ahoo.cosid.proxy.Jsons
 
of(boolean, int) - Static method in class me.ahoo.cosid.converter.Radix36IdConverter
Return an instance representing the specified parameter.
of(boolean, int) - Static method in class me.ahoo.cosid.converter.Radix62IdConverter
Return an instance representing the specified parameter.
of(int) - Static method in class me.ahoo.cosid.machine.MachineState
 
of(int, long) - Static method in class me.ahoo.cosid.machine.MachineState
 
of(String) - Static method in class me.ahoo.cosid.machine.MachineState
 
of(String, boolean) - Static method in class me.ahoo.cosid.machine.InstanceId
 
of(String, int, boolean) - Static method in class me.ahoo.cosid.machine.InstanceId
 
of(String, String) - Static method in class me.ahoo.cosid.proxy.ErrorResponse
 
of(ChronoUnit) - Static method in class me.ahoo.cosid.sharding.IntervalStep
 
of(ChronoUnit, int) - Static method in class me.ahoo.cosid.sharding.IntervalStep
 
of(SnowflakeId) - Static method in class me.ahoo.cosid.snowflake.MillisecondSnowflakeIdStateParser
 
of(SnowflakeId) - Static method in class me.ahoo.cosid.snowflake.SecondSnowflakeIdStateParser
 
of(SnowflakeId) - Static method in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
of(SnowflakeId, ZoneId) - Static method in class me.ahoo.cosid.snowflake.MillisecondSnowflakeIdStateParser
 
of(SnowflakeId, ZoneId) - Static method in class me.ahoo.cosid.snowflake.SecondSnowflakeIdStateParser
 
of(SnowflakeId, ZoneId) - Static method in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
ofFriendlyId(String) - Method in interface me.ahoo.cosid.snowflake.SnowflakeFriendlyId
 
offset() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns the value of the offset record component.
offset(char) - Static method in class me.ahoo.cosid.converter.RadixIdConverter
 
offsetUnit(LocalDateTime, LocalDateTime) - Method in class me.ahoo.cosid.sharding.IntervalStep
计算单位偏移量.
ofMillisecond(int) - Static method in class me.ahoo.cosid.snowflake.SafeJavaScriptSnowflakeId
Max Sequence (9 bits) = ((1<<)*1000) = 512000 (TPS) Max Machine (3 bits) = 1<<3 = 8 Max Timestamp = 2199023255551 ms ~~ 69.7 years
ofMillisecond(long, int, int, int, int, long) - Static method in class me.ahoo.cosid.snowflake.SafeJavaScriptSnowflakeId
 
ofSecond(int) - Static method in class me.ahoo.cosid.snowflake.SafeJavaScriptSnowflakeId
Max Sequence (19 bits) = (1<<19) = 524288 (TPS).
ofSecond(long, int, int, int, int, long) - Static method in class me.ahoo.cosid.snowflake.SafeJavaScriptSnowflakeId
 
okHttpClient() - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdProxyMachineIdDistributorAutoConfiguration
 
okHttpClient() - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdProxySegmentAutoConfiguration
 
onBeforeConvert(Object) - Method in class me.ahoo.cosid.spring.data.jdbc.CosIdBeforeConvertCallback
 
ONE_SECOND_PERIOD - Static variable in class me.ahoo.cosid.util.Clock.CacheClock
Tolerate a one-second time limit.
ONE_STEP - Static variable in interface me.ahoo.cosid.segment.SegmentId
 
originalId() - Method in exception me.ahoo.cosid.uncertainty.OriginalIdOverflowException
 
originalIdBits() - Method in exception me.ahoo.cosid.uncertainty.OriginalIdOverflowException
 
originalIdBits() - Method in class me.ahoo.cosid.uncertainty.UncertaintyIdGenerator
 
OriginalIdOverflowException - Exception in me.ahoo.cosid.uncertainty
 
OriginalIdOverflowException(long, int, long) - Constructor for exception me.ahoo.cosid.uncertainty.OriginalIdOverflowException
 
OVERFLOW - Static variable in class me.ahoo.cosid.segment.DefaultIdSegment
 

P

PAD_CHAR - Static variable in class me.ahoo.cosid.converter.RadixIdConverter
 
PAD_START - Static variable in class me.ahoo.cosid.converter.Radix36IdConverter
 
PAD_START - Static variable in class me.ahoo.cosid.converter.Radix62IdConverter
 
padStart() - Method in record class me.ahoo.cosid.stat.converter.RadixConverterStat
Returns the value of the padStart record component.
padStart() - Method in record class me.ahoo.cosid.stat.converter.ToStringConverterStat
Returns the value of the padStart record component.
parse(long) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
parse(Class<?>) - Method in interface me.ahoo.cosid.accessor.parser.CosIdAccessorParser
 
parse(Class<?>) - Method in class me.ahoo.cosid.accessor.parser.DefaultAccessorParser
 
parse(String) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
parse(List<Class<?>>, Field) - Method in class me.ahoo.cosid.accessor.parser.CompositeFieldDefinitionParser
 
parse(List<Class<?>>, Field) - Method in interface me.ahoo.cosid.accessor.parser.FieldDefinitionParser
 
parse(List<Class<?>>, Field) - Method in class me.ahoo.cosid.accessor.parser.NamedDefinitionParser
 
parse(List<Class<?>>, Field) - Method in class me.ahoo.cosid.annotation.AnnotationDefinitionParser
 
parse(List<Class<?>>, Field) - Method in class me.ahoo.cosid.spring.data.jdbc.IdAnnotationDefinitionParser
 
parseClass(Class<?>) - Method in class me.ahoo.cosid.accessor.parser.DefaultAccessorParser
 
parseGetter(Field) - Static method in class me.ahoo.cosid.accessor.parser.DefaultAccessorParser
 
parseMachineId(long) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
parseSequence(long) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
parseSetter(Field) - Static method in class me.ahoo.cosid.accessor.parser.DefaultAccessorParser
 
parseTimestamp(long) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
PreciseSharding<T extends Comparable<?>> - Interface in me.ahoo.cosid.sharding
 
prefetch() - Method in class me.ahoo.cosid.segment.SegmentChainId.PrefetchJob
 
PrefetchJob(IdSegmentChain) - Constructor for class me.ahoo.cosid.segment.SegmentChainId.PrefetchJob
 
PrefetchWorker - Interface in me.ahoo.cosid.segment.concurrent
Prefetch Worker.
PrefetchWorker() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain.PrefetchWorker
 
prefetchWorkerExecutorService() - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdSegmentAutoConfiguration
 
PrefetchWorkerExecutorService - Class in me.ahoo.cosid.segment.concurrent
Prefetch Worker Executor Service.
PrefetchWorkerExecutorService(Duration, int) - Constructor for class me.ahoo.cosid.segment.concurrent.PrefetchWorkerExecutorService
 
PrefetchWorkerExecutorService(Duration, int, boolean) - Constructor for class me.ahoo.cosid.segment.concurrent.PrefetchWorkerExecutorService
 
PrefetchWorkerExecutorService.GracefullyCloser - Class in me.ahoo.cosid.segment.concurrent
 
prefix() - Method in record class me.ahoo.cosid.stat.converter.PrefixConverterStat
Returns the value of the prefix record component.
PREFIX - Static variable in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
PREFIX - Static variable in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
PREFIX - Static variable in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
PREFIX - Static variable in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
PREFIX - Static variable in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
PrefixConverterStat - Record Class in me.ahoo.cosid.stat.converter
 
PrefixConverterStat(String, String, Stat) - Constructor for record class me.ahoo.cosid.stat.converter.PrefixConverterStat
Creates an instance of a PrefixConverterStat record class.
PrefixIdConverter - Class in me.ahoo.cosid.converter
Converter for setting string ID prefix.
PrefixIdConverter(String, IdConverter) - Constructor for class me.ahoo.cosid.converter.PrefixIdConverter
 
ProcessId - Enum Class in me.ahoo.cosid.util
get current process id .
PROXY - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor.Type
 
PROXY - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Type
 
ProxyIdSegmentDistributor - Class in me.ahoo.cosid.proxy
ProxyIdSegmentDistributor .
ProxyIdSegmentDistributor(OkHttpClient, String, String, String, long) - Constructor for class me.ahoo.cosid.proxy.ProxyIdSegmentDistributor
 
ProxyIdSegmentDistributorFactory - Class in me.ahoo.cosid.proxy
ProxyIdSegmentDistributorFactory .
ProxyIdSegmentDistributorFactory(OkHttpClient, String) - Constructor for class me.ahoo.cosid.proxy.ProxyIdSegmentDistributorFactory
 
proxyMachineIdDistributor(OkHttpClient, MachineStateStorage, ClockBackwardsSynchronizer) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdProxyMachineIdDistributorAutoConfiguration
 
ProxyMachineIdDistributor - Class in me.ahoo.cosid.proxy
ProxyMachineIdDistributor .
ProxyMachineIdDistributor(OkHttpClient, String, MachineStateStorage, ClockBackwardsSynchronizer) - Constructor for class me.ahoo.cosid.proxy.ProxyMachineIdDistributor
 
ProxyProperties - Class in me.ahoo.cosid.spring.boot.starter
ProxyProperties .
ProxyProperties() - Constructor for class me.ahoo.cosid.spring.boot.starter.ProxyProperties
 

R

radix() - Method in record class me.ahoo.cosid.stat.converter.RadixConverterStat
Returns the value of the radix record component.
Radix() - Constructor for class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Radix
 
RADIX - Enum constant in enum class me.ahoo.cosid.jackson.AsString.Type
 
RADIX - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Type
 
RADIX - Static variable in class me.ahoo.cosid.converter.Radix36IdConverter
 
RADIX - Static variable in class me.ahoo.cosid.converter.Radix62IdConverter
 
Radix36() - Constructor for class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Radix36
 
RADIX36 - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties.Type
 
RADIX36 - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Type
 
Radix36CosIdGenerator - Class in me.ahoo.cosid.cosid
[timestamp(44)]-[machineId-(20)]-[sequence-(16)] = 80 BITS = 17 CHARS.
Radix36CosIdGenerator(int) - Constructor for class me.ahoo.cosid.cosid.Radix36CosIdGenerator
 
Radix36CosIdGenerator(int, int, int, int, int) - Constructor for class me.ahoo.cosid.cosid.Radix36CosIdGenerator
 
Radix36IdConverter - Class in me.ahoo.cosid.converter
36 bit string ID converter like this [0-9][A-Z]{13} .
Radix36IdConverter(boolean, int) - Constructor for class me.ahoo.cosid.converter.Radix36IdConverter
 
RADIX62 - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties.Type
 
Radix62CosIdGenerator - Class in me.ahoo.cosid.cosid
[timestamp(44)]-[machineId-(20)]-[sequence-(16)] = 80 BITS = 15 CHARS.
Radix62CosIdGenerator(int) - Constructor for class me.ahoo.cosid.cosid.Radix62CosIdGenerator
 
Radix62CosIdGenerator(int, int, int, int, int) - Constructor for class me.ahoo.cosid.cosid.Radix62CosIdGenerator
 
Radix62IdConverter - Class in me.ahoo.cosid.converter
62 bit string ID converter like this [0-9][A-Z][a-z]{11} .
Radix62IdConverter(boolean, int) - Constructor for class me.ahoo.cosid.converter.Radix62IdConverter
 
radixCharSize() - Element in annotation interface me.ahoo.cosid.jackson.AsString
 
RadixConverterStat - Record Class in me.ahoo.cosid.stat.converter
 
RadixConverterStat(String, int, int, boolean, long) - Constructor for record class me.ahoo.cosid.stat.converter.RadixConverterStat
Creates an instance of a RadixConverterStat record class.
RadixCosIdGenerator - Class in me.ahoo.cosid.cosid
 
RadixCosIdGenerator(int, int, int, int, int, CosIdIdStateParser) - Constructor for class me.ahoo.cosid.cosid.RadixCosIdGenerator
 
RadixCosIdStateParser - Class in me.ahoo.cosid.cosid
 
RadixCosIdStateParser(RadixIdConverter, RadixIdConverter, RadixIdConverter) - Constructor for class me.ahoo.cosid.cosid.RadixCosIdStateParser
 
RadixIdConverter - Class in me.ahoo.cosid.converter
 
RadixIdConverter(boolean, int) - Constructor for class me.ahoo.cosid.converter.RadixIdConverter
 
radixPadStart() - Element in annotation interface me.ahoo.cosid.jackson.AsString
 
RangeSharding<T extends Comparable<?>> - Interface in me.ahoo.cosid.sharding
 
Redis() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Redis
 
Redis() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Redis
 
REDIS - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor.Type
 
REDIS - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Type
 
register() - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdBeanRegistrar
 
register() - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdBeanRegistrar
 
register(Class<?>) - Method in interface me.ahoo.cosid.accessor.registry.CosIdAccessorRegistry
 
register(Class<?>) - Method in class me.ahoo.cosid.accessor.registry.DefaultAccessorRegistry
 
register(Class<?>, CosIdAccessor) - Method in interface me.ahoo.cosid.accessor.registry.CosIdAccessorRegistry
 
register(Class<?>, CosIdAccessor) - Method in class me.ahoo.cosid.accessor.registry.DefaultAccessorRegistry
 
register(String, InstanceId) - Method in class me.ahoo.cosid.machine.DefaultMachineIdGuarder
 
register(String, InstanceId) - Method in class me.ahoo.cosid.machine.MachineIdGuarder.None
 
register(String, InstanceId) - Method in interface me.ahoo.cosid.machine.MachineIdGuarder
 
remove(Object) - Method in class me.ahoo.cosid.sharding.ExactCollection
 
remove(String) - Method in class me.ahoo.cosid.provider.DefaultIdGeneratorProvider
 
remove(String) - Method in interface me.ahoo.cosid.provider.IdGeneratorProvider
remove ID generator by name.
remove(String) - Method in class me.ahoo.cosid.spring.boot.starter.actuate.CosIdEndpoint
 
remove(String, InstanceId) - Method in class me.ahoo.cosid.machine.InMemoryMachineStateStorage
 
remove(String, InstanceId) - Method in class me.ahoo.cosid.machine.LocalMachineStateStorage
 
remove(String, InstanceId) - Method in interface me.ahoo.cosid.machine.MachineStateStorage
 
removeAll(Collection<?>) - Method in class me.ahoo.cosid.sharding.ExactCollection
 
removeShare() - Method in class me.ahoo.cosid.provider.DefaultIdGeneratorProvider
 
removeShare() - Method in interface me.ahoo.cosid.provider.IdGeneratorProvider
Remove shared ID generator.
requiredGet() - Static method in class me.ahoo.cosid.segment.grouped.GroupedAccessor
 
resolveMachineId() - Static method in class me.ahoo.cosid.machine.k8s.StatefulSetMachineIdDistributor
 
retainAll(Collection<?>) - Method in class me.ahoo.cosid.sharding.ExactCollection
 
Retry() - Constructor for class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties.Retry
 
revert() - Method in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
revert(String, InstanceId) - Method in class me.ahoo.cosid.machine.AbstractMachineIdDistributor
1.
revert(String, InstanceId) - Method in interface me.ahoo.cosid.machine.MachineIdDistributor
revert machine id.
revert(String, InstanceId, MachineState) - Method in interface me.ahoo.cosid.mongo.MachineCollection
 
revert(String, InstanceId, MachineState) - Method in class me.ahoo.cosid.mongo.MongoMachineCollection
 
revert(String, InstanceId, MachineState) - Method in class me.ahoo.cosid.mongo.reactive.MongoReactiveMachineCollection
 
Revert - Class in me.ahoo.cosid.test.machine.distributor
Revert .
Revert(Supplier<MachineIdDistributor>, int) - Constructor for class me.ahoo.cosid.test.machine.distributor.Revert
 
REVERT_TIME_FIELD - Static variable in interface me.ahoo.cosid.mongo.MachineOperates
 
revertFilter(String, InstanceId, MachineState) - Static method in interface me.ahoo.cosid.mongo.MachineOperates
 
revertRemote(String, InstanceId, MachineState) - Method in class me.ahoo.cosid.jdbc.JdbcMachineIdDistributor
 
revertRemote(String, InstanceId, MachineState) - Method in class me.ahoo.cosid.machine.AbstractMachineIdDistributor
 
revertRemote(String, InstanceId, MachineState) - Method in class me.ahoo.cosid.machine.k8s.StatefulSetMachineIdDistributor
 
revertRemote(String, InstanceId, MachineState) - Method in class me.ahoo.cosid.machine.ManualMachineIdDistributor
 
revertRemote(String, InstanceId, MachineState) - Method in class me.ahoo.cosid.mongo.MongoMachineIdDistributor
 
revertRemote(String, InstanceId, MachineState) - Method in class me.ahoo.cosid.proxy.ProxyMachineIdDistributor
 
revertRemote(String, InstanceId, MachineState) - Method in class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
when InstanceId.isStable() is true,do not revert machineId.
revertRemote(String, InstanceId, MachineState) - Method in class me.ahoo.cosid.zookeeper.ZookeeperMachineIdDistributor
 
revertUpdate(InstanceId, MachineState) - Static method in interface me.ahoo.cosid.mongo.MachineOperates
 
ROOT_VERSION - Static variable in class me.ahoo.cosid.segment.IdSegmentChain
 
run() - Method in class me.ahoo.cosid.segment.concurrent.DefaultPrefetchWorker
 
run() - Method in class me.ahoo.cosid.segment.concurrent.PrefetchWorkerExecutorService.GracefullyCloser
 
run() - Method in class me.ahoo.cosid.segment.SegmentChainId.PrefetchJob
 
run() - Method in class me.ahoo.cosid.test.ModSpec
 
run() - Method in class me.ahoo.cosid.util.Clock.CacheClock
 

S

SafeJavaScriptSnowflakeId - Class in me.ahoo.cosid.snowflake
Safe JavaScript Number ID.
SafeJavaScriptSnowflakeId() - Constructor for class me.ahoo.cosid.snowflake.SafeJavaScriptSnowflakeId
 
scan() - Method in interface me.ahoo.cosid.accessor.scanner.CosIdScanner
 
scan() - Method in class me.ahoo.cosid.accessor.scanner.DefaultCosIdScanner
 
SECOND - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition.TimestampUnit
 
SecondSnowflakeId - Class in me.ahoo.cosid.snowflake
Second SnowflakeId.
SecondSnowflakeId(int) - Constructor for class me.ahoo.cosid.snowflake.SecondSnowflakeId
 
SecondSnowflakeId(int, int) - Constructor for class me.ahoo.cosid.snowflake.SecondSnowflakeId
 
SecondSnowflakeId(long, int, int, int, int) - Constructor for class me.ahoo.cosid.snowflake.SecondSnowflakeId
 
SecondSnowflakeId(long, int, int, int, int, long) - Constructor for class me.ahoo.cosid.snowflake.SecondSnowflakeId
 
SecondSnowflakeIdStateParser - Class in me.ahoo.cosid.snowflake
Second SnowflakeId State Parser.
SecondSnowflakeIdStateParser(long, int, int, int) - Constructor for class me.ahoo.cosid.snowflake.SecondSnowflakeIdStateParser
 
SecondSnowflakeIdStateParser(long, int, int, int, ZoneId) - Constructor for class me.ahoo.cosid.snowflake.SecondSnowflakeIdStateParser
 
secondTime() - Method in class me.ahoo.cosid.util.Clock.CacheClock
 
secondTime() - Method in interface me.ahoo.cosid.util.Clock
 
secondTime() - Method in class me.ahoo.cosid.util.Clock.SystemClock
SEGMENT - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Mode
 
SegmentChainId - Class in me.ahoo.cosid.segment
Segment chain algorithm ID generator.
SegmentChainId(long, int, IdSegmentDistributor, PrefetchWorkerExecutorService) - Constructor for class me.ahoo.cosid.segment.SegmentChainId
 
SegmentChainId(IdSegmentDistributor) - Constructor for class me.ahoo.cosid.segment.SegmentChainId
 
SegmentChainId.PrefetchJob - Class in me.ahoo.cosid.segment
 
SegmentId - Interface in me.ahoo.cosid.segment
Segment algorithm ID generator.
segmentIdBeanRegistrar(IdSegmentDistributorFactory, IdGeneratorProvider, PrefetchWorkerExecutorService, ConfigurableApplicationContext, CustomizeSegmentIdProperties) - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdSegmentAutoConfiguration
 
SegmentIdBeanRegistrar - Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdBeanRegistrar(CosIdProperties, SegmentIdProperties, IdSegmentDistributorFactory, IdGeneratorProvider, PrefetchWorkerExecutorService, ConfigurableApplicationContext, CustomizeSegmentIdProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdBeanRegistrar
 
SegmentIdConverterDecorator - Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdConverterDecorator(SegmentId, IdConverterDefinition) - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdConverterDecorator
 
SegmentIdProperties - Class in me.ahoo.cosid.spring.boot.starter.segment
SegmentId Properties.
SegmentIdProperties() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
SegmentIdProperties.Chain - Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdProperties.Chain.PrefetchWorker - Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdProperties.Distributor - Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdProperties.Distributor.Jdbc - Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdProperties.Distributor.Mongo - Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdProperties.Distributor.Redis - Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdProperties.Distributor.Type - Enum Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdProperties.IdDefinition - Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdProperties.IdDefinition.Group - Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdProperties.IdDefinition.GroupBy - Enum Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdProperties.Mode - Enum Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdProperties.ShardIdDefinition - Class in me.ahoo.cosid.spring.boot.starter.segment
 
SegmentIdStat - Record Class in me.ahoo.cosid.stat.generator
 
SegmentIdStat(String, long, long, long, long, long, boolean, boolean, boolean, Stat) - Constructor for record class me.ahoo.cosid.stat.generator.SegmentIdStat
Creates an instance of a SegmentIdStat record class.
SegmentNameMissingException - Exception in me.ahoo.cosid.jdbc.exception
Segment Name Missing Exception.
SegmentNameMissingException(String) - Constructor for exception me.ahoo.cosid.jdbc.exception.SegmentNameMissingException
Constructs a new runtime exception with null as its detail message.
sequence - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
sequence() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns the value of the sequence record component.
sequence(long) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState.SnowflakeIdStateBuilder
 
SEQUENCE_OVERFLOW - Static variable in interface me.ahoo.cosid.segment.IdSegment
 
sequenceBit - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
sequenceBit - Variable in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
sequenceBit() - Element in annotation interface me.ahoo.cosid.jackson.AsString
 
sequenceBit() - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Returns the value of the sequenceBit record component.
sequenceMask - Variable in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
serialize(Long, JsonGenerator, SerializerProvider) - Method in class me.ahoo.cosid.jackson.AsStringSerializer
 
serialize(Object) - Static method in class me.ahoo.cosid.proxy.Jsons
 
set(String, int, InstanceId) - Method in class me.ahoo.cosid.machine.InMemoryMachineStateStorage
 
set(String, int, InstanceId) - Method in class me.ahoo.cosid.machine.LocalMachineStateStorage
 
set(String, int, InstanceId) - Method in interface me.ahoo.cosid.machine.MachineStateStorage
 
set(String, IdGenerator) - Method in class me.ahoo.cosid.provider.DefaultIdGeneratorProvider
 
set(String, IdGenerator) - Method in interface me.ahoo.cosid.provider.IdGeneratorProvider
Set ID generator by name.
set(GroupedKey) - Static method in class me.ahoo.cosid.segment.grouped.GroupedAccessor
 
SET_PREFIX - Static variable in class me.ahoo.cosid.accessor.parser.DefaultAccessorParser
 
setBaseSleepTimeMs(int) - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties.Retry
 
setBeforePrefix(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.GroupPrefix
 
setBlockUntilConnectedWait(Duration) - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
setBrokenThreshold(int) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.ClockBackwards
 
setBy(SegmentIdProperties.IdDefinition.GroupBy) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition.Group
 
setChain(SegmentIdProperties.Chain) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
setChain(SegmentIdProperties.Chain) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
setCharSize(int) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Radix
 
setCharSize(int) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Radix36
 
setCharSize(int) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.ToString
 
setClockBackwards(MachineProperties.ClockBackwards) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
setClockSync(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
setConnectionTimeout(Duration) - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
setConnectString(String) - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
setConverter(IdConverterDefinition) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
setConverter(IdConverterDefinition) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
setCorePoolSize(int) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain.PrefetchWorker
 
setCustom(IdConverterDefinition.Custom) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
setDatabase(String) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Mongo
 
setDatabase(String) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Mongo
 
setDelay(Duration) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Guarder
 
setDelimiter(String) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.GroupPrefix
 
setDistributor(MachineProperties.Distributor) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
setDistributor(SegmentIdProperties.Distributor) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
setEnableAutoInitCosidTable(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
setEnableAutoInitIdSegment(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
setEnabled(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
setEnabled(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.CosIdProperties
 
setEnabled(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.GroupPrefix
 
setEnabled(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Guarder
 
setEnabled(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
setEnabled(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
setEnabled(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.ShardIdDefinition
 
setEnabled(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
setEnabled(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.ShardIdDefinition
 
setEnabled(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
setEpoch(long) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
setEpoch(long) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
setFetchMaxIdSql(String) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
setFriendly(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
setGroup(SegmentIdProperties.IdDefinition.Group) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
setGroupPrefix(IdConverterDefinition.GroupPrefix) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
setGuarder(MachineProperties.Guarder) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
setHost(String) - Method in class me.ahoo.cosid.spring.boot.starter.ProxyProperties
 
setHungerTime(long) - Method in interface me.ahoo.cosid.segment.concurrent.AffinityJob
set hunger time.
setHungerTime(long) - Method in class me.ahoo.cosid.segment.SegmentChainId.PrefetchJob
 
setId(Object, Object) - Method in class me.ahoo.cosid.accessor.CosIdAccessor.NotFound
 
setId(Object, Object) - Method in interface me.ahoo.cosid.accessor.CosIdSetter
 
setId(Object, Object) - Method in class me.ahoo.cosid.accessor.DefaultCosIdAccessor
 
setId(Object, Object) - Method in class me.ahoo.cosid.accessor.field.FieldSetter
 
setId(Object, Object) - Method in class me.ahoo.cosid.accessor.method.MethodSetter
 
setIfNotNever(GroupedKey) - Static method in class me.ahoo.cosid.segment.grouped.GroupedAccessor
 
setIncrementMaxIdSql(String) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
setInitCosidTableSql(String) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
setInitialDelay(Duration) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Guarder
 
setInitIdSegmentSql(String) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Jdbc
 
setInstanceId(String) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
setJdbc(SegmentIdProperties.Distributor.Jdbc) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor
 
setLocal(MachineProperties.StateStorage.Local) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.StateStorage
 
setMachineBit(int) - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
setMachineBit(int) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
setMachineBit(Integer) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
setMachineId(Integer) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Manual
 
setManual(MachineProperties.Manual) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor
 
setMaxIdBack(T, long) - Method in class me.ahoo.cosid.test.segment.distributor.GroupedIdSegmentDistributorSpec
 
setMaxIdBack(T, long) - Method in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
setMaxRetries(int) - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties.Retry
 
setMaxSleepMs(int) - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties.Retry
 
setMode(SegmentIdProperties.Mode) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
setMode(SegmentIdProperties.Mode) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
setMongo(MachineProperties.Mongo) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor
 
setMongo(SegmentIdProperties.Distributor.Mongo) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor
 
setNamespace(String) - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
setNamespace(String) - Method in class me.ahoo.cosid.spring.boot.starter.CosIdProperties
 
setNamespace(String) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
setNamespace(String) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
setNext(IdSegmentChain) - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
setOffset(long) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
setPadStart(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Radix
 
setPadStart(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Radix36
 
setPadStart(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.ToString
 
setPort(Integer) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
setPrefetchPeriod(Duration) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain.PrefetchWorker
 
setPrefetchWorker(PrefetchWorker) - Method in interface me.ahoo.cosid.segment.concurrent.AffinityJob
 
setPrefetchWorker(PrefetchWorker) - Method in class me.ahoo.cosid.segment.SegmentChainId.PrefetchJob
 
setPrefetchWorker(SegmentIdProperties.Chain.PrefetchWorker) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain
 
setPrefix(String) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
setProvider(Map<String, SegmentIdProperties.IdDefinition>) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
setProvider(Map<String, SnowflakeIdProperties.IdDefinition>) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
setProxy(ProxyProperties) - Method in class me.ahoo.cosid.spring.boot.starter.CosIdProperties
 
setRadix(IdConverterDefinition.Radix) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
setRadix36(IdConverterDefinition.Radix36) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
setRedis(MachineProperties.Redis) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor
 
setRedis(SegmentIdProperties.Distributor.Redis) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor
 
setRetry(CosIdZookeeperProperties.Retry) - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
setSafeDistance(int) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain
 
setSafeGuardDuration(Duration) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Guarder
 
setSequenceBit(int) - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
setSequenceBit(int) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
setSequenceResetThreshold(int) - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
setSequenceResetThreshold(long) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
setSessionTimeout(Duration) - Method in class me.ahoo.cosid.spring.boot.starter.zookeeper.CosIdZookeeperProperties
 
setShare(IdGenerator) - Method in class me.ahoo.cosid.provider.DefaultIdGeneratorProvider
 
setShare(IdGenerator) - Method in interface me.ahoo.cosid.provider.IdGeneratorProvider
Set shared ID generator.
setShare(SegmentIdProperties.ShardIdDefinition) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
setShare(SnowflakeIdProperties.ShardIdDefinition) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
setShutdownHook(boolean) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Chain.PrefetchWorker
 
setSpinThreshold(int) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.ClockBackwards
 
setStable(Boolean) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
setStateLocation(String) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.StateStorage.Local
 
setStateStorage(MachineProperties.StateStorage) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties
 
setStep(long) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
setSuffix(String) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
setTimeout(Duration) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Redis
 
setTimeout(Duration) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Redis
 
setTimestampBit(int) - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
setTimestampBit(int) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
setTimestampUnit(SnowflakeIdProperties.IdDefinition.TimestampUnit) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition
 
setToString(IdConverterDefinition.ToString) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
setTtl(long) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
 
setTtl(Long) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition
 
setType(Class<? extends IdConverter>) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Custom
 
setType(CosIdGeneratorProperties.Type) - Method in class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties
 
setType(IdConverterDefinition.Type) - Method in class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition
 
setType(MachineProperties.Distributor.Type) - Method in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor
 
setType(SegmentIdProperties.Distributor.Type) - Method in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor
 
setZoneId(String) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
ShardIdDefinition() - Constructor for class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.ShardIdDefinition
 
ShardIdDefinition() - Constructor for class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.ShardIdDefinition
 
sharding(Range<LocalDateTime>) - Method in class me.ahoo.cosid.sharding.IntervalTimeline
 
sharding(Range<T>) - Method in class me.ahoo.cosid.sharding.CachedSharding
 
sharding(Range<T>) - Method in class me.ahoo.cosid.sharding.ModCycle
 
sharding(Range<T>) - Method in interface me.ahoo.cosid.sharding.RangeSharding
 
sharding(LocalDateTime) - Method in class me.ahoo.cosid.sharding.IntervalTimeline
 
sharding(T) - Method in class me.ahoo.cosid.sharding.CachedSharding
 
sharding(T) - Method in class me.ahoo.cosid.sharding.ModCycle
 
sharding(T) - Method in interface me.ahoo.cosid.sharding.PreciseSharding
 
Sharding<T extends Comparable<?>> - Interface in me.ahoo.cosid.sharding
Sharding algorithm interface.
SHARE - Static variable in interface me.ahoo.cosid.provider.IdGeneratorProvider
the key of shared ID generator.
shareGenerate() - Method in class me.ahoo.cosid.spring.boot.starter.actuate.CosIdGeneratorEndpoint
 
shareGenerateAsString() - Method in class me.ahoo.cosid.spring.boot.starter.actuate.CosIdStringGeneratorEndpoint
 
shutdown() - Method in class me.ahoo.cosid.segment.concurrent.DefaultPrefetchWorker
 
shutdown() - Method in interface me.ahoo.cosid.segment.concurrent.PrefetchWorker
 
shutdown() - Method in class me.ahoo.cosid.segment.concurrent.PrefetchWorkerExecutorService
 
simple(String) - Static method in interface me.ahoo.cosid.stat.Stat
 
simple(String, IdGeneratorStat, Stat) - Static method in interface me.ahoo.cosid.stat.generator.IdGeneratorStat
 
simple(String, Stat) - Static method in interface me.ahoo.cosid.stat.generator.IdGeneratorStat
 
simple(String, Stat) - Static method in interface me.ahoo.cosid.stat.Stat
 
SimpleIdGeneratorStat - Record Class in me.ahoo.cosid.stat.generator
 
SimpleIdGeneratorStat(String, IdGeneratorStat, Stat) - Constructor for record class me.ahoo.cosid.stat.generator.SimpleIdGeneratorStat
Creates an instance of a SimpleIdGeneratorStat record class.
SimpleStat - Record Class in me.ahoo.cosid.stat
 
SimpleStat(String, Stat) - Constructor for record class me.ahoo.cosid.stat.SimpleStat
Creates an instance of a SimpleStat record class.
size() - Method in class me.ahoo.cosid.sharding.ExactCollection
 
size() - Method in class me.ahoo.cosid.sharding.IntervalTimeline
 
size(String) - Method in class me.ahoo.cosid.machine.InMemoryMachineStateStorage
 
size(String) - Method in class me.ahoo.cosid.machine.LocalMachineStateStorage
 
size(String) - Method in interface me.ahoo.cosid.machine.MachineStateStorage
 
SNOWFLAKE_FRIENDLY - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Type
 
SnowflakeFriendlyId - Interface in me.ahoo.cosid.snowflake
Snowflake FriendlyId.
SnowflakeFriendlyIdConverter - Class in me.ahoo.cosid.converter
Snowflake FriendlyId Converter.
SnowflakeFriendlyIdConverter(SnowflakeIdStateParser) - Constructor for class me.ahoo.cosid.converter.SnowflakeFriendlyIdConverter
 
SnowflakeId - Interface in me.ahoo.cosid.snowflake
Snowflake algorithm ID generator.
snowflakeIdBeanRegistrar(InstanceId, IdGeneratorProvider, MachineIdDistributor, ClockBackwardsSynchronizer, ConfigurableApplicationContext, CustomizeSnowflakeIdProperties) - Method in class me.ahoo.cosid.spring.boot.starter.snowflake.CosIdSnowflakeAutoConfiguration
 
SnowflakeIdBeanRegistrar - Class in me.ahoo.cosid.spring.boot.starter.snowflake
 
SnowflakeIdBeanRegistrar(CosIdProperties, MachineProperties, SnowflakeIdProperties, InstanceId, IdGeneratorProvider, MachineIdDistributor, ClockBackwardsSynchronizer, ConfigurableApplicationContext, CustomizeSnowflakeIdProperties) - Constructor for class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdBeanRegistrar
 
SnowflakeIdConverterDecorator - Class in me.ahoo.cosid.spring.boot.starter.snowflake
 
SnowflakeIdConverterDecorator(SnowflakeId, IdConverterDefinition, ZoneId, boolean) - Constructor for class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdConverterDecorator
 
SnowflakeIdProperties - Class in me.ahoo.cosid.spring.boot.starter.snowflake
SnowflakeId Properties.
SnowflakeIdProperties() - Constructor for class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties
 
SnowflakeIdProperties.IdDefinition - Class in me.ahoo.cosid.spring.boot.starter.snowflake
 
SnowflakeIdProperties.IdDefinition.TimestampUnit - Enum Class in me.ahoo.cosid.spring.boot.starter.snowflake
 
SnowflakeIdProperties.ShardIdDefinition - Class in me.ahoo.cosid.spring.boot.starter.snowflake
 
SnowflakeIdStat - Record Class in me.ahoo.cosid.stat.generator
 
SnowflakeIdStat(String, long, int, int, int, boolean, int, long, Stat) - Constructor for record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Creates an instance of a SnowflakeIdStat record class.
SnowflakeIdState - Class in me.ahoo.cosid.snowflake
SnowflakeId State.
SnowflakeIdState.SnowflakeIdStateBuilder - Class in me.ahoo.cosid.snowflake
 
SnowflakeIdStateParser - Class in me.ahoo.cosid.snowflake
SnowflakeId State Parser.
SnowflakeIdStateParser(long, int, int, int) - Constructor for class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
SnowflakeIdStateParser(long, int, int, int, ZoneId) - Constructor for class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
SnowflakeLocalDateTimeConvertor - Class in me.ahoo.cosid.sharding
 
SnowflakeLocalDateTimeConvertor() - Constructor for class me.ahoo.cosid.sharding.SnowflakeLocalDateTimeConvertor
 
SpringRedisIdSegmentDistributor - Class in me.ahoo.cosid.spring.redis
Spring Redis IdSegmentDistributor.
SpringRedisIdSegmentDistributor(String, String, long, long, StringRedisTemplate) - Constructor for class me.ahoo.cosid.spring.redis.SpringRedisIdSegmentDistributor
 
SpringRedisIdSegmentDistributor(String, String, StringRedisTemplate) - Constructor for class me.ahoo.cosid.spring.redis.SpringRedisIdSegmentDistributor
 
SpringRedisIdSegmentDistributorFactory - Class in me.ahoo.cosid.spring.redis
Spring Redis IdSegmentDistributor Factory.
SpringRedisIdSegmentDistributorFactory(StringRedisTemplate) - Constructor for class me.ahoo.cosid.spring.redis.SpringRedisIdSegmentDistributorFactory
 
springRedisMachineIdDistributor(StringRedisTemplate, MachineStateStorage, ClockBackwardsSynchronizer) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdSpringRedisMachineIdDistributorAutoConfiguration
 
SpringRedisMachineIdDistributor - Class in me.ahoo.cosid.spring.redis
Spring Redis MachineIdDistributor.
SpringRedisMachineIdDistributor(StringRedisTemplate, MachineStateStorage, ClockBackwardsSynchronizer) - Constructor for class me.ahoo.cosid.spring.redis.SpringRedisMachineIdDistributor
 
StandardLocalDateTimeConvertor - Class in me.ahoo.cosid.sharding
 
StandardLocalDateTimeConvertor() - Constructor for class me.ahoo.cosid.sharding.StandardLocalDateTimeConvertor
 
start() - Method in class me.ahoo.cosid.machine.DefaultMachineIdGuarder
 
start() - Method in class me.ahoo.cosid.machine.MachineIdGuarder.None
 
start() - Method in interface me.ahoo.cosid.machine.MachineIdGuarder
 
start() - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdLifecycleMachineIdDistributor
 
start() - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdLifecycleMachineIdGuarder
 
start() - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdLifecyclePrefetchWorkerExecutorService
 
stat() - Method in class me.ahoo.cosid.converter.GroupedPrefixIdConverter
 
stat() - Method in class me.ahoo.cosid.converter.PrefixIdConverter
 
stat() - Method in class me.ahoo.cosid.converter.RadixIdConverter
 
stat() - Method in class me.ahoo.cosid.converter.SuffixIdConverter
 
stat() - Method in class me.ahoo.cosid.converter.ToStringIdConverter
 
stat() - Method in class me.ahoo.cosid.cosid.ClockSyncCosIdGenerator
 
stat() - Method in interface me.ahoo.cosid.cosid.CosIdGenerator
 
stat() - Method in interface me.ahoo.cosid.IdConverter
 
stat() - Method in interface me.ahoo.cosid.IdGenerator
 
stat() - Method in interface me.ahoo.cosid.IdGeneratorDecorator
 
stat() - Method in interface me.ahoo.cosid.segment.SegmentId
 
stat() - Method in class me.ahoo.cosid.segment.StringSegmentId
 
stat() - Method in class me.ahoo.cosid.snowflake.ClockSyncSnowflakeId
 
stat() - Method in interface me.ahoo.cosid.snowflake.SnowflakeId
 
stat() - Method in class me.ahoo.cosid.snowflake.StringSnowflakeId
 
stat() - Method in class me.ahoo.cosid.spring.boot.starter.actuate.CosIdEndpoint
 
stat() - Method in interface me.ahoo.cosid.stat.Statistical
 
Stat - Interface in me.ahoo.cosid.stat
 
STATE_DELIMITER - Static variable in class me.ahoo.cosid.machine.MachineState
 
STATEFUL_SET - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor.Type
 
statefulSetMachineIdDistributor(MachineStateStorage, ClockBackwardsSynchronizer) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdMachineAutoConfiguration
 
StatefulSetMachineIdDistributor - Class in me.ahoo.cosid.machine.k8s
StatefulSet MachineId Distributor.
StatefulSetMachineIdDistributor(MachineStateStorage, ClockBackwardsSynchronizer) - Constructor for class me.ahoo.cosid.machine.k8s.StatefulSetMachineIdDistributor
 
stateLocation - Variable in class me.ahoo.cosid.machine.LocalMachineStateStorage
 
StateStorage() - Constructor for class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.StateStorage
 
Statistical - Interface in me.ahoo.cosid.stat
 
step() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns the value of the step record component.
stop() - Method in class me.ahoo.cosid.machine.DefaultMachineIdGuarder
 
stop() - Method in class me.ahoo.cosid.machine.MachineIdGuarder.None
 
stop() - Method in interface me.ahoo.cosid.machine.MachineIdGuarder
 
stop() - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdLifecycleMachineIdDistributor
 
stop() - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdLifecycleMachineIdGuarder
 
stop() - Method in class me.ahoo.cosid.spring.boot.starter.segment.CosIdLifecyclePrefetchWorkerExecutorService
 
StringIdGenerator - Interface in me.ahoo.cosid
String type ID generator.
StringIdGeneratorDecorator - Class in me.ahoo.cosid
used to enhance the generated string ID.
StringIdGeneratorDecorator(IdGenerator, IdConverter) - Constructor for class me.ahoo.cosid.StringIdGeneratorDecorator
 
StringSegmentId - Class in me.ahoo.cosid.segment
String SegmentId.
StringSegmentId(SegmentId, IdConverter) - Constructor for class me.ahoo.cosid.segment.StringSegmentId
 
StringSnowflakeId - Class in me.ahoo.cosid.snowflake
String SnowflakeId.
StringSnowflakeId(SnowflakeId, IdConverter) - Constructor for class me.ahoo.cosid.snowflake.StringSnowflakeId
 
submit(AffinityJob) - Method in class me.ahoo.cosid.segment.concurrent.DefaultPrefetchWorker
 
submit(AffinityJob) - Method in interface me.ahoo.cosid.segment.concurrent.PrefetchWorker
 
submit(AffinityJob) - Method in class me.ahoo.cosid.segment.concurrent.PrefetchWorkerExecutorService
 
suffix() - Method in record class me.ahoo.cosid.stat.converter.SuffixConverterStat
Returns the value of the suffix record component.
SuffixConverterStat - Record Class in me.ahoo.cosid.stat.converter
 
SuffixConverterStat(String, String, Stat) - Constructor for record class me.ahoo.cosid.stat.converter.SuffixConverterStat
Creates an instance of a SuffixConverterStat record class.
SuffixIdConverter - Class in me.ahoo.cosid.converter
Suffix IdConverter .
SuffixIdConverter(String, IdConverter) - Constructor for class me.ahoo.cosid.converter.SuffixIdConverter
 
sync(long) - Method in interface me.ahoo.cosid.machine.ClockBackwardsSynchronizer
 
sync(long) - Method in class me.ahoo.cosid.machine.DefaultClockBackwardsSynchronizer
 
syncUninterruptibly(long) - Method in interface me.ahoo.cosid.machine.ClockBackwardsSynchronizer
 
syncUninterruptibly(long) - Method in class me.ahoo.cosid.machine.DefaultClockBackwardsSynchronizer
 
SYSTEM - Static variable in interface me.ahoo.cosid.util.Clock
 
SystemClock() - Constructor for class me.ahoo.cosid.util.Clock.SystemClock
 

T

TEST_HOST - Static variable in class me.ahoo.cosid.test.machine.distributor.MachineIdDistributorSpec
 
TEST_OFFSET - Static variable in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
TEST_PREFIX - Static variable in class me.ahoo.cosid.test.MockIdGenerator
 
TEST_STEP - Static variable in class me.ahoo.cosid.test.segment.distributor.IdSegmentDistributorSpec
 
TestSpec - Interface in me.ahoo.cosid.test
TestSpec .
TIME_TO_LIVE_FOREVER - Static variable in interface me.ahoo.cosid.segment.IdSegment
 
timestamp(LocalDateTime) - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState.SnowflakeIdStateBuilder
 
timestampBit - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
timestampBit - Variable in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
timestampBit() - Element in annotation interface me.ahoo.cosid.jackson.AsString
 
timestampBit() - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Returns the value of the timestampBit record component.
timestampLeft - Variable in class me.ahoo.cosid.snowflake.AbstractSnowflakeId
 
timestampLeft - Variable in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
timestampMask - Variable in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
TimestampOverflowException - Exception in me.ahoo.cosid.snowflake.exception
Timestamp Overflow Exception.
TimestampOverflowException(long, long, long) - Constructor for exception me.ahoo.cosid.snowflake.exception.TimestampOverflowException
 
TO_STRING - Enum constant in enum class me.ahoo.cosid.jackson.AsString.Type
 
TO_STRING - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Type
 
toArray() - Method in class me.ahoo.cosid.sharding.ExactCollection
 
toArray(T[]) - Method in class me.ahoo.cosid.sharding.ExactCollection
 
toLocalDateTime(Comparable<?>) - Method in interface me.ahoo.cosid.sharding.LocalDateTimeConvertor
To local date time.
toLocalDateTime(Comparable<?>) - Method in class me.ahoo.cosid.sharding.SnowflakeLocalDateTimeConvertor
 
toLocalDateTime(Comparable<?>) - Method in class me.ahoo.cosid.sharding.StandardLocalDateTimeConvertor
 
toStateString() - Method in class me.ahoo.cosid.machine.MachineState
 
toString() - Method in class me.ahoo.cosid.cosid.CosIdState
 
toString() - Method in class me.ahoo.cosid.machine.InstanceId
 
toString() - Method in class me.ahoo.cosid.machine.MachineState
 
toString() - Method in class me.ahoo.cosid.machine.NamespacedInstanceId
 
toString() - Method in class me.ahoo.cosid.proxy.MachineStateDto
 
toString() - Method in class me.ahoo.cosid.segment.DefaultIdSegment
 
toString() - Method in class me.ahoo.cosid.segment.grouped.GroupedKey
 
toString() - Method in class me.ahoo.cosid.segment.IdSegmentChain
 
toString() - Method in class me.ahoo.cosid.segment.MergedIdSegment
 
toString() - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState.SnowflakeIdStateBuilder
 
toString() - Method in class me.ahoo.cosid.snowflake.SnowflakeIdState
 
toString() - Method in record class me.ahoo.cosid.stat.converter.GroupedPrefixConverterStat
Returns a string representation of this record class.
toString() - Method in record class me.ahoo.cosid.stat.converter.PrefixConverterStat
Returns a string representation of this record class.
toString() - Method in record class me.ahoo.cosid.stat.converter.RadixConverterStat
Returns a string representation of this record class.
toString() - Method in record class me.ahoo.cosid.stat.converter.SuffixConverterStat
Returns a string representation of this record class.
toString() - Method in record class me.ahoo.cosid.stat.converter.ToStringConverterStat
Returns a string representation of this record class.
toString() - Method in record class me.ahoo.cosid.stat.generator.CosIdGeneratorStat
Returns a string representation of this record class.
toString() - Method in record class me.ahoo.cosid.stat.generator.SegmentIdStat
Returns a string representation of this record class.
toString() - Method in record class me.ahoo.cosid.stat.generator.SimpleIdGeneratorStat
Returns a string representation of this record class.
toString() - Method in record class me.ahoo.cosid.stat.generator.SnowflakeIdStat
Returns a string representation of this record class.
toString() - Method in record class me.ahoo.cosid.stat.SimpleStat
Returns a string representation of this record class.
ToString() - Constructor for class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.ToString
 
ToStringConverterStat - Record Class in me.ahoo.cosid.stat.converter
 
ToStringConverterStat(String, boolean, int) - Constructor for record class me.ahoo.cosid.stat.converter.ToStringConverterStat
Creates an instance of a ToStringConverterStat record class.
ToStringIdConverter - Class in me.ahoo.cosid.converter
ToString ID Converter.
ToStringIdConverter(boolean, int) - Constructor for class me.ahoo.cosid.converter.ToStringIdConverter
 
TOTAL_BIT - Static variable in interface me.ahoo.cosid.snowflake.SnowflakeId
 
totalMachineIds(int) - Static method in interface me.ahoo.cosid.machine.MachineIdDistributor
 
tryGet(boolean) - Method in class me.ahoo.cosid.provider.LazyIdGenerator
 
tryInitCosIdMachineTable() - Method in class me.ahoo.cosid.jdbc.JdbcMachineIdInitializer
 
tryInitCosIdTable() - Method in class me.ahoo.cosid.jdbc.JdbcIdSegmentInitializer
 
tryInitIdSegment(String, long) - Method in class me.ahoo.cosid.jdbc.JdbcIdSegmentInitializer
 
trySetNext(Function<IdSegmentChain, IdSegmentChain>) - Method in class me.ahoo.cosid.segment.IdSegmentChain
try set next Chained ID segment.
ttl() - Method in class me.ahoo.cosid.segment.grouped.GroupedKey
 
TYPE - Static variable in class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor
 
TYPE - Static variable in class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor
 

U

uncertaintyBits() - Method in class me.ahoo.cosid.uncertainty.UncertaintyIdGenerator
 
uncertaintyBound() - Method in class me.ahoo.cosid.uncertainty.UncertaintyIdGenerator
 
UncertaintyIdGenerator - Class in me.ahoo.cosid.uncertainty
Uncertainty ID Generator.
UncertaintyIdGenerator(IdGenerator, int) - Constructor for class me.ahoo.cosid.uncertainty.UncertaintyIdGenerator
 
unknown(String) - Static method in class me.ahoo.cosid.proxy.ErrorResponse
 
unregister(String, InstanceId) - Method in class me.ahoo.cosid.machine.DefaultMachineIdGuarder
 
unregister(String, InstanceId) - Method in class me.ahoo.cosid.machine.MachineIdGuarder.None
 
unregister(String, InstanceId) - Method in interface me.ahoo.cosid.machine.MachineIdGuarder
 
UPDATE_AFTER_OPTIONS - Static variable in interface me.ahoo.cosid.mongo.Documents
 
usePrefix(String) - Static method in class me.ahoo.cosid.test.MockIdGenerator
 
UuidGenerator - Class in me.ahoo.cosid.jvm
UUID ID Generator.
UuidGenerator() - Constructor for class me.ahoo.cosid.jvm.UuidGenerator
 

V

value() - Element in annotation interface me.ahoo.cosid.annotation.CosId
id generator name.
value() - Element in annotation interface me.ahoo.cosid.jackson.AsString
 
valueOf(String) - Static method in enum class me.ahoo.cosid.jackson.AsString.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.ahoo.cosid.segment.grouped.DateGroupBySupplier
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition.GroupBy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition.TimestampUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.ahoo.cosid.util.ProcessId
Returns the enum constant of this class with the specified name.
values() - Static method in enum class me.ahoo.cosid.jackson.AsString.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.ahoo.cosid.segment.grouped.DateGroupBySupplier
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.ahoo.cosid.spring.boot.starter.cosid.CosIdGeneratorProperties.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.ahoo.cosid.spring.boot.starter.IdConverterDefinition.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition.GroupBy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.ahoo.cosid.spring.boot.starter.snowflake.SnowflakeIdProperties.IdDefinition.TimestampUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.ahoo.cosid.util.ProcessId
Returns an array containing the constants of this enum class, in the order they are declared.
verify() - Method in class me.ahoo.cosid.test.ConcurrentGenerateSpec
 
verify() - Method in class me.ahoo.cosid.test.ConcurrentGenerateStingSpec
 
verify() - Method in class me.ahoo.cosid.test.machine.distributor.Distribute
 
verify() - Method in class me.ahoo.cosid.test.machine.distributor.DistributeConcurrent
 
verify() - Method in class me.ahoo.cosid.test.machine.distributor.DistributeIdempotent
 
verify() - Method in class me.ahoo.cosid.test.machine.distributor.DistributeOverflow
 
verify() - Method in class me.ahoo.cosid.test.machine.distributor.DistributeRevert
 
verify() - Method in class me.ahoo.cosid.test.machine.distributor.DistributeSafeGuard
 
verify() - Method in class me.ahoo.cosid.test.machine.distributor.DistributeStable
 
verify() - Method in class me.ahoo.cosid.test.machine.distributor.Guard
 
verify() - Method in class me.ahoo.cosid.test.machine.distributor.GuardLost
 
verify() - Method in class me.ahoo.cosid.test.machine.distributor.Revert
 
verify() - Method in class me.ahoo.cosid.test.ModSpec
 
verify() - Method in interface me.ahoo.cosid.test.TestSpec
 

W

wakeup(AffinityJob) - Method in class me.ahoo.cosid.segment.concurrent.DefaultPrefetchWorker
 
wakeup(AffinityJob) - Method in interface me.ahoo.cosid.segment.concurrent.PrefetchWorker
 

Y

YEAR - Enum constant in enum class me.ahoo.cosid.segment.grouped.DateGroupBySupplier
 
YEAR - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.IdDefinition.GroupBy
 

Z

zoneId - Variable in class me.ahoo.cosid.snowflake.SnowflakeIdStateParser
 
ZOOKEEPER - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.Distributor.Type
 
ZOOKEEPER - Enum constant in enum class me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties.Distributor.Type
 
ZookeeperIdSegmentDistributor - Class in me.ahoo.cosid.zookeeper
Zookeeper IdSegment Distributor.
ZookeeperIdSegmentDistributor(String, String, long, long, CuratorFramework, RetryPolicy) - Constructor for class me.ahoo.cosid.zookeeper.ZookeeperIdSegmentDistributor
 
ZookeeperIdSegmentDistributorFactory - Class in me.ahoo.cosid.zookeeper
Zookeeper IdSegmentDistributor Factory.
ZookeeperIdSegmentDistributorFactory(CuratorFramework, RetryPolicy) - Constructor for class me.ahoo.cosid.zookeeper.ZookeeperIdSegmentDistributorFactory
 
zookeeperMachineIdDistributor(CuratorFramework, RetryPolicy, MachineStateStorage, ClockBackwardsSynchronizer) - Method in class me.ahoo.cosid.spring.boot.starter.machine.CosIdZookeeperMachineIdDistributorAutoConfiguration
 
ZookeeperMachineIdDistributor - Class in me.ahoo.cosid.zookeeper
Zookeeper MachineIdDistributor.
ZookeeperMachineIdDistributor(CuratorFramework, RetryPolicy, MachineStateStorage, ClockBackwardsSynchronizer) - Constructor for class me.ahoo.cosid.zookeeper.ZookeeperMachineIdDistributor
 
A B C D E F G H I J K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form