Uses of Class
io.github.bucket4j.Nothing
-
-
Uses of Nothing in io.github.bucket4j
Fields in io.github.bucket4j declared as Nothing Modifier and Type Field Description static NothingNothing. INSTANCEMethods in io.github.bucket4j that return types with arguments of type Nothing Modifier and Type Method Description VerboseResult<Nothing>VerboseBucket. addTokens(long tokensToAdd)Does the same thatBucket.addTokens(long)protected abstract VerboseResult<Nothing>AbstractBucket. addTokensVerboseImpl(long tokensToAdd)VerboseResult<Nothing>VerboseBucket. forceAddTokens(long tokensToAdd)Does the same thatBucket.forceAddTokens(long)protected abstract VerboseResult<Nothing>AbstractBucket. forceAddTokensVerboseImpl(long tokensToAdd)VerboseResult<Nothing>VerboseBucket. replaceConfiguration(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy)Does the same thatBucket.replaceConfiguration(BucketConfiguration, TokensInheritanceStrategy)protected abstract VerboseResult<Nothing>AbstractBucket. replaceConfigurationVerboseImpl(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy)VerboseResult<Nothing>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 Nothing Modifier and Type Method Description CompletableFuture<VerboseResult<Nothing>>AsyncVerboseBucket. addTokens(long tokensToAdd)Does the same thatBucket.addTokens(long)CompletableFuture<VerboseResult<Nothing>>AsyncVerboseBucket. forceAddTokens(long tokensToAdd)Does the same thatBucket.addTokens(long)CompletableFuture<VerboseResult<Nothing>>AsyncVerboseBucket. replaceConfiguration(BucketConfiguration newConfiguration, TokensInheritanceStrategy tokensInheritanceStrategy)Does the same thatBucket.replaceConfiguration(BucketConfiguration, TokensInheritanceStrategy)CompletableFuture<VerboseResult<Nothing>>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 Nothing Modifier and Type Method Description protected 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 Modifier and Type Field Description static CommandResult<Nothing>CommandResult. 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 Nothing Modifier and Type Method Description CommandResult<Nothing>AddTokensCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Nothing>ForceAddTokensCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Nothing>ReplaceConfigurationCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Nothing>ResetCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)CommandResult<Nothing>SyncCommand. execute(MutableBucketEntry mutableEntry, long currentTimeNanos)Methods in io.github.bucket4j.distributed.remote.commands with parameters of type Nothing Modifier and Type Method Description longAddTokensCommand. 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 Nothing Modifier and Type Field Description static 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 Nothing Modifier and Type Method Description protected 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()
-