Uses of Class
io.github.bucket4j.Nothing
Packages that use Nothing
Package
Description
-
Uses of Nothing in io.github.bucket4j
Fields in io.github.bucket4j declared as NothingMethods in io.github.bucket4j that return types with arguments of type NothingModifier and TypeMethodDescriptionVerboseBucket.addTokens(long tokensToAdd) Does the same thatBucket.addTokens(long)protected abstract VerboseResult<Nothing>AbstractBucket.addTokensVerboseImpl(long tokensToAdd) VerboseBucket.forceAddTokens(long tokensToAdd) Does the same thatBucket.forceAddTokens(long)protected abstract VerboseResult<Nothing>AbstractBucket.forceAddTokensVerboseImpl(long tokensToAdd) VerboseBucket.replaceConfiguration(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy) Does the same thatBucket.replaceConfiguration(BucketConfiguration, TokensInheritanceStrategy)protected abstract VerboseResult<Nothing>AbstractBucket.replaceConfigurationVerboseImpl(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy) VerboseBucket.reset()Does the same thatBucket.reset()protected abstract VerboseResult<Nothing>AbstractBucket.resetVerboseImpl() -
Uses of Nothing in io.github.bucket4j.distributed
Methods in io.github.bucket4j.distributed that return types with arguments of type NothingModifier and TypeMethodDescriptionAsyncVerboseBucket.addTokens(long tokensToAdd) Does the same thatBucket.addTokens(long)AsyncVerboseBucket.forceAddTokens(long tokensToAdd) Does the same thatBucket.addTokens(long)AsyncVerboseBucket.replaceConfiguration(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy) Does the same thatBucket.replaceConfiguration(BucketConfiguration, TokensInheritanceStrategy)AsyncVerboseBucket.reset()Does the same thatBucket.reset() -
Uses of Nothing in io.github.bucket4j.distributed.proxy
Methods in io.github.bucket4j.distributed.proxy that return types with arguments of type NothingModifier and TypeMethodDescriptionprotected VerboseResult<Nothing>DefaultBucketProxy.addTokensVerboseImpl(long tokensToAdd) protected VerboseResult<Nothing>DefaultBucketProxy.forceAddTokensVerboseImpl(long tokensToAdd) protected VerboseResult<Nothing>DefaultBucketProxy.replaceConfigurationVerboseImpl(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy) protected VerboseResult<Nothing>DefaultBucketProxy.resetVerboseImpl() -
Uses of Nothing in io.github.bucket4j.distributed.remote
Fields in io.github.bucket4j.distributed.remote with type parameters of type Nothing -
Uses of Nothing in io.github.bucket4j.distributed.remote.commands
Methods in io.github.bucket4j.distributed.remote.commands that return types with arguments of type NothingModifier and TypeMethodDescriptionAddTokensCommand.execute(MutableBucketEntry mutableEntry, long currentTimeNanos) ForceAddTokensCommand.execute(MutableBucketEntry mutableEntry, long currentTimeNanos) ReplaceConfigurationCommand.execute(MutableBucketEntry mutableEntry, long currentTimeNanos) ResetCommand.execute(MutableBucketEntry mutableEntry, long currentTimeNanos) SyncCommand.execute(MutableBucketEntry mutableEntry, long currentTimeNanos) Methods in io.github.bucket4j.distributed.remote.commands with parameters of type NothingModifier and TypeMethodDescriptionlongAddTokensCommand.getConsumedTokens(Nothing result) longForceAddTokensCommand.getConsumedTokens(Nothing result) longReplaceConfigurationCommand.getConsumedTokens(Nothing result) longResetCommand.getConsumedTokens(Nothing result) longSyncCommand.getConsumedTokens(Nothing result) -
Uses of Nothing in io.github.bucket4j.distributed.serialization
Fields in io.github.bucket4j.distributed.serialization with type parameters of type NothingModifier and TypeFieldDescriptionstatic final SerializationHandle<Nothing>PrimitiveSerializationHandles.NULL_HANDLE -
Uses of Nothing in io.github.bucket4j.local
Methods in io.github.bucket4j.local that return types with arguments of type NothingModifier and TypeMethodDescriptionprotected VerboseResult<Nothing>LockFreeBucket.addTokensVerboseImpl(long tokensToAdd) protected VerboseResult<Nothing>SynchronizedBucket.addTokensVerboseImpl(long tokensToAdd) protected VerboseResult<Nothing>ThreadUnsafeBucket.addTokensVerboseImpl(long tokensToAdd) protected VerboseResult<Nothing>LockFreeBucket.forceAddTokensVerboseImpl(long tokensToAdd) protected VerboseResult<Nothing>SynchronizedBucket.forceAddTokensVerboseImpl(long tokensToAdd) protected VerboseResult<Nothing>ThreadUnsafeBucket.forceAddTokensVerboseImpl(long tokensToAdd) protected VerboseResult<Nothing>LockFreeBucket.replaceConfigurationVerboseImpl(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy) protected VerboseResult<Nothing>SynchronizedBucket.replaceConfigurationVerboseImpl(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy) protected VerboseResult<Nothing>ThreadUnsafeBucket.replaceConfigurationVerboseImpl(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy) protected VerboseResult<Nothing>LockFreeBucket.resetVerboseImpl()protected VerboseResult<Nothing>SynchronizedBucket.resetVerboseImpl()protected VerboseResult<Nothing>ThreadUnsafeBucket.resetVerboseImpl()