- AbstractConstant<T extends AbstractConstant<T>> - cn.sliew.milky.common.constant中的类
-
- AbstractConstant(int, String) - 类 的构造器cn.sliew.milky.common.constant.AbstractConstant
-
Creates a new instance.
- AbstractDiffable<T extends Diffable<T>> - cn.sliew.milky.common.diff中的类
-
Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or
nothing if object remained the same.
- AbstractDiffable() - 类 的构造器cn.sliew.milky.common.diff.AbstractDiffable
-
- AbstractLifeCycle - cn.sliew.milky.common.lifecycle中的类
-
- AbstractLifeCycle() - 类 的构造器cn.sliew.milky.common.lifecycle.AbstractLifeCycle
-
- AbstractPageDTO<T> - cn.sliew.milky.common.model.dto中的类
-
- AbstractPageDTO() - 类 的构造器cn.sliew.milky.common.model.dto.AbstractPageDTO
-
- AbstractPageParam - cn.sliew.milky.common.model.param中的类
-
- AbstractPageParam() - 类 的构造器cn.sliew.milky.common.model.param.AbstractPageParam
-
- AbstractParam - cn.sliew.milky.common.model.param中的类
-
- AbstractParam() - 类 的构造器cn.sliew.milky.common.model.param.AbstractParam
-
- AbstractPipelineProcess<K,V> - cn.sliew.milky.common.chain中的类
-
- AbstractPropertyResolver - cn.sliew.milky.common.environment中的类
-
- AbstractPropertyResolver() - 类 的构造器cn.sliew.milky.common.environment.AbstractPropertyResolver
-
- AbstractPropertySource<T> - cn.sliew.milky.common.environment中的类
-
- AbstractPropertySource(String, T) - 类 的构造器cn.sliew.milky.common.environment.AbstractPropertySource
-
- AbstractRegistry<E,C> - cn.sliew.milky.common.registry中的类
-
Abstract registry to be shared with all resilience4j registries
- AbstractRegistry(C) - 类 的构造器cn.sliew.milky.common.registry.AbstractRegistry
-
- AbstractResultDTO - cn.sliew.milky.common.model.dto中的类
-
- AbstractResultDTO() - 类 的构造器cn.sliew.milky.common.model.dto.AbstractResultDTO
-
- AbstractSource<T> - cn.sliew.milky.common.recycler中的类
-
- AbstractSource() - 类 的构造器cn.sliew.milky.common.recycler.AbstractSource
-
- accept(T) - 接口 中的方法cn.sliew.milky.common.function.CheckedConsumer
-
- acquire() - 类 中的方法cn.sliew.milky.common.concurrent.ReleasableLock
-
- ActionFilter<Request,Response> - cn.sliew.milky.common.filter中的接口
-
A filter allowing to filter transport actions
- ActionFilterChain<Request,Response> - cn.sliew.milky.common.filter中的接口
-
A filter chain allowing to continue and process the transport action request
参考elasticsearch的过滤链实现
- ActionListener<Response> - cn.sliew.milky.common.filter中的接口
-
A listener for action responses or failures.
- addAfter(String, String, Command) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- addAfter(String, String, Command<K, V>) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Inserts a
Command after an existing command of this pipeline.
- addAfter(String, PropertySource<?>) - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
Add the given property source object with precedence immediately lower
than the named relative property source.
- addBefore(String, String, Command) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- addBefore(String, String, Command<K, V>) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Inserts a
Command before an existing command of this pipeline.
- addBefore(String, PropertySource<?>) - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
Add the given property source object with precedence immediately higher
than the named relative property source.
- addConfiguration(String, C) - 类 中的方法cn.sliew.milky.common.registry.AbstractRegistry
-
- addConfiguration(String, C) - 接口 中的方法cn.sliew.milky.common.registry.Registry
-
Adds a configuration to the registry
- addFirst(String, Command) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- addFirst(String, Command<K, V>) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
- addFirst(PropertySource<?>) - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
Add the given property source object with highest precedence.
- addLast(String, Command) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- addLast(String, Command<K, V>) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
- addLast(PropertySource<?>) - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
Add the given property source object with lowest precedence.
- addLifeCycleListener(LifeCycleListener) - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
-
- addLifeCycleListener(LifeCycleListener) - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
-
- addStateChangeListener(StateChangeListener) - 接口 中的方法cn.sliew.milky.common.state.StateMachine
-
Add a new state change listener
- afterInitialize(T) - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycleListener
-
After component initialize.
- afterRelease(boolean) - 类 中的方法cn.sliew.milky.common.recycler.ConcurrentDequeRecycler
-
- afterRelease(boolean) - 类 中的方法cn.sliew.milky.common.recycler.DequeRecycler
-
Called after a release.
- afterStart(T) - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycleListener
-
After component start.
- afterStop(T) - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycleListener
-
After component stop.
- alignObjectSize(long) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
- AlreadySetException() - 异常错误 的构造器cn.sliew.milky.common.collect.SetOnce.AlreadySetException
-
- append(String, String) - 类 中的方法cn.sliew.milky.common.parse.Token
-
Construct a new
Token by appending a new
TokenFormat.Segment, based
on the supplied
segmentType and
value, to the end of this
Token.
- append(TokenFormat.Segment) - 类 中的方法cn.sliew.milky.common.parse.Token
-
- append(String, Object) - 类 中的方法cn.sliew.milky.common.util.ToStringBuilder
-
- appendTo(StringBuilder) - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- apply(T) - 类 中的方法cn.sliew.milky.common.diff.CompleteDiff
-
- apply(T) - 接口 中的方法cn.sliew.milky.common.diff.Diff
-
Applies difference to the specified part and returns the resulted part
- apply(Map<K, T>) - 类 中的方法cn.sliew.milky.common.diff.JdkMapDiff
-
- apply(Request, ActionListener<Response>, ActionFilterChain<Request, Response>) - 接口 中的方法cn.sliew.milky.common.filter.ActionFilter
-
Enables filtering the execution of an action on the request side, either by sending a response through the
ActionListener or by continuing the execution through the given
chain
- apply(T, Settings, Settings) - 接口 中的方法cn.sliew.milky.common.settings.SettingUpdater
-
Applies the given value to the updater.
- apply(Settings, Settings) - 接口 中的方法cn.sliew.milky.common.settings.SettingUpdater
-
Updates this updaters value if it has changed.
- arrayToCommaDelimitedString(Object[]) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Convenience method to return a String array as a CSV String.
- arrayToDelimitedString(Object[], String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Convenience method to return a String array as a delimited (e.g.
- arrayToDelimitedString(Object[], String, StringBuilder) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
- ArrayUtil - cn.sliew.milky.common.util中的类
-
- Assertions - cn.sliew.milky.common.check中的类
-
Provides a static final field that can be used to check if assertions are enabled.
- assertLegalRelativeAddition(String, PropertySource<?>) - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
Ensure that the given property source is not being added relative to itself.
- Asserts - cn.sliew.milky.common.check中的枚举
-
- asserts(boolean) - 枚举 中的静态方法cn.sliew.milky.common.check.Asserts
-
- asserts(boolean, Supplier<Object>) - 枚举 中的静态方法cn.sliew.milky.common.check.Asserts
-
- assume(boolean) - 枚举 中的静态方法cn.sliew.milky.common.check.Assumes
-
- assume(boolean, Supplier<Object>) - 枚举 中的静态方法cn.sliew.milky.common.check.Assumes
-
- Assumes - cn.sliew.milky.common.check中的枚举
-
- attr(AttributeKey<T>) - 接口 中的方法cn.sliew.milky.common.constant.AttributeMap
-
- attr(AttributeKey<T>) - 类 中的方法cn.sliew.milky.common.constant.DefaultAttributeMap
-
- Attribute<T> - cn.sliew.milky.common.constant中的接口
-
An attribute which allows to store a value reference.
- AttributeKey<T> - cn.sliew.milky.common.constant中的类
-
- AttributeMap - cn.sliew.milky.common.constant中的接口
-
- available() - 类 中的方法cn.sliew.milky.common.io.stream.InputStreamStreamInput
-
- available() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- Cache<K,V> - cn.sliew.milky.common.cache.local中的类
-
A simple concurrent cache.
- Cache.CacheStats - cn.sliew.milky.common.cache.local中的类
-
- CacheBuilder<K,V> - cn.sliew.milky.common.cache.local中的类
-
- CacheLoader<K,V> - cn.sliew.milky.common.cache.local中的接口
-
- CacheStats(long, long, long) - 类 的构造器cn.sliew.milky.common.cache.local.Cache.CacheStats
-
- calculateShift(int, int) - 类 中的静态方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
Calculate a shift value that can be used to create a power-of-two value between
the specified maximum and minimum values.
- camelToSplitName(String, String) - 类 中的静态方法cn.sliew.milky.common.util.StringUtils
-
- cancel() - 接口 中的方法cn.sliew.milky.common.timewheel.Timeout
-
Attempts to cancel the
TimerTask associated with this handle.
- capitalize(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
- checkArgument(boolean) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
- checkArgument(boolean, Supplier<Object>) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
- CheckedConsumer<T,E extends Exception> - cn.sliew.milky.common.function中的接口
-
A
Consumer-like interface which allows throwing checked exceptions.
- checkNotNull(T) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
- checkNotNull(T, Supplier<Object>) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
- checkState(boolean) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
- checkState(boolean, Supplier<Object>) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
- ClassUtil - cn.sliew.milky.common.util中的类
-
- cleanTruncate(String, int) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Truncates string to a length less than length.
- clear() - 类 中的方法cn.sliew.milky.common.cache.lru.LRUCache
-
- clear() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- clear() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Segment
-
Clear all items from this segment.
- clearAttachments() - 类 中的方法cn.sliew.milky.common.context.ExecuteContext
-
- clone() - 类 中的方法cn.sliew.milky.common.parse.Token
-
- close() - 类 中的方法cn.sliew.milky.common.concurrent.ReleasableLock
-
- close() - 类 中的方法cn.sliew.milky.common.io.stream.InputStreamStreamInput
-
- close() - 类 中的方法cn.sliew.milky.common.io.stream.OutputStreamStreamOutput
-
- close() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
Closes the stream to further operations.
- close() - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
-
Closes this stream to further operations.
- close() - 类 中的方法cn.sliew.milky.common.recycler.NoneRecycler.NoneValue
-
- close() - 接口 中的方法cn.sliew.milky.common.recycler.Value
-
- close(T) - 接口 中的方法cn.sliew.milky.common.reference.ResourceLeakTracker
-
- close() - 接口 中的方法cn.sliew.milky.common.release.Releasable
-
- cn.sliew.milky.common.cache.lfu - 程序包 cn.sliew.milky.common.cache.lfu
-
- cn.sliew.milky.common.cache.local - 程序包 cn.sliew.milky.common.cache.local
-
- cn.sliew.milky.common.cache.lru - 程序包 cn.sliew.milky.common.cache.lru
-
- cn.sliew.milky.common.chain - 程序包 cn.sliew.milky.common.chain
-
- cn.sliew.milky.common.check - 程序包 cn.sliew.milky.common.check
-
- cn.sliew.milky.common.collect - 程序包 cn.sliew.milky.common.collect
-
- cn.sliew.milky.common.concurrent - 程序包 cn.sliew.milky.common.concurrent
-
- cn.sliew.milky.common.constant - 程序包 cn.sliew.milky.common.constant
-
- cn.sliew.milky.common.context - 程序包 cn.sliew.milky.common.context
-
- cn.sliew.milky.common.diff - 程序包 cn.sliew.milky.common.diff
-
- cn.sliew.milky.common.environment - 程序包 cn.sliew.milky.common.environment
-
- cn.sliew.milky.common.exception - 程序包 cn.sliew.milky.common.exception
-
- cn.sliew.milky.common.explain - 程序包 cn.sliew.milky.common.explain
-
- cn.sliew.milky.common.filter - 程序包 cn.sliew.milky.common.filter
-
- cn.sliew.milky.common.function - 程序包 cn.sliew.milky.common.function
-
- cn.sliew.milky.common.interceptor - 程序包 cn.sliew.milky.common.interceptor
-
- cn.sliew.milky.common.io.stream - 程序包 cn.sliew.milky.common.io.stream
-
- cn.sliew.milky.common.lifecycle - 程序包 cn.sliew.milky.common.lifecycle
-
- cn.sliew.milky.common.model.dto - 程序包 cn.sliew.milky.common.model.dto
-
- cn.sliew.milky.common.model.param - 程序包 cn.sliew.milky.common.model.param
-
- cn.sliew.milky.common.parse - 程序包 cn.sliew.milky.common.parse
-
- cn.sliew.milky.common.parse.placeholder - 程序包 cn.sliew.milky.common.parse.placeholder
-
- cn.sliew.milky.common.path - 程序包 cn.sliew.milky.common.path
-
- cn.sliew.milky.common.primitives - 程序包 cn.sliew.milky.common.primitives
-
- cn.sliew.milky.common.recycler - 程序包 cn.sliew.milky.common.recycler
-
- cn.sliew.milky.common.reference - 程序包 cn.sliew.milky.common.reference
-
- cn.sliew.milky.common.regex - 程序包 cn.sliew.milky.common.regex
-
- cn.sliew.milky.common.registry - 程序包 cn.sliew.milky.common.registry
-
- cn.sliew.milky.common.release - 程序包 cn.sliew.milky.common.release
-
- cn.sliew.milky.common.settings - 程序包 cn.sliew.milky.common.settings
-
- cn.sliew.milky.common.state - 程序包 cn.sliew.milky.common.state
-
- cn.sliew.milky.common.stopwatch - 程序包 cn.sliew.milky.common.stopwatch
-
- cn.sliew.milky.common.timewheel - 程序包 cn.sliew.milky.common.timewheel
-
- cn.sliew.milky.common.unit - 程序包 cn.sliew.milky.common.unit
-
- cn.sliew.milky.common.util - 程序包 cn.sliew.milky.common.util
-
- cn.sliew.milky.common.version - 程序包 cn.sliew.milky.common.version
-
- cn.sliew.milky.common.watchdog - 程序包 cn.sliew.milky.common.watchdog
-
- coalesceToEmpty(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
- code - 异常错误 中的变量cn.sliew.milky.common.exception.BizException
-
- collectionToCommaDelimitedString(Iterable<?>) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Convenience method to return a Collection as a CSV String.
- collectionToDelimitedString(Iterable<?>, String, String, String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Convenience method to return a Collection as a delimited (e.g.
- collectionToDelimitedString(Iterable<?>, String, String, String, StringBuilder) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
- collectionToDelimitedString(Iterable<?>, String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Convenience method to return a Collection as a delimited (e.g.
- commaDelimitedListToSet(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Convenience method to convert a CSV string list to a set.
- commaDelimitedListToStringArray(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Convert a CSV list into an array of Strings.
- Command<K,V> - cn.sliew.milky.common.chain中的接口
-
没有添加netty的@Shareable特性,如果Command被添加如多个pipeline,需要
Command
处理并发等问题
- command() - 接口 中的方法cn.sliew.milky.common.chain.PipelineProcess
-
- compareAndSet(T, T) - 接口 中的方法cn.sliew.milky.common.constant.Attribute
-
Atomically sets the value to the given updated value if the current value == the expected value.
- compareTo(T) - 类 中的方法cn.sliew.milky.common.constant.AbstractConstant
-
- compareTo(ByteValue) - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- compareTo(SizeValue) - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- compareTo(TimeValue) - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- CompleteDiff<T extends Diffable<T>> - cn.sliew.milky.common.diff中的类
-
- COMPRESSED_REFS_ENABLED - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
-
True, iff compressed references (oops) are enabled by this JVM
- computeIfAbsent(K, CacheLoader<K, V>) - 类 中的方法cn.sliew.milky.common.cache.local.Cache
-
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its
value using the given mapping function and enters it into this map unless null.
- computeIfAbsent(String, Supplier<E>) - 类 中的方法cn.sliew.milky.common.registry.AbstractRegistry
-
- computeIfAbsent(String, Function<? super String, ? extends E>) - 类 中的方法cn.sliew.milky.common.registry.InMemoryRegistryStore
-
- computeIfAbsent(String, Function<? super String, ? extends E>) - 接口 中的方法cn.sliew.milky.common.registry.RegistryStore
-
- ConcurrentDequeRecycler<T> - cn.sliew.milky.common.recycler中的类
-
- ConcurrentDequeRecycler(Source<T>, int) - 类 的构造器cn.sliew.milky.common.recycler.ConcurrentDequeRecycler
-
- ConcurrentReferenceHashMap<K,V> - cn.sliew.milky.common.collect中的类
-
- ConcurrentReferenceHashMap() - 类 的构造器cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int) - 类 的构造器cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, float) - 类 的构造器cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, int) - 类 的构造器cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, float, int) - 类 的构造器cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
Create a new ConcurrentReferenceHashMap instance.
- ConcurrentReferenceHashMap.Entry<K,V> - cn.sliew.milky.common.collect中的类
-
A single map entry.
- ConcurrentReferenceHashMap.Reference<K,V> - cn.sliew.milky.common.collect中的接口
-
- ConcurrentReferenceHashMap.ReferenceManager - cn.sliew.milky.common.collect中的类
-
- ConcurrentReferenceHashMap.ReferenceType - cn.sliew.milky.common.collect中的枚举
-
Various reference types supported by this map.
- ConcurrentReferenceHashMap.Restructure - cn.sliew.milky.common.collect中的枚举
-
The types of restructuring that can be performed.
- ConcurrentReferenceHashMap.Segment - cn.sliew.milky.common.collect中的类
-
A single segment used to divide the map to allow better concurrent performance.
- condition(boolean) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
Assert that the supplied predicate is true.
- condition(boolean, Supplier<Object>) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
Assert that the supplied predicate is true.
- configurations - 类 中的变量cn.sliew.milky.common.registry.AbstractRegistry
-
- Constant<T extends Constant<T>> - cn.sliew.milky.common.constant中的接口
-
单例,支持==操作符的安全比较。
- ConstantPool<T extends Constant<T>> - cn.sliew.milky.common.constant中的类
-
- ConstantPool() - 类 的构造器cn.sliew.milky.common.constant.ConstantPool
-
- Constants - cn.sliew.milky.common.util中的类
-
Some useful constants.
- containsKey(Object) - 类 中的方法cn.sliew.milky.common.cache.lru.LRUCache
-
- containsKey(Object) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- containsProperty(String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
- containsProperty(String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertySource
-
- containsProperty(String) - 接口 中的方法cn.sliew.milky.common.environment.Environment
-
Return whether this PropertySource contains the given name.
- containsProperty(String) - 类 中的方法cn.sliew.milky.common.environment.MapPropertySource
-
- containsProperty(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
Whether the given property key is available.
- containsProperty(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertySource
-
- containsProperty(String) - 类 中的方法cn.sliew.milky.common.environment.PropertySourcesPropertyResolver
-
- containsPropertySource(String) - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
- containsPropertySource(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertySourceIterable
-
Whether a property source with the given name is contained.
- Context<K,V> - cn.sliew.milky.common.chain中的接口
-
- context(Command) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- context(String) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- context(Class) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- context(Command<K, V>) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Returns the context object of the specified
Command in this pipeline.
- context(String) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Returns the context object of the
Command with the
specified name in this pipeline.
- context(Class<? extends Command>) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Returns the context object of the
Command of the
specified type in this pipeline.
- ContextMap<K,V> - cn.sliew.milky.common.chain中的类
-
Convenience base class for
Context implementations.
- ContextMap() - 类 的构造器cn.sliew.milky.common.chain.ContextMap
-
Creates a new, empty Context with a default initial capacity, load factor, and concurrencyLevel.
- ContextMap(Logger) - 类 的构造器cn.sliew.milky.common.chain.ContextMap
-
Creates a new, empty Context with a default initial capacity, load factor, and concurrencyLevel.
- ContextMap(int) - 类 的构造器cn.sliew.milky.common.chain.ContextMap
-
Creates a new, empty Context with the specified initial capacity, and with default load factor and concurrencyLevel
- ContextMap(int, float, int) - 类 的构造器cn.sliew.milky.common.chain.ContextMap
-
Creates a new, empty Context with the specified initial capacity, load factor, and concurrency level.
- ContextMap(Map<? extends K, ? extends V>) - 类 的构造器cn.sliew.milky.common.chain.ContextMap
-
Creates a new Context with the same mappings as the given map.
- convertMapsToArrays(Map<String, Object>) - 类 中的静态方法cn.sliew.milky.common.settings.FlatSettingsHelper
-
- copy(String, Settings) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
- copy(String, String, Settings) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
copy.
- count() - 类 中的方法cn.sliew.milky.common.cache.local.Cache
-
The number of entries in the cache.
- create() - 类 中的静态方法cn.sliew.milky.common.exception.ThrowableCollector
-
Factory method for ThrowableCollector instances creation.
- createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.ReferenceManager
-
- createReferenceManager() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- createStarted() - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.StopWatchs
-
- createStarted(Ticker) - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.StopWatchs
-
Creates (and starts) a new stopwatch, using the specified time source.
- createUnstarted() - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.StopWatchs
-
Creates (but does not start) a new stopwatch using
System.nanoTime() as its time source.
- createUnstarted(Ticker) - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.StopWatchs
-
Creates (but does not start) a new stopwatch, using the specified time source.
- get(K) - 类 中的方法cn.sliew.milky.common.cache.lfu.LFUCache
-
- get(K) - 类 中的方法cn.sliew.milky.common.cache.local.Cache
-
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
- get(Object) - 类 中的方法cn.sliew.milky.common.cache.lru.LRUCache
-
- get(String) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- get(Class) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- get(String) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Returns the
Command with the specified name in this pipeline.
- get(Class<T>) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Returns the
Command of the specified type in this pipeline.
- get(Object) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- get() - 接口 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Reference
-
Return the referenced entry, or null if the entry is no longer available.
- get() - 类 中的方法cn.sliew.milky.common.collect.SetOnce
-
- get() - 接口 中的方法cn.sliew.milky.common.constant.Attribute
-
Returns the current value, which may be null
- get(String, int, int) - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- get(Settings) - 类 中的方法cn.sliew.milky.common.settings.Setting
-
Returns the settings value.
- get(String) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns the setting value associated with the setting key.
- get(String, String) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns the setting value associated with the setting key.
- get(String) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Returns a setting value based on the setting key.
- getAllPreviousSegments() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- getAllPreviousSegmentsWith(String) - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- getAllPropertyNames() - 类 中的方法cn.sliew.milky.common.environment.MapPropertySource
-
- getAllPropertyNames() - 接口 中的方法cn.sliew.milky.common.environment.PropertySource
-
- getAndSet(T) - 接口 中的方法cn.sliew.milky.common.constant.Attribute
-
Atomically sets to the given value and returns the old value
which may be null if non was set before.
- getAny() - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- getAsBoolean(String, Boolean) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns the setting value (as boolean) associated with the setting key.
- getAsDouble(String, Double) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns the setting value (as double) associated with the setting key.
- getAsFloat(String, Float) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns the setting value (as float) associated with the setting key.
- getAsGroups() - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns group settings for the given setting prefix.
- getAsInt(String, Integer) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns the setting value (as int) associated with the setting key.
- getAsList(String) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
The values associated with a setting key as an immutable list.
- getAsList(String, List<String>) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
The values associated with a setting key as an immutable list.
- getAsList(String, List<String>, Boolean) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
The values associated with a setting key as an immutable list.
- getAsLong(String, Long) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns the setting value (as long) associated with the setting key.
- getAsSettings(String) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns the settings mapped to the given setting name.
- getAttachment(String) - 类 中的方法cn.sliew.milky.common.context.ExecuteContext
-
get attachment.
- getAttachments() - 类 中的方法cn.sliew.milky.common.context.ExecuteContext
-
get attachments.
- getByPrefix(String) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
A settings that are filtered (and key is removed) with the specified prefix.
- getBytes() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- getCapacity() - 类 中的方法cn.sliew.milky.common.cache.lfu.LFUCache
-
- getClassLoader() - 类 中的静态方法cn.sliew.milky.common.util.ClassUtil
-
Return the default ClassLoader to use: typically the thread context
ClassLoader, if available; the ClassLoader that loaded the ClassUtils
class will be used as fallback.
- getClassLoader(Class<?>) - 类 中的静态方法cn.sliew.milky.common.util.ClassUtil
-
get class loader
- getCode() - 异常错误 中的方法cn.sliew.milky.common.exception.BizException
-
- getCode() - 枚举 中的方法cn.sliew.milky.common.exception.BizExceptionEnum
-
- getConfiguration(String) - 类 中的方法cn.sliew.milky.common.registry.AbstractRegistry
-
- getConfiguration(String) - 接口 中的方法cn.sliew.milky.common.registry.Registry
-
Get a configuration by name
- getContext() - 异常错误 中的方法cn.sliew.milky.common.chain.PipelineException
-
- getContext() - 类 中的静态方法cn.sliew.milky.common.context.ExecuteContext
-
- getCount() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Segment
-
Return the total number of references in this segment.
- getDays() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getDaysFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getDefault(Settings) - 类 中的方法cn.sliew.milky.common.settings.Setting
-
Returns the default value for this setting.
- getDefaultConfig() - 类 中的方法cn.sliew.milky.common.registry.AbstractRegistry
-
- getDefaultConfig() - 接口 中的方法cn.sliew.milky.common.registry.Registry
-
Get the default configuration
- getDefaultRaw(Settings) - 类 中的方法cn.sliew.milky.common.settings.Setting
-
Returns the default value string representation for this setting.
- getDeletes() - 类 中的方法cn.sliew.milky.common.diff.MapDiff
-
The keys that, when this diff is applied to a map, should be removed from the map.
- getDiffs() - 类 中的方法cn.sliew.milky.common.diff.MapDiff
-
Map entries that, when this diff is applied to a map, should be
incrementally updated.
- getEvictions() - 类 中的方法cn.sliew.milky.common.cache.local.Cache.CacheStats
-
- getFailedCommand() - 异常错误 中的方法cn.sliew.milky.common.chain.PipelineException
-
- getFrom() - 类 中的方法cn.sliew.milky.common.model.param.AbstractPageParam
-
- getGb() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- getGbFrac() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- getGiga() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- getGigaFrac() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- getGroups(String) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns group settings for the given setting prefix.
- getGroups(String, boolean) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns group settings for the given setting prefix.
- getHash(Object) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
Get the hash for a given object, apply an additional hash function to reduce
collisions.
- getHash() - 接口 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Reference
-
Return the hash for the reference.
- getHits() - 类 中的方法cn.sliew.milky.common.cache.local.Cache.CacheStats
-
- getHours() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getHoursFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getKb() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- getKbFrac() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- getKey() - 类 中的方法cn.sliew.milky.common.cache.local.RemovalNotification
-
- getKey() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Entry
-
- getKey() - 类 中的方法cn.sliew.milky.common.settings.Setting
-
Returns the settings key or a prefix if this setting is a group setting.
- getKilo() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- getKiloFrac() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- getLastSegment() - 类 中的方法cn.sliew.milky.common.parse.Token
-
- getLoadFactor() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- getMaxCapacity() - 类 中的方法cn.sliew.milky.common.cache.lru.LRUCache
-
- getMb() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- getMbFrac() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- getMega() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- getMegaFrac() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- getMessage() - 枚举 中的方法cn.sliew.milky.common.exception.BizExceptionEnum
-
- getMicros() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getMicrosFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getMillis() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getMillisFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getMinutes() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getMinutesFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getMisses() - 类 中的方法cn.sliew.milky.common.cache.local.Cache.CacheStats
-
- getName() - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertySource
-
- getName() - 接口 中的方法cn.sliew.milky.common.environment.PropertySource
-
- getName() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- getNanos() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getNext() - 接口 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Reference
-
Return the next reference in the chain, or null if none.
- getNextEnd() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- getNextSegment() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- getOrComputeRootValue(Supplier<V>) - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- getOrCreateAny() - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- getOrDefault(Object, V) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- getPage() - 类 中的方法cn.sliew.milky.common.model.param.AbstractPageParam
-
- getPb() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- getPbFrac() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- getPeta() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- getPetaFrac() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- getPosition() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
Get the cursor position.
- getPreviousSegment() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- getPreviousStart() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- getProperty(String, String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
- getProperty(String, Function<R, T>, T) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
- getProperty(String) - 接口 中的方法cn.sliew.milky.common.environment.Environment
-
Return the value associated with the given name, or null if not found.
- getProperty(String) - 类 中的方法cn.sliew.milky.common.environment.MapPropertySource
-
- getProperty(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
Find the property value associated with the given key.
- getProperty(String, String) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
Find the property value associated with the given key.
- getProperty(String, Function<R, T>) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
Find the property value associated with the given key.
- getProperty(String, Function<R, T>, T) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
Find the property value associated with the given key.
- getProperty(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertySource
-
- getProperty(String) - 类 中的方法cn.sliew.milky.common.environment.PropertySourcesPropertyResolver
-
- getProperty(String, Function<R, T>) - 类 中的方法cn.sliew.milky.common.environment.PropertySourcesPropertyResolver
-
- getProperty(String, Function<R, T>, boolean) - 类 中的方法cn.sliew.milky.common.environment.PropertySourcesPropertyResolver
-
- getPropertyAsRawString(String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
Retrieve the specified property as a raw String,
i.e. without resolution of nested placeholders.
- getPropertyAsRawString(String) - 类 中的方法cn.sliew.milky.common.environment.PropertySourcesPropertyResolver
-
- getPropertySource(String) - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
- getPropertySource(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertySourceIterable
-
Find the property source with the given name, Optional.empty() if not found.
- getRaw(Settings) - 类 中的方法cn.sliew.milky.common.settings.Setting
-
- getRawKey() - 类 中的方法cn.sliew.milky.common.settings.Setting
-
Returns the original representation of a setting key.
- getReference(Object, ConcurrentReferenceHashMap.Restructure) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Segment
-
- getRemovalReason() - 类 中的方法cn.sliew.milky.common.cache.local.RemovalNotification
-
- getRequiredProperty(String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
- getRequiredProperty(String, Function<R, T>) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
- getRequiredProperty(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
Find the property value associated with the given key (never null).
- getRequiredProperty(String, Function<R, T>) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
Find the property value associated with the given key (never null).
- getRootValue() - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- getRootValueOrDefault(V) - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- getSeconds() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getSecondsFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getSegment(int) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- getSegments() - 类 中的方法cn.sliew.milky.common.parse.Token
-
Get the immutable list of
segments that make up this
Token.
- getSegmentsSize() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- getSetting() - 接口 中的方法cn.sliew.milky.common.settings.SettingUpdater
-
- getSingles() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- getSize() - 类 中的方法cn.sliew.milky.common.cache.lfu.LFUCache
-
Returns cache current size.
- getSize() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Segment
-
Return the size of the current references array.
- getSize() - 类 中的方法cn.sliew.milky.common.model.param.AbstractPageParam
-
- getSource() - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertySource
-
- getSource() - 接口 中的方法cn.sliew.milky.common.environment.PropertySource
-
- getState() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
-
- getState() - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
-
Gets the life-cycle state.
- getStringRep() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- getSuffix() - 枚举 中的方法cn.sliew.milky.common.unit.ByteUnit
-
- getTb() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- getTbFrac() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- getTera() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- getTeraFrac() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- getThrowable() - 类 中的方法cn.sliew.milky.common.exception.ThrowableCollector
-
Get the first
Throwable collected by this
ThrowableCollector.
- getThrowable() - 类 中的方法cn.sliew.milky.common.lifecycle.LifeCycle.LifeCycleResult
-
- getType() - 类 中的方法cn.sliew.milky.common.parse.TokenFormat.Segment
-
Get the type of this segment.
- getUpserts() - 类 中的方法cn.sliew.milky.common.diff.MapDiff
-
Map entries that, when this diff is applied to a map, should be
added to the map or fully replace the previous value.
- getValue() - 类 中的方法cn.sliew.milky.common.cache.local.RemovalNotification
-
- getValue() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Entry
-
- getValue() - 类 中的方法cn.sliew.milky.common.parse.TokenFormat.Segment
-
Get the value of this segment.
- getValue(Settings, Settings) - 接口 中的方法cn.sliew.milky.common.settings.SettingUpdater
-
Returns the instance value for the current settings.
- giga() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- gigaFrac() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- goToEnd() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- goToStart() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- GroupKey - cn.sliew.milky.common.settings中的类
-
- GroupKey(String) - 类 的构造器cn.sliew.milky.common.settings.GroupKey
-
- GroupSetting - cn.sliew.milky.common.settings中的类
-
- GroupSetting(Key, Function<Settings, String>, Setting<Settings>, Function<String, Settings>, Validator<Settings>) - 类 的构造器cn.sliew.milky.common.settings.GroupSetting
-
- handleEvent(StateEvent) - 接口 中的方法cn.sliew.milky.common.state.StateMachine
-
Handle an event in the current state.
- hasAttr(AttributeKey<T>) - 接口 中的方法cn.sliew.milky.common.constant.AttributeMap
-
- hasAttr(AttributeKey<T>) - 类 中的方法cn.sliew.milky.common.constant.DefaultAttributeMap
-
- hasChanged(Settings, Settings) - 接口 中的方法cn.sliew.milky.common.settings.SettingUpdater
-
Returns true if this updaters setting has changed with the current update.
- hashCode() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Entry
-
- hashCode() - 类 中的方法cn.sliew.milky.common.collect.Tuple
-
- hashCode() - 类 中的方法cn.sliew.milky.common.constant.AbstractConstant
-
- hashCode() - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertySource
-
- hashCode() - 类 中的方法cn.sliew.milky.common.explain.Explanation
-
- hashCode() - 类 中的方法cn.sliew.milky.common.parse.Token
-
- hashCode() - 类 中的方法cn.sliew.milky.common.parse.TokenFormat.Segment
-
- hashCode() - 类 中的方法cn.sliew.milky.common.settings.Settings
-
- hashCode() - 类 中的方法cn.sliew.milky.common.settings.SimpleKey
-
- hashCode() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- hashCode() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- hashCode() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- HashedWheelTimer - cn.sliew.milky.common.timewheel中的类
-
A
Timer optimized for approximated I/O timeout scheduling.
- HashedWheelTimer() - 类 的构造器cn.sliew.milky.common.timewheel.HashedWheelTimer
-
- HashedWheelTimer(long, TimeUnit) - 类 的构造器cn.sliew.milky.common.timewheel.HashedWheelTimer
-
- HashedWheelTimer(long, TimeUnit, int) - 类 的构造器cn.sliew.milky.common.timewheel.HashedWheelTimer
-
- HashedWheelTimer(ThreadFactory) - 类 的构造器cn.sliew.milky.common.timewheel.HashedWheelTimer
-
Creates a new timer with the default tick duration and default number of
ticks per wheel.
- HashedWheelTimer(ThreadFactory, long, TimeUnit) - 类 的构造器cn.sliew.milky.common.timewheel.HashedWheelTimer
-
Creates a new timer with the default number of ticks per wheel.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - 类 的构造器cn.sliew.milky.common.timewheel.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, long) - 类 的构造器cn.sliew.milky.common.timewheel.HashedWheelTimer
-
Creates a new timer.
- HASHTABLE_RAM_BYTES_PER_ENTRY - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
-
Approximate memory usage that we assign to a Hashtable / HashMap entry.
- hasLength(CharSequence) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Check that the given CharSequence is neither null nor of length 0.
- hasLength(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Check that the given String is neither null nor of length 0.
- hasNext() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- hasPrefix(Token) - 类 中的方法cn.sliew.milky.common.parse.Token
-
Determine if the supplied Token is a prefix for this
Token.
- hasPrevious() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- hasRootValue() - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- hasRootValue(String) - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- hasRootValue(NameIterator) - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- hasText(CharSequence) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Check whether the given CharSequence has actual text.
- hasText(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Check whether the given String has actual text.
- hasValue(String) - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns true iff the given key has a value in this settings object.
- hours() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- hoursFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- humanReadableUnits(long) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns size in human-readable units (GB, MB, KB or bytes).
- humanReadableUnits(long, DecimalFormat) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns size in human-readable units (GB, MB, KB or bytes).
- name() - 类 中的方法cn.sliew.milky.common.chain.AbstractPipelineProcess
-
- NAME - 类 中的静态变量cn.sliew.milky.common.chain.LogCommand
-
- name() - 接口 中的方法cn.sliew.milky.common.chain.PipelineProcess
-
- name() - 类 中的方法cn.sliew.milky.common.constant.AbstractConstant
-
- name() - 接口 中的方法cn.sliew.milky.common.constant.Constant
-
- name - 类 中的变量cn.sliew.milky.common.environment.AbstractPropertySource
-
- name() - 类 中的方法cn.sliew.milky.common.explain.Explanation
-
A name of this explanation node.
- NameIterator - cn.sliew.milky.common.path中的类
-
An iterator for property name strings.
- NameIterator(String) - 类 的构造器cn.sliew.milky.common.path.NameIterator
-
- NameIterator(String, boolean) - 类 的构造器cn.sliew.milky.common.path.NameIterator
-
- NameIterator(String, int) - 类 的构造器cn.sliew.milky.common.path.NameIterator
-
- names() - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- names() - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Returns the
List of the command names.
- names() - 类 中的方法cn.sliew.milky.common.settings.Settings
-
- nanos() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- newConstant(int, String) - 类 中的方法cn.sliew.milky.common.constant.ConstantPool
-
- newInstance(String) - 类 中的静态方法cn.sliew.milky.common.constant.AttributeKey
-
- newInstance(String) - 类 中的方法cn.sliew.milky.common.constant.ConstantPool
-
- newInstance() - 类 中的方法cn.sliew.milky.common.recycler.AbstractSource
-
- newInstance() - 接口 中的方法cn.sliew.milky.common.recycler.Source
-
Create a new empty instance of the given size.
- newInstance(long, long, LongSupplier, BiFunction<Long, Runnable, ScheduledFuture<?>>) - 枚举 中的方法cn.sliew.milky.common.watchdog.ThreadWatchdogs
-
Returns an implementation that checks for each fixed interval if there are threads that have invoked
ThreadWatchdog.register()
and not
ThreadWatchdog.unregister() and have been in this state for longer than the specified max execution interval and
then interrupts these threads.
- newTimeout(TimerTask, long, TimeUnit) - 类 中的方法cn.sliew.milky.common.timewheel.HashedWheelTimer
-
- newTimeout(TimerTask, long, TimeUnit) - 接口 中的方法cn.sliew.milky.common.timewheel.Timer
-
Schedules the specified
TimerTask for one-time execution after
the specified delay.
- newUpdater(Consumer<T>, Consumer<T>, Logger) - 类 中的方法cn.sliew.milky.common.settings.Setting
-
- next() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- nextId() - 类 中的方法cn.sliew.milky.common.constant.ConstantPool
-
已过时。
- nextSegmentEquals(String) - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- nextSegmentEquals(String, int, int) - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- NoneRecycler<T> - cn.sliew.milky.common.recycler中的类
-
- NoneRecycler(Source<T>) - 类 的构造器cn.sliew.milky.common.recycler.NoneRecycler
-
- NoneRecycler.NoneValue<T> - cn.sliew.milky.common.recycler中的类
-
- Noop - cn.sliew.milky.common.watchdog中的类
-
- Noop() - 类 的构造器cn.sliew.milky.common.watchdog.Noop
-
- noop() - 枚举 中的方法cn.sliew.milky.common.watchdog.ThreadWatchdogs
-
- notBlank(String) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
Assert that the supplied
String is not blank.
- notBlank(String, Supplier<Object>) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
Assert that the supplied
String is not blank.
- notEmpty(T[]) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
Assert that the supplied array is neither null nor empty.
- notEmpty(T[], Supplier<Object>) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
Assert that the supplied array is neither null nor empty.
- notEmpty(T) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
Assert that the supplied
Collection is neither
null nor empty.
- notEmpty(T, Supplier<Object>) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
Assert that the supplied
Collection is neither
null nor empty.
- now() - 类 中的方法cn.sliew.milky.common.cache.local.Cache
-
The relative time used to track time-based evictions.
- NSEC_PER_MSEC - 类 中的静态变量cn.sliew.milky.common.unit.TimeValue
-
How many nano-seconds in one milli-second
- nsecToMSec(long) - 类 中的静态方法cn.sliew.milky.common.unit.TimeValue
-
- nullSafeEquals(Object, Object) - 类 中的静态方法cn.sliew.milky.common.util.ObjectUtil
-
Determine if the given objects are equal, returning true if
both are null or false if only one is null.
- nullSafeHashCode(Object) - 类 中的静态方法cn.sliew.milky.common.util.ObjectUtil
-
Return as hash code for the given object; typically the value of
Object#hashCode()}.
- nullSafeHashCode(Object[]) - 类 中的静态方法cn.sliew.milky.common.util.ObjectUtil
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(boolean[]) - 类 中的静态方法cn.sliew.milky.common.util.ObjectUtil
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(byte[]) - 类 中的静态方法cn.sliew.milky.common.util.ObjectUtil
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(char[]) - 类 中的静态方法cn.sliew.milky.common.util.ObjectUtil
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(double[]) - 类 中的静态方法cn.sliew.milky.common.util.ObjectUtil
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(float[]) - 类 中的静态方法cn.sliew.milky.common.util.ObjectUtil
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(int[]) - 类 中的静态方法cn.sliew.milky.common.util.ObjectUtil
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(long[]) - 类 中的静态方法cn.sliew.milky.common.util.ObjectUtil
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(short[]) - 类 中的静态方法cn.sliew.milky.common.util.ObjectUtil
-
Return a hash code based on the contents of the specified array.
- nullSafeToString(Class<?>) - 类 中的静态方法cn.sliew.milky.common.util.ClassUtil
-
Get the fully qualified name of the supplied class.
- nullSafeToString(Class<?>...) - 类 中的静态方法cn.sliew.milky.common.util.ClassUtil
-
Generate a comma-separated list of fully qualified class names for the
supplied classes.
- nullSafeToString(Function<? super Class<?>, ? extends String>, Class<?>...) - 类 中的静态方法cn.sliew.milky.common.util.ClassUtil
-
Generate a comma-separated list of mapped values for the supplied classes.
- nullSafeToString(Object) - 类 中的静态方法cn.sliew.milky.common.util.StringUtils
-
Convert the supplied Object to a String using the
following algorithm.
- NUM_BYTES_ARRAY_HEADER - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
-
Number of bytes to represent an array header (no content, but with alignments).
- NUM_BYTES_OBJECT_ALIGNMENT - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
-
A constant specifying the object alignment boundary inside the JVM.
- NUM_BYTES_OBJECT_HEADER - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
-
Number of bytes to represent an object header (no fields, no alignments).
- NUM_BYTES_OBJECT_REF - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
-
Number of bytes this JVM uses to represent an object reference.
- NUMBER_OF_SEGMENTS - 类 中的静态变量cn.sliew.milky.common.cache.local.Cache
-
- padStart(String, int, char) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
- parse(String) - 类 中的静态方法cn.sliew.milky.common.parse.Token
-
Parse a Token from the supplied string representation using the default format.
- parseBoolean(char[], int, int, boolean) - 类 中的静态方法cn.sliew.milky.common.primitives.Booleans
-
Parses a char[] representation of a boolean value to boolean.
- parseBoolean(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Booleans
-
Parses a string representation of a boolean value to boolean.
- parseBoolean(String, boolean) - 类 中的静态方法cn.sliew.milky.common.primitives.Booleans
-
- parseBoolean(String, Boolean) - 类 中的静态方法cn.sliew.milky.common.primitives.Booleans
-
- parseByteValue(String) - 类 中的静态方法cn.sliew.milky.common.unit.ByteValue
-
- parseByteValue(String, ByteValue) - 类 中的静态方法cn.sliew.milky.common.unit.ByteValue
-
- parseDouble(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Doubles
-
- parseDouble(String, double) - 类 中的静态方法cn.sliew.milky.common.primitives.Doubles
-
- parseDouble(String, Double) - 类 中的静态方法cn.sliew.milky.common.primitives.Doubles
-
- parseFloat(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Floats
-
- parseFloat(String, float) - 类 中的静态方法cn.sliew.milky.common.primitives.Floats
-
- parseFloat(String, Float) - 类 中的静态方法cn.sliew.milky.common.primitives.Floats
-
- parseInteger(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Integers
-
- parseInteger(String, int) - 类 中的静态方法cn.sliew.milky.common.primitives.Integers
-
- parseInteger(String, Integer) - 类 中的静态方法cn.sliew.milky.common.primitives.Integers
-
- parseLong(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Longs
-
- parseLong(String, long) - 类 中的静态方法cn.sliew.milky.common.primitives.Longs
-
- parseLong(String, Long) - 类 中的静态方法cn.sliew.milky.common.primitives.Longs
-
- parseSizeValue(String) - 类 中的静态方法cn.sliew.milky.common.unit.SizeValue
-
- parseSizeValue(String, SizeValue) - 类 中的静态方法cn.sliew.milky.common.unit.SizeValue
-
- parseStringValue(String, PropertyPlaceholder.PlaceholderResolver, Set<String>) - 类 中的方法cn.sliew.milky.common.parse.placeholder.PropertyPlaceholder
-
- parseTimeValue(String) - 类 中的静态方法cn.sliew.milky.common.unit.TimeValue
-
- parseTimeValue(String, TimeValue) - 类 中的静态方法cn.sliew.milky.common.unit.TimeValue
-
- PathTrie<T> - cn.sliew.milky.common.path中的类
-
copyed from elasticsearch tag v6.8.2
- PathTrie(PathTrie.Decoder) - 类 的构造器cn.sliew.milky.common.path.PathTrie
-
- PathTrie.Decoder - cn.sliew.milky.common.path中的接口
-
- PathTrie.TrieNode - cn.sliew.milky.common.path中的类
-
- pendingTimeouts() - 类 中的方法cn.sliew.milky.common.timewheel.HashedWheelTimer
-
Returns the number of pending timeouts of this
Timer.
- peta() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- petaFrac() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- pipeline() - 类 中的方法cn.sliew.milky.common.chain.AbstractPipelineProcess
-
- Pipeline<K,V> - cn.sliew.milky.common.chain中的接口
-
- pipeline() - 接口 中的方法cn.sliew.milky.common.chain.PipelineProcess
-
- PipelineException - cn.sliew.milky.common.chain中的异常错误
-
Runtime Exception that wraps an underlying exception thrown during the
execution of a
Command or
Pipeline.
- PipelineException(String) - 异常错误 的构造器cn.sliew.milky.common.chain.PipelineException
-
Create an exception object with a message.
- PipelineException(String, Throwable) - 异常错误 的构造器cn.sliew.milky.common.chain.PipelineException
-
Create an exception object with a message and chain it to another exception.
- PipelineException(String, Throwable, Context<K, V>, Command<K, V>) - 异常错误 的构造器cn.sliew.milky.common.chain.PipelineException
-
Constructs a new ChainException with references to the
Context
and
Command associated with the exception being wrapped (cause).
- PipelineProcess<K,V> - cn.sliew.milky.common.chain中的接口
-
- pollForPurge() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.ReferenceManager
-
Return any reference that has been garbage collected and can be purged from the
underlying structure or null if no references need purging.
- precedenceOf(PropertySource<?>) - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
Return the precedence of the given property source, -1 if not found.
- previous() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- previousSegmentEquals(String) - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- previousSegmentEquals(String, int, int) - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- primitiveSizes - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
-
Sizes of primitive classes.
- proceed(Request, ActionListener<Response>) - 接口 中的方法cn.sliew.milky.common.filter.ActionFilterChain
-
Continue processing the request.
- proceed(Request, ActionListener<Response>) - 类 中的方法cn.sliew.milky.common.filter.DefaultFilterChain
-
- proceed(Request) - 类 中的方法cn.sliew.milky.common.interceptor.DefaultInterceptorContext
-
- proceed(Reuqest) - 接口 中的方法cn.sliew.milky.common.interceptor.InterceptorContext
-
Proceeds to the next interceptor in the chain.
- processEvent(T, StateEvent) - 接口 中的方法cn.sliew.milky.common.state.State
-
This method processed received event.
- processSetting(Map<String, Object>, String, String, Object) - 类 中的静态方法cn.sliew.milky.common.settings.FlatSettingsHelper
-
- profile() - 类 中的方法cn.sliew.milky.common.context.ExecuteContext
-
- profile() - 类 中的方法cn.sliew.milky.common.model.param.AbstractParam
-
- PropertiesPropertySource - cn.sliew.milky.common.environment中的类
-
- PropertiesPropertySource(String, Properties) - 类 的构造器cn.sliew.milky.common.environment.PropertiesPropertySource
-
- PropertiesPropertySource(String, Map<String, Object>) - 类 的构造器cn.sliew.milky.common.environment.PropertiesPropertySource
-
- Property - cn.sliew.milky.common.settings中的枚举
-
- PropertyFilter - cn.sliew.milky.common.environment中的接口
-
- PropertyPlaceholder - cn.sliew.milky.common.parse.placeholder中的类
-
Utility class for working with Strings that have placeholder values in them.
- PropertyPlaceholder(Logger, String, String) - 类 的构造器cn.sliew.milky.common.parse.placeholder.PropertyPlaceholder
-
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
- PropertyPlaceholder(Logger, String, String, String, boolean) - 类 的构造器cn.sliew.milky.common.parse.placeholder.PropertyPlaceholder
-
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
- PropertyPlaceholder.PlaceholderResolver - cn.sliew.milky.common.parse.placeholder中的接口
-
Strategy interface used to resolve replacement values for placeholders contained in Strings.
- PropertyResolver - cn.sliew.milky.common.environment中的接口
-
Interface for resolving properties against any underlying source.
- PropertySource<T> - cn.sliew.milky.common.environment中的接口
-
Interface representing a source of key/value property pairs with name.
- PropertySourceIterable - cn.sliew.milky.common.environment中的接口
-
- PropertySourcesPropertyResolver - cn.sliew.milky.common.environment中的类
-
- PropertySourcesPropertyResolver(PropertySourceIterable) - 类 的构造器cn.sliew.milky.common.environment.PropertySourcesPropertyResolver
-
- purgeUnreferencedEntries() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
Remove any entries that have been garbage collected and are no longer referenced.
- put(K, V) - 类 中的方法cn.sliew.milky.common.cache.lfu.LFUCache
-
- put(K, V) - 类 中的方法cn.sliew.milky.common.cache.local.Cache
-
Associates the specified value with the specified key in this map.
- put(K, V) - 类 中的方法cn.sliew.milky.common.cache.lru.LRUCache
-
- put(K, V) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- put(String, String) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Sets a setting with the provided setting key and value.
- put(String, float) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Sets the setting with the provided setting key and the float value.
- put(String, double) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Sets the setting with the provided setting key and the double value.
- put(String, int) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Sets the setting with the provided setting key and the int value.
- put(String, long) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Sets the setting with the provided setting key and the long value.
- put(String, boolean) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Sets the setting with the provided setting key and the boolean value.
- put(Settings) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Sets all the provided settings.
- putAll(KeyMap<V>) - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- putAll(Map<? extends String, ? extends KeyMap<V>>) - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- putAny(KeyMap<V>) - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- putAnyIfAbsent(KeyMap<V>) - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- putIfAbsent(K, V) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- putIfAbsent(String, E) - 类 中的方法cn.sliew.milky.common.registry.InMemoryRegistryStore
-
- putIfAbsent(String, E) - 接口 中的方法cn.sliew.milky.common.registry.RegistryStore
-
- putList(String, String...) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Sets the setting with the provided setting key and an array of values.
- putList(String, List<String>) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Sets the setting with the provided setting key and a list of values.
- putNull(String) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Sets a null value for the given setting key.
- putRootValue(V) - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- RamUsageEstimator - cn.sliew.milky.common.util中的类
-
Estimates the size (memory representation) of Java objects.
- read() - 类 中的方法cn.sliew.milky.common.io.stream.InputStreamStreamInput
-
- read(StreamInput) - 接口 中的方法cn.sliew.milky.common.io.stream.Readable.Reader
-
Read V-type value from a stream.
- read() - 枚举 中的方法cn.sliew.milky.common.stopwatch.DisabledTicker
-
- read() - 枚举 中的方法cn.sliew.milky.common.stopwatch.SystemTicker
-
- read() - 接口 中的方法cn.sliew.milky.common.stopwatch.Ticker
-
Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.
- Readable - cn.sliew.milky.common.io.stream中的接口
-
- Readable.Reader<V> - cn.sliew.milky.common.io.stream中的接口
-
Reference to a method that can read some object from a stream.
- readBoolean() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
Reads a boolean.
- readByte() - 类 中的方法cn.sliew.milky.common.io.stream.InputStreamStreamInput
-
- readByte() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
Reads and returns a single byte.
- readBytes(byte[], int, int) - 类 中的方法cn.sliew.milky.common.io.stream.InputStreamStreamInput
-
- readBytes(byte[], int, int) - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
Reads a specified number of bytes into an array at the specified offset.
- readDouble() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- readFloat() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- readFrom(StreamInput) - 接口 中的方法cn.sliew.milky.common.io.stream.Readable
-
- readGenericValue() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
Reads a value of unspecified type.
- readInt() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
Reads four bytes and returns an int.
- readLong() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
Reads eight bytes and returns a long.
- readOptionalBoolean() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- readOptionalDouble() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- readOptionalFloat() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- readOptionalInt() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- readOptionalLong() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- readOptionalVInt() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- readOptionalVLong() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- readShort() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- readStackTrace(Throwable) - 类 中的静态方法cn.sliew.milky.common.exception.ThrowableTraceFormater
-
Read the stacktrace of the supplied
Throwable into a String.
- readVInt() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
Reads an int stored in variable-length format.
- readVLong() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
Reads a long stored in variable-length format.
- readZLong() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
-
- reason() - 类 中的方法cn.sliew.milky.common.lifecycle.LifeCycle.LifeCycleSupportResult
-
- record() - 接口 中的方法cn.sliew.milky.common.reference.ResourceLeakTracker
-
Records the caller's current stack trace so that the ResourceLeakDetector can tell where the leaked
resource was accessed lastly.
- record(Object) - 接口 中的方法cn.sliew.milky.common.reference.ResourceLeakTracker
-
Records the caller's current stack trace and the specified additional arbitrary information
so that the ResourceLeakDetector can tell where the leaked resource was accessed lastly.
- recycle(T) - 类 中的方法cn.sliew.milky.common.recycler.AbstractSource
-
- recycle(T) - 接口 中的方法cn.sliew.milky.common.recycler.Source
-
Recycle the data.
- Recycler<T> - cn.sliew.milky.common.recycler中的接口
-
- refCnt() - 接口 中的方法cn.sliew.milky.common.reference.ReferenceCounted
-
Returns the reference count of this object.
- ReferenceCounted - cn.sliew.milky.common.reference中的接口
-
A reference-counted object that requires explicit deallocation.
- ReferenceManager() - 类 的构造器cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.ReferenceManager
-
- ReflectUtil - cn.sliew.milky.common.util中的类
-
- refresh() - 类 中的方法cn.sliew.milky.common.cache.local.Cache
-
Force any outstanding size-based and time-based evictions to occur
- Regex - cn.sliew.milky.common.regex中的类
-
- register() - 类 中的方法cn.sliew.milky.common.watchdog.DefaultThreadWatchdog
-
- register() - 类 中的方法cn.sliew.milky.common.watchdog.Noop
-
- register() - 接口 中的方法cn.sliew.milky.common.watchdog.ThreadWatchdog
-
Registers the current thread and interrupts the current thread
if the takes too long for this thread to invoke
ThreadWatchdog.unregister().
- Registry<E,C> - cn.sliew.milky.common.registry中的接口
-
registry to be used by registries for common functionality
- RegistryStore<E> - cn.sliew.milky.common.registry中的接口
-
- Releasable - cn.sliew.milky.common.release中的接口
-
- ReleasableLock - cn.sliew.milky.common.concurrent中的类
-
Releasable lock used inside of Engine implementations
- ReleasableLock(Lock) - 类 的构造器cn.sliew.milky.common.concurrent.ReleasableLock
-
- release() - 接口 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Reference
-
Release this entry and ensure that it will be returned from
ReferenceManager#pollForPurge().
- release() - 接口 中的方法cn.sliew.milky.common.reference.ReferenceCounted
-
Decreases the reference count by 1 and deallocates this object
if the reference count reaches at 0.
- release(int) - 接口 中的方法cn.sliew.milky.common.reference.ReferenceCounted
-
Decreases the reference count by the specified decrement and
deallocates this object if the reference
count reaches at 0.
- removalListener(RemovalListener<K, V>) - 类 中的方法cn.sliew.milky.common.cache.local.CacheBuilder
-
- RemovalListener<K,V> - cn.sliew.milky.common.cache.local中的接口
-
- RemovalNotification<K,V> - cn.sliew.milky.common.cache.local中的类
-
- RemovalNotification(K, V, RemovalNotification.RemovalReason) - 类 的构造器cn.sliew.milky.common.cache.local.RemovalNotification
-
- RemovalNotification.RemovalReason - cn.sliew.milky.common.cache.local中的枚举
-
- remove(K) - 类 中的方法cn.sliew.milky.common.cache.lfu.LFUCache
-
- remove(Object) - 类 中的方法cn.sliew.milky.common.cache.lru.LRUCache
-
- remove(Command) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- remove(String) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- remove(Class) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- remove(Command<K, V>) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Removes the specified
Command from this pipeline.
- remove(String) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Removes the
Command with the specified name from this pipeline.
- remove(Class) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Removes the
Command of the specified type from this pipeline.
- remove(Object) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- remove(Object, Object) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- remove(String) - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
Remove and return the property source with the given name, null if not found.
- remove(String) - 类 中的方法cn.sliew.milky.common.registry.AbstractRegistry
-
- remove(String) - 类 中的方法cn.sliew.milky.common.registry.InMemoryRegistryStore
-
- remove(String) - 接口 中的方法cn.sliew.milky.common.registry.Registry
-
Remove an entry from the Registry
- remove(String) - 接口 中的方法cn.sliew.milky.common.registry.RegistryStore
-
- remove(String) - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Removes the provided setting from the internal map holding the current list of settings.
- removeAttachment(String) - 类 中的方法cn.sliew.milky.common.context.ExecuteContext
-
remove attachment.
- removeContext() - 类 中的静态方法cn.sliew.milky.common.context.ExecuteContext
-
- removeEldestEntry(Map.Entry<K, V>) - 类 中的方法cn.sliew.milky.common.cache.lru.LRUCache
-
- removeFirst() - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- removeFirst() - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Removes the first
Command in this pipeline.
- removeIfPresent(PropertySource<?>) - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
Remove the given property source if it is present.
- removeLast() - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- removeLast() - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Removes the last
Command in this pipeline.
- removeLastSegment() - 类 中的方法cn.sliew.milky.common.parse.Token
-
- removeLifeCycleListener(LifeCycleListener) - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
-
- removeLifeCycleListener(LifeCycleListener) - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
-
- removeRootValue() - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- removeStateChangeListener(StateChangeListener) - 接口 中的方法cn.sliew.milky.common.state.StateMachine
-
Remove a state change listener
- replace(K, V, V) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- replace(K, V) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- replace(String, PropertySource<?>) - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
Replace the property source with the given name with the given property source object.
- replace(String, String, String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Replace all occurrences of a substring within a string with
another string.
- replace(String, E) - 类 中的方法cn.sliew.milky.common.registry.AbstractRegistry
-
- replace(String, E) - 类 中的方法cn.sliew.milky.common.registry.InMemoryRegistryStore
-
- replace(String, E) - 接口 中的方法cn.sliew.milky.common.registry.Registry
-
Replace an existing entry in the Registry by a new one.
- replace(String, E) - 接口 中的方法cn.sliew.milky.common.registry.RegistryStore
-
- replacePlaceholders(String, Properties) - 类 中的方法cn.sliew.milky.common.parse.placeholder.PropertyPlaceholder
-
Replaces all placeholders of format
${name} with the corresponding
property from the supplied
Properties.
- replacePlaceholders(String, PropertyPlaceholder.PlaceholderResolver) - 类 中的方法cn.sliew.milky.common.parse.placeholder.PropertyPlaceholder
-
- replacePropertyPlaceholders() - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
-
Runs across all the settings set on this builder and
replaces ${...} elements in each setting with
another setting already set on this builder.
- require(boolean) - 枚举 中的静态方法cn.sliew.milky.common.check.Requires
-
- require(boolean, Supplier<Object>) - 枚举 中的静态方法cn.sliew.milky.common.check.Requires
-
- Requires - cn.sliew.milky.common.check中的枚举
-
- reset() - 类 中的方法cn.sliew.milky.common.io.stream.OutputStreamStreamOutput
-
- reset() - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
-
- reset() - 类 中的方法cn.sliew.milky.common.stopwatch.Stopwatch
-
Sets the elapsed time for this stopwatch to zero, and places it in a stopped state.
- resolveNestedPlaceholders(String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
Resolve placeholders within the given string.
- resolvePlaceholder(String) - 接口 中的方法cn.sliew.milky.common.parse.placeholder.PropertyPlaceholder.PlaceholderResolver
-
Resolves the supplied placeholder name into the replacement value.
- resolvePlaceholders(String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
- resolvePlaceholders(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
- resolveRequiredPlaceholders(String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
- resolveRequiredPlaceholders(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
- ResourceLeakHint - cn.sliew.milky.common.reference中的接口
-
A hint object that provides human-readable message for easier resource leak tracking.
- ResourceLeakTracker<T> - cn.sliew.milky.common.reference中的接口
-
- Response<T> - cn.sliew.milky.common.model.dto中的类
-
- Response() - 类 的构造器cn.sliew.milky.common.model.dto.Response
-
- restructureIfNecessary(boolean) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Segment
-
Restructure the underlying data structure when it becomes necessary.
- retain() - 接口 中的方法cn.sliew.milky.common.reference.ReferenceCounted
-
Increases the reference count by 1.
- retain(int) - 接口 中的方法cn.sliew.milky.common.reference.ReferenceCounted
-
Increases the reference count by the specified increment.
- Rethrower - cn.sliew.milky.common.exception中的类
-
Rethrowing checked exceptions as unchecked ones.
- rethrowIfUnrecoverable(Throwable) - 类 中的静态方法cn.sliew.milky.common.exception.Rethrower
-
Rethrow the supplied
exception if it is
unrecoverable.
- retrieve(K) - 接口 中的方法cn.sliew.milky.common.chain.Context
-
That method enhances the
Map.get(Object) method that helps users
avoid the redundant code of type cast/checking when assignments are already known.
- retrieve(K) - 类 中的方法cn.sliew.milky.common.chain.ContextMap
-
That method enhances the
Map.get(Object) method that helps users
avoid the redundant code of type cast/checking when assignments are already known.
- retrieve(String) - 类 中的方法cn.sliew.milky.common.path.PathTrie
-
- retrieve(String, Map<String, String>) - 类 中的方法cn.sliew.milky.common.path.PathTrie
-
- retrieve(String, Map<String, String>, PathTrie.TrieMatchingMode) - 类 中的方法cn.sliew.milky.common.path.PathTrie
-
- retrieve(String[], int, Map<String, String>, PathTrie.TrieMatchingMode) - 类 中的方法cn.sliew.milky.common.path.PathTrie.TrieNode
-
- retrieveAll(String, Supplier<Map<String, String>>) - 类 中的方法cn.sliew.milky.common.path.PathTrie
-
Returns an iterator of the objects stored in the PathTrie, using
all possible TrieMatchingMode modes.
- retryable - 异常错误 中的变量cn.sliew.milky.common.exception.BizException
-
- root(String, String) - 类 中的静态方法cn.sliew.milky.common.parse.Token
-
Create a root Token from the supplied segmentType and
value using the default format.
- run(Timeout) - 接口 中的方法cn.sliew.milky.common.timewheel.TimerTask
-
- seconds() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- secondsFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- Segment(int, int) - 类 的构造器cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Segment
-
- SemVersion - cn.sliew.milky.common.version中的类
-
semantic versioning implementions.
- SemVersion(int, int, int) - 类 的构造器cn.sliew.milky.common.version.SemVersion
-
- semVersion() - 类 中的静态方法cn.sliew.milky.common.version.SemVersion
-
- semVersion(int, int, int) - 类 中的静态方法cn.sliew.milky.common.version.SemVersion
-
- semVersion(String) - 类 中的静态方法cn.sliew.milky.common.version.SemVersion
-
- set(T) - 类 中的方法cn.sliew.milky.common.collect.SetOnce
-
Sets the given object.
- set(T) - 接口 中的方法cn.sliew.milky.common.constant.Attribute
-
Sets the value
- setAttachment(String, String) - 类 中的方法cn.sliew.milky.common.context.ExecuteContext
-
set attachment.
- setAttachments(Map<String, String>) - 类 中的方法cn.sliew.milky.common.context.ExecuteContext
-
set attachments
- setDescription(String) - 类 中的方法cn.sliew.milky.common.explain.Explanation
-
- setExpireAfterAccess(TimeValue) - 类 中的方法cn.sliew.milky.common.cache.local.CacheBuilder
-
Sets the amount of time before an entry in the cache expires after it was last accessed.
- setExpireAfterWrite(TimeValue) - 类 中的方法cn.sliew.milky.common.cache.local.CacheBuilder
-
Sets the amount of time before an entry in the cache expires after it was written.
- setExplain(boolean) - 类 中的方法cn.sliew.milky.common.model.param.AbstractParam
-
- setIfAbsent(T) - 接口 中的方法cn.sliew.milky.common.constant.Attribute
-
Atomically sets to the given value if this
Attribute's value is
null.
- setMaxCapacity(int) - 类 中的方法cn.sliew.milky.common.cache.lru.LRUCache
-
- setMaximumWeight(long) - 类 中的方法cn.sliew.milky.common.cache.local.CacheBuilder
-
- setName(String) - 类 中的方法cn.sliew.milky.common.explain.Explanation
-
- SetOnce<T> - cn.sliew.milky.common.collect中的类
-
A convenient class which offers a semi-immutable object wrapper
implementation which allows one to set the value of an object exactly once,
and retrieve it many times.
- SetOnce() - 类 的构造器cn.sliew.milky.common.collect.SetOnce
-
A default constructor which does not set the internal object, and allows
setting it by calling
SetOnce.set(Object).
- SetOnce(T) - 类 的构造器cn.sliew.milky.common.collect.SetOnce
-
Creates a new instance with the internal object set to the given object.
- SetOnce.AlreadySetException - cn.sliew.milky.common.collect中的异常错误
-
- setPage(long) - 类 中的方法cn.sliew.milky.common.model.param.AbstractPageParam
-
- setPlaceholderPrefix(String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
- setPlaceholderPrefix(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
Set the prefix that placeholders replaced by this resolver must begin with.
- setPlaceholderSuffix(String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
- setPlaceholderSuffix(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
Set the suffix that placeholders replaced by this resolver must end with.
- setProfile(boolean) - 类 中的方法cn.sliew.milky.common.model.param.AbstractParam
-
- setSize(long) - 类 中的方法cn.sliew.milky.common.model.param.AbstractPageParam
-
- Setting<T> - cn.sliew.milky.common.settings中的类
-
todo remove property
- Setting(Key, Function<Settings, String>, Setting<T>, Function<String, T>, Validator<T>) - 类 的构造器cn.sliew.milky.common.settings.Setting
-
LineLength.
- Settings - cn.sliew.milky.common.settings中的类
-
- settings() - 接口 中的方法cn.sliew.milky.common.settings.Validator
-
The settings on which the validity of this setting depends.
- SettingsBuilder - cn.sliew.milky.common.settings中的类
-
A builder allowing to put different settings and then
SettingsBuilder.build() an immutable
settings implementation.
- SettingsException - cn.sliew.milky.common.settings中的异常错误
-
A generic failure to handle settings.
- SettingsException() - 异常错误 的构造器cn.sliew.milky.common.settings.SettingsException
-
- SettingsException(String) - 异常错误 的构造器cn.sliew.milky.common.settings.SettingsException
-
- SettingsException(Throwable) - 异常错误 的构造器cn.sliew.milky.common.settings.SettingsException
-
- SettingsException(String, Throwable) - 异常错误 的构造器cn.sliew.milky.common.settings.SettingsException
-
- SettingsException(String, Throwable, boolean, boolean) - 异常错误 的构造器cn.sliew.milky.common.settings.SettingsException
-
- SettingUpdater<T> - cn.sliew.milky.common.settings中的接口
-
Transactional interface to update settings.
- setValue(V) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Entry
-
- setValueSeparator(String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
-
- setValueSeparator(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
-
Specify the separating character between the placeholders replaced by this
resolver and their associated default value, or null if no such
special character should be processed as a value separator.
- shallowSizeOf(Object[]) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the shallow size in bytes of the Object[] object.
- shallowSizeOf(Object) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Estimates a "shallow" memory usage of the given object.
- shallowSizeOfInstance(Class<?>) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the shallow instance size in bytes an instance of the given class would occupy.
- shouldIgnoreMissing(String) - 接口 中的方法cn.sliew.milky.common.parse.placeholder.PropertyPlaceholder.PlaceholderResolver
-
- shouldRemoveMissingPlaceholder(String) - 接口 中的方法cn.sliew.milky.common.parse.placeholder.PropertyPlaceholder.PlaceholderResolver
-
Allows for special handling for ignored missing placeholders that may be resolved elsewhere.
- SimpleKey - cn.sliew.milky.common.settings中的类
-
- SimpleKey(String) - 类 的构造器cn.sliew.milky.common.settings.SimpleKey
-
- simpleMatch(String, String) - 类 中的静态方法cn.sliew.milky.common.regex.Regex
-
Match a String against the given pattern, supporting the following simple
pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an
arbitrary number of pattern parts), as well as direct equality.
- simpleMatch(String, String, boolean) - 类 中的静态方法cn.sliew.milky.common.regex.Regex
-
Match a String against the given pattern, supporting the following simple
pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an
arbitrary number of pattern parts), as well as direct equality.
- singles() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- size() - 类 中的方法cn.sliew.milky.common.cache.lru.LRUCache
-
- size() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
-
- size() - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
- size() - 类 中的方法cn.sliew.milky.common.settings.Settings
-
Returns the number of settings in this settings object.
- sizeOf(Long) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Return the size of the provided
Long object, returning 0 if it is
cached by the JVM and its shallow size otherwise.
- sizeOf(byte[]) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of the byte[] object.
- sizeOf(boolean[]) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of the boolean[] object.
- sizeOf(char[]) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of the char[] object.
- sizeOf(short[]) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of the short[] object.
- sizeOf(int[]) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of the int[] object.
- sizeOf(float[]) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of the float[] object.
- sizeOf(long[]) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of the long[] object.
- sizeOf(double[]) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of the double[] object.
- sizeOf(String[]) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of the String[] object.
- sizeOf(String) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of the String object.
- sizeOfCollection(Collection<?>) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
- sizeOfCollection(Collection<?>, long) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of a Collection object, including sizes of its values, supplying
default object size when object type is not well known.
- sizeOfMap(Map<?, ?>) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
- sizeOfMap(Map<?, ?>, long) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Returns the size in bytes of a Map object, including sizes of its keys and values, supplying
default object size when object type is not well known.
- sizeOfObject(Object) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Best effort attempt to estimate the size in bytes of an undetermined object.
- sizeOfObject(Object, long) - 类 中的静态方法cn.sliew.milky.common.util.RamUsageEstimator
-
Best effort attempt to estimate the size in bytes of an undetermined object.
- SizeUnit - cn.sliew.milky.common.unit中的枚举
-
- SizeValue - cn.sliew.milky.common.unit中的类
-
- SizeValue(long) - 类 的构造器cn.sliew.milky.common.unit.SizeValue
-
- SizeValue(long, SizeUnit) - 类 的构造器cn.sliew.milky.common.unit.SizeValue
-
- source - 类 中的变量cn.sliew.milky.common.environment.AbstractPropertySource
-
- Source<T> - cn.sliew.milky.common.recycler中的接口
-
- spaceify(int, String, StringBuilder) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
- split(String, String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Split a String at the first occurrence of the delimiter.
- spliterator() - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
- splitSmart(String, String, boolean) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Splits a backslash escaped string on the separator.
- splitStringByCommaToArray(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Split the specified string by commas to an array.
- start() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
-
- start() - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
-
- start() - 类 中的方法cn.sliew.milky.common.stopwatch.Stopwatch
-
Starts the stopwatch.
- start() - 类 中的方法cn.sliew.milky.common.timewheel.HashedWheelTimer
-
Starts the background thread explicitly.
- State<T extends StateMachine> - cn.sliew.milky.common.state中的接口
-
This interface must be extended by any class that should implement a certain state in the state machine.
- stateChanged(T, State, State) - 接口 中的方法cn.sliew.milky.common.state.StateChangeListener
-
A change of state has occurred for a FSM.
- StateChangeListener<T> - cn.sliew.milky.common.state中的接口
-
Interface used to inform about changes in the state for a FSM.
- StateEvent - cn.sliew.milky.common.state中的接口
-
The Event class holds information about the different events that can be handled
by the state machine.
- StateMachine - cn.sliew.milky.common.state中的接口
-
The StateMachine lets you organize event handling,
if the order of the events are important to you.
- stats() - 类 中的方法cn.sliew.milky.common.cache.local.Cache
-
The cache statistics tracking hits, misses and evictions.
- stop() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
-
- stop(Duration) - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
-
- stop() - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
-
- stop(Duration) - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
-
- stop() - 类 中的方法cn.sliew.milky.common.stopwatch.Stopwatch
-
Stops the stopwatch.
- stop() - 类 中的方法cn.sliew.milky.common.timewheel.HashedWheelTimer
-
- stop() - 接口 中的方法cn.sliew.milky.common.timewheel.Timer
-
Releases all resources acquired by this
Timer and cancels all
tasks which were scheduled but not executed yet.
- Stopwatch - cn.sliew.milky.common.stopwatch中的类
-
- StopWatchs - cn.sliew.milky.common.stopwatch中的枚举
-
- stream() - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
- stream() - 接口 中的方法cn.sliew.milky.common.environment.PropertySourceIterable
-
- Streamable - cn.sliew.milky.common.io.stream中的接口
-
- StreamInput - cn.sliew.milky.common.io.stream中的类
-
A stream from this node to another node.
- StreamInput() - 类 的构造器cn.sliew.milky.common.io.stream.StreamInput
-
- StreamOutput - cn.sliew.milky.common.io.stream中的类
-
A stream from another node to this node.
- StreamOutput() - 类 的构造器cn.sliew.milky.common.io.stream.StreamOutput
-
- Strings - cn.sliew.milky.common.primitives中的类
-
- StringUtils - cn.sliew.milky.common.util中的类
-
- substring(String, int, int) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Return substring(beginIndex, endIndex) that is impervious to string length.
- substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Test whether the given string matches the given substring
at the given index.
- substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法cn.sliew.milky.common.util.StringUtils
-
Test whether the given string matches the given substring
at the given index.
- success() - 类 中的静态方法cn.sliew.milky.common.lifecycle.LifeCycle.LifeCycleResult
-
- support() - 类 中的方法cn.sliew.milky.common.lifecycle.LifeCycle.LifeCycleSupportResult
-
- support(String) - 类 中的静态方法cn.sliew.milky.common.lifecycle.LifeCycle.LifeCycleSupportResult
-
- supportInitialize() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
-
- supportInitialize() - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
-
- supportStart() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
-
- supportStart() - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
-
- supportStop() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
-
- supportStop() - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
-
- SystemTicker - cn.sliew.milky.common.stopwatch中的枚举
-
- task() - 接口 中的方法cn.sliew.milky.common.timewheel.Timeout
-
Returns the
TimerTask which is associated with this handle.
- tera() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- teraFrac() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- ThreadWatchdog - cn.sliew.milky.common.watchdog中的接口
-
Protects against long running operations that happen between the register and unregister invocations.
- ThreadWatchdogs - cn.sliew.milky.common.watchdog中的枚举
-
- ThrowableCollector<T> - cn.sliew.milky.common.exception中的类
-
Component that can collect one Throwable instance.
- ThrowableCollector.Executable - cn.sliew.milky.common.exception中的接口
-
Functional interface for an executable block of code that may throw a
Throwable.
- ThrowableCollector.ExecutableWithResult<T> - cn.sliew.milky.common.exception中的接口
-
Functional interface for an executable block of code that may throw a
Throwable.
- ThrowableTraceFormater - cn.sliew.milky.common.exception中的类
-
Utilities for dealing with throwables, stacks, etc.
- ThrowableTraceFormater() - 类 的构造器cn.sliew.milky.common.exception.ThrowableTraceFormater
-
Default stack traces, no filtering.
- ThrowableTraceFormater(List<String>) - 类 的构造器cn.sliew.milky.common.exception.ThrowableTraceFormater
-
- ThrowableUtil - cn.sliew.milky.common.exception中的类
-
- throwAs(Throwable) - 类 中的静态方法cn.sliew.milky.common.exception.Rethrower
-
Rethrows t (identical object).
- throwAsUncheckedException(Throwable) - 类 中的静态方法cn.sliew.milky.common.exception.Rethrower
-
Throw the supplied
Throwable,
masked as an
unchecked exception.
- Ticker - cn.sliew.milky.common.stopwatch中的接口
-
因为jdk提供的
Clock只能支持毫秒级的时间,所以单独定义了Ticker提供
纳秒级的时间
- Tickers - cn.sliew.milky.common.stopwatch中的枚举
-
- Timeout - cn.sliew.milky.common.timewheel中的接口
-
- timer() - 接口 中的方法cn.sliew.milky.common.timewheel.Timeout
-
Returns the
Timer that created this handle.
- Timer - cn.sliew.milky.common.timewheel中的接口
-
Schedules
TimerTasks for one-time future execution in a background
thread.
- TimerTask - cn.sliew.milky.common.timewheel中的接口
-
- timeUnit() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- TimeValue - cn.sliew.milky.common.unit中的类
-
- TimeValue(long) - 类 的构造器cn.sliew.milky.common.unit.TimeValue
-
- TimeValue(long, TimeUnit) - 类 的构造器cn.sliew.milky.common.unit.TimeValue
-
- timeValueHours(long) - 枚举 中的静态方法cn.sliew.milky.common.unit.TimeValues
-
- timeValueMillis(long) - 枚举 中的静态方法cn.sliew.milky.common.unit.TimeValues
-
- timeValueMinutes(long) - 枚举 中的静态方法cn.sliew.milky.common.unit.TimeValues
-
- timeValueNanos(long) - 枚举 中的静态方法cn.sliew.milky.common.unit.TimeValues
-
- TimeValues - cn.sliew.milky.common.unit中的枚举
-
- timeValueSeconds(long) - 枚举 中的静态方法cn.sliew.milky.common.unit.TimeValues
-
- toBytes(long) - 枚举 中的方法cn.sliew.milky.common.unit.ByteUnit
-
- toGB(long) - 枚举 中的方法cn.sliew.milky.common.unit.ByteUnit
-
- toGiga(long) - 枚举 中的方法cn.sliew.milky.common.unit.SizeUnit
-
- toHintString() - 接口 中的方法cn.sliew.milky.common.reference.ResourceLeakHint
-
Returns a human-readable message that potentially enables easier resource leak tracking.
- toHumanReadableString(int) - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- toKB(long) - 枚举 中的方法cn.sliew.milky.common.unit.ByteUnit
-
- Token - cn.sliew.milky.common.parse中的类
-
- TokenFormat - cn.sliew.milky.common.parse中的类
-
place holder parse util from junit5.
- TokenFormat(char, char, char, char) - 类 的构造器cn.sliew.milky.common.parse.TokenFormat
-
- TokenFormat.Segment - cn.sliew.milky.common.parse中的类
-
- tokenizeByCommaToSet(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Tokenize the specified string by commas to a set, trimming whitespace and ignoring empty tokens.
- tokenizeToStringArray(String, String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Tokenize the given String into a String array via a StringTokenizer.
- TokenParseException - cn.sliew.milky.common.parse中的异常错误
-
- TokenParseException() - 异常错误 的构造器cn.sliew.milky.common.parse.TokenParseException
-
- TokenParseException(String) - 异常错误 的构造器cn.sliew.milky.common.parse.TokenParseException
-
- TokenParseException(Throwable) - 异常错误 的构造器cn.sliew.milky.common.parse.TokenParseException
-
- TokenParseException(String, Throwable) - 异常错误 的构造器cn.sliew.milky.common.parse.TokenParseException
-
- TokenParseException(long, boolean, String) - 异常错误 的构造器cn.sliew.milky.common.parse.TokenParseException
-
- TokenParseException(BizExceptionEnum) - 异常错误 的构造器cn.sliew.milky.common.parse.TokenParseException
-
- toKilo(long) - 枚举 中的方法cn.sliew.milky.common.unit.SizeUnit
-
- toLowercaseAscii(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
- toMap() - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
- toMap() - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
-
Converts this pipeline into an ordered
Map whose keys are
command names and whose values are commands.
- toMB(long) - 枚举 中的方法cn.sliew.milky.common.unit.ByteUnit
-
- toMega(long) - 枚举 中的方法cn.sliew.milky.common.unit.SizeUnit
-
- toPB(long) - 枚举 中的方法cn.sliew.milky.common.unit.ByteUnit
-
- toPeta(long) - 枚举 中的方法cn.sliew.milky.common.unit.SizeUnit
-
- toSingles(long) - 枚举 中的方法cn.sliew.milky.common.unit.SizeUnit
-
- toString() - 类 中的方法cn.sliew.milky.common.chain.AbstractPipelineProcess
-
- toString() - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
-
Returns the
String representation of this pipeline.
- toString() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Entry
-
- toString() - 类 中的方法cn.sliew.milky.common.collect.Tuple
-
- toString() - 类 中的方法cn.sliew.milky.common.constant.AbstractConstant
-
- toString() - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertySource
-
- toString() - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
-
- toString() - 类 中的方法cn.sliew.milky.common.explain.Explanation
-
Render an explanation as text.
- toString() - 类 中的方法cn.sliew.milky.common.parse.Token
-
Generate the unique, formatted string representation of this
Token
using the configured
TokenFormat.
- toString() - 类 中的方法cn.sliew.milky.common.parse.TokenFormat.Segment
-
- toString(StringBuilder) - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- toString() - 类 中的方法cn.sliew.milky.common.path.KeyMap
-
- toString() - 类 中的方法cn.sliew.milky.common.path.NameIterator
-
- toString() - 类 中的方法cn.sliew.milky.common.path.PathTrie.TrieNode
-
- toString() - 类 中的方法cn.sliew.milky.common.settings.SimpleKey
-
- toString() - 类 中的方法cn.sliew.milky.common.unit.ByteValue
-
- toString() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
-
- toString() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
-
- toString() - 类 中的方法cn.sliew.milky.common.util.ToStringBuilder
-
- toString() - 类 中的方法cn.sliew.milky.common.version.SemVersion
-
- toStringArray(Collection<String>) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Copy the given Collection into a String array.
- ToStringBuilder - cn.sliew.milky.common.util中的类
-
Simple builder for generating strings in custom implementations of
toString().
- ToStringBuilder(Object) - 类 的构造器cn.sliew.milky.common.util.ToStringBuilder
-
- ToStringBuilder(Class<?>) - 类 的构造器cn.sliew.milky.common.util.ToStringBuilder
-
- ToStringBuilder(String) - 类 的构造器cn.sliew.milky.common.util.ToStringBuilder
-
- toTB(long) - 枚举 中的方法cn.sliew.milky.common.unit.ByteUnit
-
- toTera(long) - 枚举 中的方法cn.sliew.milky.common.unit.SizeUnit
-
- touch() - 接口 中的方法cn.sliew.milky.common.reference.ReferenceCounted
-
Records the current access location of this object for debugging purposes.
- touch(Object) - 接口 中的方法cn.sliew.milky.common.reference.ReferenceCounted
-
Records the current access location of this object with an additional
arbitrary information for debugging purposes.
- TrieNode(String, T, String) - 类 的构造器cn.sliew.milky.common.path.PathTrie.TrieNode
-
- trimLeadingCharacter(String, char) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
-
Trim all occurrences of the supplied leading character from the given String.
- TRUE - 类 中的静态变量cn.sliew.milky.common.primitives.Booleans
-
- trySet(T) - 类 中的方法cn.sliew.milky.common.collect.SetOnce
-
Sets the given object if none was set before.
- Tuple<V1,V2> - cn.sliew.milky.common.collect中的类
-
- Tuple(V1, V2) - 类 的构造器cn.sliew.milky.common.collect.Tuple
-
- tuple(V1, V2) - 类 中的静态方法cn.sliew.milky.common.collect.Tuple
-
- type() - 接口 中的方法cn.sliew.milky.common.state.StateEvent
-
Return type of this StateEvent
- v1() - 类 中的方法cn.sliew.milky.common.collect.Tuple
-
- v2() - 类 中的方法cn.sliew.milky.common.collect.Tuple
-
- validate(T) - 接口 中的方法cn.sliew.milky.common.settings.Validator
-
Validate this setting's value in isolation.
- validate(T, Map<Setting<T>, T>) - 接口 中的方法cn.sliew.milky.common.settings.Validator
-
- Validator<T> - cn.sliew.milky.common.settings中的接口
-
- value() - 类 中的方法cn.sliew.milky.common.recycler.NoneRecycler.NoneValue
-
- Value<V> - cn.sliew.milky.common.recycler中的接口
-
- value() - 接口 中的方法cn.sliew.milky.common.recycler.Value
-
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.cache.local.RemovalNotification.RemovalReason
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.check.Asserts
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.check.Assumes
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.check.Requires
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.ReferenceType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Restructure
-
返回带有指定名称的该类型的枚举常量。
- valueOf(Class<?>, String) - 类 中的静态方法cn.sliew.milky.common.constant.AttributeKey
-
- valueOf(String) - 类 中的静态方法cn.sliew.milky.common.constant.AttributeKey
-
Returns the singleton instance of the
AttributeKey which has the specified
name.
- valueOf(Class<?>, String) - 类 中的方法cn.sliew.milky.common.constant.ConstantPool
-
- valueOf(String) - 类 中的方法cn.sliew.milky.common.constant.ConstantPool
-
Returns the
Constant which is assigned to the specified
name.
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.exception.BizExceptionEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.lifecycle.LifeCycle.State
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.settings.Property
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.DisabledTicker
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.StopWatchs
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.SystemTicker
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.Tickers
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.unit.ByteUnit
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.unit.SizeUnit
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.unit.TimeValues
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sliew.milky.common.watchdog.ThreadWatchdogs
-
返回带有指定名称的该类型的枚举常量。
- ValueParseException - cn.sliew.milky.common.unit中的异常错误
-
- ValueParseException() - 异常错误 的构造器cn.sliew.milky.common.unit.ValueParseException
-
- ValueParseException(String) - 异常错误 的构造器cn.sliew.milky.common.unit.ValueParseException
-
- ValueParseException(Throwable) - 异常错误 的构造器cn.sliew.milky.common.unit.ValueParseException
-
- ValueParseException(String, Throwable) - 异常错误 的构造器cn.sliew.milky.common.unit.ValueParseException
-
- ValueParseException(long, boolean, String) - 异常错误 的构造器cn.sliew.milky.common.unit.ValueParseException
-
- ValueParseException(BizExceptionEnum) - 异常错误 的构造器cn.sliew.milky.common.unit.ValueParseException
-
- values() - 类 中的方法cn.sliew.milky.common.cache.local.Cache
-
An LRU sequencing of the values in the cache.
- values() - 枚举 中的静态方法cn.sliew.milky.common.cache.local.RemovalNotification.RemovalReason
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.check.Asserts
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.check.Assumes
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.check.Ensures
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.check.Requires
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.ReferenceType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Restructure
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.exception.BizExceptionEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.lifecycle.LifeCycle.State
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 类 中的方法cn.sliew.milky.common.registry.InMemoryRegistryStore
-
- values() - 接口 中的方法cn.sliew.milky.common.registry.RegistryStore
-
- values() - 枚举 中的静态方法cn.sliew.milky.common.settings.Property
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.DisabledTicker
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.StopWatchs
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.SystemTicker
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.Tickers
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.unit.ByteUnit
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.unit.SizeUnit
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.unit.TimeValues
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sliew.milky.common.watchdog.ThreadWatchdogs
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。