跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

AbstractConstant<T extends AbstractConstant<T>> - cn.sliew.milky.common.constant中的类
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
Inserts a PipelineProcess at the first position of this 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
Appends a PipelineProcess at the last position of this 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
Aligns an object size to be the next multiple of RamUsageEstimator.NUM_BYTES_OBJECT_ALIGNMENT.
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
Construct a new Token by appending a new TokenFormat.Segment to the end of this 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中的枚举
Conditional failures explained guava cache的一篇关于条件检查失败的描述。
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
Get the Attribute for the given AttributeKey.
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中的类
Key which can be used to access Attribute out of the AttributeMap.
AttributeMap - cn.sliew.milky.common.constant中的接口
Holds Attributes which can be accessed via AttributeKey.
available() - 类 中的方法cn.sliew.milky.common.io.stream.InputStreamStreamInput
 
available() - 类 中的方法cn.sliew.milky.common.io.stream.StreamInput
 

B

beforeInitialize(T) - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycleListener
Before component initialize.
beforeRelease() - 类 中的方法cn.sliew.milky.common.recycler.ConcurrentDequeRecycler
 
beforeRelease() - 类 中的方法cn.sliew.milky.common.recycler.DequeRecycler
Called before releasing an object, returns true if the object should be recycled and false otherwise.
beforeStart(T) - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycleListener
Before component start.
beforeStop(T) - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycleListener
Before component stop.
BitUtil - cn.sliew.milky.common.util中的类
 
BizException - cn.sliew.milky.common.exception中的异常错误
 
BizException() - 异常错误 的构造器cn.sliew.milky.common.exception.BizException
 
BizException(String) - 异常错误 的构造器cn.sliew.milky.common.exception.BizException
 
BizException(Throwable) - 异常错误 的构造器cn.sliew.milky.common.exception.BizException
 
BizException(String, Throwable) - 异常错误 的构造器cn.sliew.milky.common.exception.BizException
 
BizException(long, boolean, String) - 异常错误 的构造器cn.sliew.milky.common.exception.BizException
 
BizException(BizExceptionEnum) - 异常错误 的构造器cn.sliew.milky.common.exception.BizException
 
BizExceptionEnum - cn.sliew.milky.common.exception中的枚举
 
Booleans - cn.sliew.milky.common.primitives中的类
Static utility methods pertaining to boolean primitives.
build() - 类 中的方法cn.sliew.milky.common.cache.local.CacheBuilder
 
build() - 类 中的方法cn.sliew.milky.common.settings.SettingsBuilder
Builds a Settings (underlying uses Settings) based on everything set on this builder.
builder() - 类 中的静态方法cn.sliew.milky.common.cache.local.CacheBuilder
 
builder() - 类 中的静态方法cn.sliew.milky.common.settings.Settings
Returns a builder to be used in order to build settings.
ByteUnit - cn.sliew.milky.common.unit中的枚举
 
ByteValue - cn.sliew.milky.common.unit中的类
 
ByteValue(long) - 类 的构造器cn.sliew.milky.common.unit.ByteValue
 
ByteValue(long, ByteUnit) - 类 的构造器cn.sliew.milky.common.unit.ByteValue
 

C

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
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
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 the leak so that ResourceLeakTracker does not warn about leaked resources.
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
The Command that is bound this 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中的类
A Recycler implementation based on a concurrent Deque.
ConcurrentDequeRecycler(Source<T>, int) - 类 的构造器cn.sliew.milky.common.recycler.ConcurrentDequeRecycler
 
ConcurrentReferenceHashMap<K,V> - cn.sliew.milky.common.collect中的类
A ConcurrentHashMap that uses soft or weak references for both keys and values.
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中的接口
A reference to an ConcurrentReferenceHashMap.Entry contained in the map.
ConcurrentReferenceHashMap.ReferenceManager - cn.sliew.milky.common.collect中的类
Strategy class used to manage References.
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中的类
一个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中的接口
执行上下文,用来在不同的Command间传递信息。
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
Factory method used to create a new ConcurrentReferenceHashMap.Reference.
createReferenceManager() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
Factory method that returns the ConcurrentReferenceHashMap.ReferenceManager.
createStarted() - 枚举 中的静态方法cn.sliew.milky.common.stopwatch.StopWatchs
Creates (and starts) a new stopwatch using System.nanoTime() as its time source.
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.

D

data() - 接口 中的方法cn.sliew.milky.common.state.StateEvent
Return information object of this StateEvent
days() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
 
daysFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
 
decode(String) - 接口 中的方法cn.sliew.milky.common.path.PathTrie.Decoder
 
DEFAULT_CONFIG - 类 中的静态变量cn.sliew.milky.common.registry.AbstractRegistry
 
DEFAULT_DESCRIPTION - 类 中的静态变量cn.sliew.milky.common.explain.Explanation
 
DEFAULT_NAME - 类 中的静态变量cn.sliew.milky.common.explain.Explanation
 
DEFAULT_PAGE - 类 中的静态变量cn.sliew.milky.common.model.param.AbstractPageParam
 
DEFAULT_SIZE - 类 中的静态变量cn.sliew.milky.common.model.param.AbstractPageParam
 
DefaultAttributeMap - cn.sliew.milky.common.constant中的类
Default AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a copy-on-write approach on the modify path.
DefaultAttributeMap() - 类 的构造器cn.sliew.milky.common.constant.DefaultAttributeMap
 
DefaultFilterChain<Request,Response> - cn.sliew.milky.common.filter中的类
 
DefaultFilterChain(List<ActionFilter<Request, Response>>, Logger) - 类 的构造器cn.sliew.milky.common.filter.DefaultFilterChain
 
DefaultInterceptorContext<Request,Response> - cn.sliew.milky.common.interceptor中的类
Interceptor will be registered by linked node chain and interception will be applied orderly.
DefaultInterceptorContext(Interceptor<Request, Response>, InterceptorContext<Request, Response>) - 类 的构造器cn.sliew.milky.common.interceptor.DefaultInterceptorContext
 
DefaultPipeline<K,V> - cn.sliew.milky.common.chain中的类
fixme 线程池组件出来后在添加任务自定义执行线程池的功能
DefaultPipeline() - 类 的构造器cn.sliew.milky.common.chain.DefaultPipeline
todo final chain target,maybe not exists,need one invoker
DefaultThreadWatchdog - cn.sliew.milky.common.watchdog中的类
 
defaultToString(Object) - 类 中的静态方法cn.sliew.milky.common.util.StringUtils
Convert the supplied Object to a default String representation using the following algorithm.
defaultValue - 类 中的变量cn.sliew.milky.common.settings.Setting
 
delete(String, String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
Delete all occurrences of the given substring.
deleteAny(String, String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
Delete any character in a given String.
deletes - 类 中的变量cn.sliew.milky.common.diff.MapDiff
 
delimitedListToStringArray(String, String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
Take a String which is a delimited list and convert it to a String array.
delimitedListToStringArray(String, String, String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
Take a String which is a delimited list and convert it to a String array.
DequeRecycler<T> - cn.sliew.milky.common.recycler中的类
A Recycler implementation based on a Deque.
DequeRecycler(Source<T>, Deque<T>, int) - 类 的构造器cn.sliew.milky.common.recycler.DequeRecycler
 
description() - 类 中的方法cn.sliew.milky.common.explain.Explanation
A description of this explanation node.
destroy(T) - 类 中的方法cn.sliew.milky.common.recycler.AbstractSource
 
destroy(T) - 接口 中的方法cn.sliew.milky.common.recycler.Source
Destroy the data.
details() - 类 中的方法cn.sliew.milky.common.explain.Explanation
The sub-nodes of this explanation node.
diff(T) - 类 中的方法cn.sliew.milky.common.diff.AbstractDiffable
 
Diff<T> - cn.sliew.milky.common.diff中的接口
Represents difference between states.
diff(T) - 接口 中的方法cn.sliew.milky.common.diff.Diffable
Returns serializable object representing differences between this and previousState
diff(Map<K, T>, Map<K, T>) - 类 中的静态方法cn.sliew.milky.common.diff.JdkMapDiff
 
Diffable<T> - cn.sliew.milky.common.diff中的接口
States changes in which can be serialized
diffs - 类 中的变量cn.sliew.milky.common.diff.MapDiff
 
DisabledTicker - cn.sliew.milky.common.stopwatch中的枚举
 
doInitialize() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
 
doStart() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
 
doStop() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
 
doTask(int, Object, ConcurrentReferenceHashMap<K, V>.Task<T>) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Segment
Apply an update operation to this segment.
Doubles - cn.sliew.milky.common.primitives中的类
 
duration() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
 

E

elapsed() - 类 中的方法cn.sliew.milky.common.stopwatch.Stopwatch
Returns the current elapsed time shown on this stopwatch as a Duration.
EMPTY - 接口 中的静态变量cn.sliew.milky.common.interceptor.Interceptor
 
empty() - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
 
EMPTY_ARRAY - 类 中的静态变量cn.sliew.milky.common.primitives.Strings
 
EMPTY_SETTINGS - 类 中的静态变量cn.sliew.milky.common.settings.SettingsBuilder
 
ENABLED - 类 中的静态变量cn.sliew.milky.common.check.Assertions
 
Ensures - cn.sliew.milky.common.check中的枚举
Static convenience methods that help a method or constructor check whether it was invoked correctly.
Entry(K, V) - 类 的构造器cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Entry
 
entryAction() - 接口 中的方法cn.sliew.milky.common.state.State
Action that should be taken each time this state is entered
entryMap - 类 中的变量cn.sliew.milky.common.registry.AbstractRegistry
 
entrySet() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
 
Environment - cn.sliew.milky.common.environment中的接口
 
equals(Object) - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap.Entry
 
equals(Object) - 类 中的方法cn.sliew.milky.common.collect.Tuple
 
equals(Object) - 类 中的方法cn.sliew.milky.common.constant.AbstractConstant
 
equals(Object) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertySource
 
equals(Object) - 类 中的方法cn.sliew.milky.common.explain.Explanation
 
equals(Object) - 类 中的方法cn.sliew.milky.common.parse.Token
 
equals(Object) - 类 中的方法cn.sliew.milky.common.parse.TokenFormat.Segment
 
equals(Object) - 类 中的方法cn.sliew.milky.common.settings.Settings
 
equals(Object) - 类 中的方法cn.sliew.milky.common.settings.SimpleKey
 
equals(Object) - 类 中的方法cn.sliew.milky.common.unit.ByteValue
 
equals(Object) - 类 中的方法cn.sliew.milky.common.unit.SizeValue
 
equals(Object) - 类 中的方法cn.sliew.milky.common.unit.TimeValue
 
exceptionCaught(AbstractPipelineProcess<K, V>, Context<K, V>, CompletableFuture<?>, Throwable) - 接口 中的方法cn.sliew.milky.common.chain.Command
Gets called if a Throwable was thrown.
exceptionCaught(AbstractPipelineProcess<String, Object>, Context<String, Object>, CompletableFuture<?>, Throwable) - 类 中的方法cn.sliew.milky.common.chain.LogCommand
 
execute() - 接口 中的方法cn.sliew.milky.common.exception.ThrowableCollector.Executable
Execute this executable, potentially throwing a Throwable that signals abortion or failure.
execute() - 接口 中的方法cn.sliew.milky.common.exception.ThrowableCollector.ExecutableWithResult
Execute this executable, potentially throwing a Throwable that signals abortion or failure.
execute(ThrowableCollector.Executable) - 类 中的方法cn.sliew.milky.common.exception.ThrowableCollector
Execute the supplied ThrowableCollector.Executable and collect any Throwable thrown during the execution.
execute(ThrowableCollector.ExecutableWithResult<T>) - 类 中的方法cn.sliew.milky.common.exception.ThrowableCollector
 
ExecuteContext - cn.sliew.milky.common.context中的类
Thread local context.
ExecuteContext() - 类 的构造器cn.sliew.milky.common.context.ExecuteContext
 
executor() - 类 中的方法cn.sliew.milky.common.chain.AbstractPipelineProcess
 
executor() - 接口 中的方法cn.sliew.milky.common.chain.PipelineProcess
Returns the Executor which is used to execute an arbitrary task.
exists(String) - 类 中的静态方法cn.sliew.milky.common.constant.AttributeKey
Returns true if a AttributeKey exists for the given name.
exists(String) - 类 中的方法cn.sliew.milky.common.constant.ConstantPool
Returns true if a AttributeKey exists for the given name.
exists(Settings) - 类 中的方法cn.sliew.milky.common.settings.Setting
Returns true if and only if this setting is present in the given settings instance.
existsOrFallbackExists(Settings) - 类 中的方法cn.sliew.milky.common.settings.Setting
Returns true if and only if this setting including fallback settings is present in the given settings instance.
exitAction() - 接口 中的方法cn.sliew.milky.common.state.State
Action that should be taken each time this state is exited
explain() - 类 中的方法cn.sliew.milky.common.context.ExecuteContext
 
explain() - 类 中的方法cn.sliew.milky.common.model.param.AbstractParam
 
Explanation - cn.sliew.milky.common.explain中的类
Expert: Describes the .
Explanation() - 类 的构造器cn.sliew.milky.common.explain.Explanation
 
Explanation(String) - 类 的构造器cn.sliew.milky.common.explain.Explanation
 
Explanation(String, String) - 类 的构造器cn.sliew.milky.common.explain.Explanation
 

F

failure(Throwable) - 类 中的静态方法cn.sliew.milky.common.lifecycle.LifeCycle.LifeCycleResult
 
FALSE - 类 中的静态变量cn.sliew.milky.common.primitives.Booleans
 
filter(Predicate<String>) - 类 中的方法cn.sliew.milky.common.settings.Settings
Returns a new settings object that contains all setting of the current one filtered by the given settings key predicate.
finalize() - 类 中的方法cn.sliew.milky.common.timewheel.HashedWheelTimer
 
find(String) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
find(NameIterator) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
find(Iterator<String>) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
find(Iterable<String>) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
find(String) - 类 中的方法cn.sliew.milky.common.registry.AbstractRegistry
 
find(String) - 类 中的方法cn.sliew.milky.common.registry.InMemoryRegistryStore
 
find(String) - 接口 中的方法cn.sliew.milky.common.registry.Registry
Find a named entry in the Registry
find(String) - 接口 中的方法cn.sliew.milky.common.registry.RegistryStore
 
findOrAdd(String) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
findOrAdd(NameIterator) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
findOrAdd(Iterator<String>) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
findOrAdd(Iterable<String>) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
findOrAdd(String...) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
findOrAdd(String[], int, int) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
findParameterizedTypes(Class<?>) - 类 中的静态方法cn.sliew.milky.common.util.ReflectUtil
findRootValue(String) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
findRootValue(NameIterator) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
fireEvent(Context<K, V>, CompletableFuture<?>) - 类 中的方法cn.sliew.milky.common.chain.AbstractPipelineProcess
 
fireEvent(Context<K, V>, CompletableFuture<?>) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
 
fireEvent(Context<K, V>, CompletableFuture<?>) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
 
fireEvent(Context<K, V>, CompletableFuture<?>) - 接口 中的方法cn.sliew.milky.common.chain.PipelineProcess
 
fireExceptionCaught(Context<K, V>, CompletableFuture<?>, Throwable) - 类 中的方法cn.sliew.milky.common.chain.AbstractPipelineProcess
 
fireExceptionCaught(Context<K, V>, Throwable, CompletableFuture<?>) - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
 
fireExceptionCaught(Context<K, V>, Throwable, CompletableFuture<?>) - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
 
fireExceptionCaught(Context<K, V>, CompletableFuture<?>, Throwable) - 接口 中的方法cn.sliew.milky.common.chain.PipelineProcess
A Command received an Throwable in one of its operations.
first() - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
 
first() - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
Returns the first Command in this pipeline.
firstContext() - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
 
firstContext() - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
Returns the context of the first Command in this pipeline.
FlatSettingsHelper - cn.sliew.milky.common.settings中的类
 
flatSettingsMap(Map<String, Object>) - 类 中的静态方法cn.sliew.milky.common.settings.FlatSettingsHelper
将层层嵌套的 {outKey -> {innerkey -> innerValue}} 转换为{outkey.innerKey -> innerValue}.
Floats - cn.sliew.milky.common.primitives中的类
 
flush() - 类 中的方法cn.sliew.milky.common.io.stream.OutputStreamStreamOutput
 
flush() - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Forces any buffered output to be written.
format1Decimals(double, String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
Format the double value with a single decimal points, trimming trailing '.0'.
formatStackTrace(StringBuilder, StackTraceElement[]) - 类 中的方法cn.sliew.milky.common.exception.ThrowableTraceFormater
Format a list of stack entries into a string.
formatStackTrace(StackTraceElement[]) - 类 中的方法cn.sliew.milky.common.exception.ThrowableTraceFormater
 
formatStackTrace(Iterable<StackTraceElement>) - 类 中的方法cn.sliew.milky.common.exception.ThrowableTraceFormater
 
formatStackTrace(StringBuilder, Iterable<StackTraceElement>) - 类 中的方法cn.sliew.milky.common.exception.ThrowableTraceFormater
Format a list of stack entries into a string.
formatThrowable(Throwable) - 类 中的方法cn.sliew.milky.common.exception.ThrowableTraceFormater
Format an exception and all of its nested stacks into a string.
formatThrowable(StringBuilder, Throwable) - 类 中的方法cn.sliew.milky.common.exception.ThrowableTraceFormater
Format an exception and all of its nested stacks into a string.
fromOrdinal(int) - 枚举 中的静态方法cn.sliew.milky.common.unit.ByteUnit
 

G

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
Returns the object set by SetOnce.set(Object).
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
Get the last TokenFormat.Segment of this 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
Return a ConcurrentReferenceHashMap.Reference to the ConcurrentReferenceHashMap.Entry for the specified key, or null if not found.
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
 

H

handleEvent(StateEvent) - 接口 中的方法cn.sliew.milky.common.state.StateMachine
Handle an event in the current state.
hasAttr(AttributeKey<T>) - 接口 中的方法cn.sliew.milky.common.constant.AttributeMap
Returns true if and only if the given Attribute exists in this 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
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()), default tick duration, and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit) - 类 的构造器cn.sliew.milky.common.timewheel.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()) and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit, int) - 类 的构造器cn.sliew.milky.common.timewheel.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()).
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).

I

id() - 类 中的方法cn.sliew.milky.common.constant.AbstractConstant
 
id() - 接口 中的方法cn.sliew.milky.common.constant.Constant
返回分配给当前Constant的唯一数字。
initialize() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
 
initialize() - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
 
InMemoryRegistryStore<E> - cn.sliew.milky.common.registry中的类
Default Implementation Of RegistryStore using ConcurrentHashMap
InMemoryRegistryStore() - 类 的构造器cn.sliew.milky.common.registry.InMemoryRegistryStore
 
InputStreamStreamInput - cn.sliew.milky.common.io.stream中的类
 
InputStreamStreamInput(InputStream) - 类 的构造器cn.sliew.milky.common.io.stream.InputStreamStreamInput
Creates a new InputStreamStreamInput with unlimited size
insert(String, T) - 类 中的方法cn.sliew.milky.common.path.PathTrie
 
insert(String[], int, T) - 类 中的方法cn.sliew.milky.common.path.PathTrie.TrieNode
 
insertOrUpdate(String, T, BiFunction<T, T, T>) - 类 中的方法cn.sliew.milky.common.path.PathTrie
Insert a value for the given path.
insertOrUpdate(String[], int, T, BiFunction<T, T, T>) - 类 中的方法cn.sliew.milky.common.path.PathTrie.TrieNode
 
Integers - cn.sliew.milky.common.primitives中的类
 
intercept(Request, InterceptorContext<Request, Response>) - 接口 中的方法cn.sliew.milky.common.interceptor.Interceptor
Intercept the invocation and return the corresponding response or a custom response built by the interceptor.
Interceptor<Request,Response> - cn.sliew.milky.common.interceptor中的接口
The Interceptor allows to intercept the invocation.
InterceptorContext<Reuqest,Response> - cn.sliew.milky.common.interceptor中的接口
Exposes contextual information about the intercepted invocation of Interceptor.
invalidate(K) - 类 中的方法cn.sliew.milky.common.cache.local.Cache
Invalidate the association for the specified key.
invalidate(K, V) - 类 中的方法cn.sliew.milky.common.cache.local.Cache
Invalidate the entry for the specified key and value.
invalidateAll() - 类 中的方法cn.sliew.milky.common.cache.local.Cache
Invalidate all cache entries.
isBlank(String) - 类 中的静态方法cn.sliew.milky.common.util.StringUtils
Determine if the supplied String is blank (i.e., null or consisting only of whitespace characters).
isBoolean(char[], int, int) - 类 中的静态方法cn.sliew.milky.common.primitives.Booleans
returns true iff the sequence of chars is one of "true","false".
isBoolean(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Booleans
 
isCancelled() - 接口 中的方法cn.sliew.milky.common.timewheel.Timeout
Returns true if and only if the TimerTask associated with this handle has been cancelled.
isEmpty() - 类 中的方法cn.sliew.milky.common.collect.ConcurrentReferenceHashMap
 
isEmpty(CharSequence) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
Check that the given CharSequence is either null or of length 0.
isEmpty() - 类 中的方法cn.sliew.milky.common.settings.Settings
Returns true if this settings object contains no settings.
isExpired() - 接口 中的方法cn.sliew.milky.common.timewheel.Timeout
Returns true if and only if the TimerTask associated with this handle has been expired.
isFalse(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Booleans
 
isHeldByCurrentThread() - 类 中的方法cn.sliew.milky.common.concurrent.ReleasableLock
 
isNotBlank(String) - 类 中的静态方法cn.sliew.milky.common.util.StringUtils
Determine if the supplied String is not blank.
isNullOrEmpty(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
 
isRecycled() - 类 中的方法cn.sliew.milky.common.recycler.NoneRecycler.NoneValue
 
isRecycled() - 接口 中的方法cn.sliew.milky.common.recycler.Value
 
isRetryable() - 异常错误 中的方法cn.sliew.milky.common.exception.BizException
 
isRetryable() - 枚举 中的方法cn.sliew.milky.common.exception.BizExceptionEnum
 
isRunning() - 类 中的方法cn.sliew.milky.common.stopwatch.Stopwatch
Returns true if Stopwatch.start() has been called on this stopwatch, and Stopwatch.stop() has not been called since the last call to start().
isStarted() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
 
isStarted() - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
 
isStop() - 类 中的方法cn.sliew.milky.common.timewheel.HashedWheelTimer
 
isStop() - 接口 中的方法cn.sliew.milky.common.timewheel.Timer
the timer is stop
isStopped() - 类 中的方法cn.sliew.milky.common.lifecycle.AbstractLifeCycle
 
isStopped() - 接口 中的方法cn.sliew.milky.common.lifecycle.LifeCycle
 
isSuccess() - 类 中的方法cn.sliew.milky.common.lifecycle.LifeCycle.LifeCycleResult
 
isTrue(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Booleans
 
iterator() - 类 中的方法cn.sliew.milky.common.environment.MutablePropertySources
 

J

JdkMapDiff<K,T> - cn.sliew.milky.common.diff中的类
Represents differences between two Maps of (possibly diffable) objects.
JdkMapDiff(Map<K, T>, Map<K, T>) - 类 的构造器cn.sliew.milky.common.diff.JdkMapDiff
 
JRE_IS_64BIT - 类 中的静态变量cn.sliew.milky.common.util.Constants
True iff running on a 64bit JVM

K

key() - 接口 中的方法cn.sliew.milky.common.constant.Attribute
Returns the key of this attribute.
Key - cn.sliew.milky.common.settings中的接口
setting key interface.
key - 类 中的变量cn.sliew.milky.common.settings.SimpleKey
 
KeyMap<V> - cn.sliew.milky.common.path中的类
A multi-level key map.
KeyMap(int, float) - 类 的构造器cn.sliew.milky.common.path.KeyMap
 
KeyMap(int) - 类 的构造器cn.sliew.milky.common.path.KeyMap
 
KeyMap() - 类 的构造器cn.sliew.milky.common.path.KeyMap
 
keys() - 类 中的方法cn.sliew.milky.common.cache.local.Cache
An LRU sequencing of the keys in the cache that supports removal.
keySet() - 类 中的方法cn.sliew.milky.common.settings.Settings
Returns the fully qualified setting names contained in this settings object.
kilo() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
 
kiloFrac() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
 

L

last() - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
 
last() - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
Returns the last Command in this pipeline.
lastContext() - 类 中的方法cn.sliew.milky.common.chain.DefaultPipeline
 
lastContext() - 接口 中的方法cn.sliew.milky.common.chain.Pipeline
Returns the context of the last Command in this pipeline.
LFUCache<K,V> - cn.sliew.milky.common.cache.lfu中的类
 
LFUCache() - 类 的构造器cn.sliew.milky.common.cache.lfu.LFUCache
 
LFUCache(int, float) - 类 的构造器cn.sliew.milky.common.cache.lfu.LFUCache
Constructs and initializes cache with specified capacity and eviction factor.
LifeCycle - cn.sliew.milky.common.lifecycle中的接口
Life cycle component, which useful for handle component initialize, start and stop.
LifeCycle.LifeCycleResult - cn.sliew.milky.common.lifecycle中的类
 
LifeCycle.LifeCycleSupportResult - cn.sliew.milky.common.lifecycle中的类
 
LifeCycle.State - cn.sliew.milky.common.lifecycle中的枚举
Status of a life cycle.
LifeCycleListener<T extends LifeCycle> - cn.sliew.milky.common.lifecycle中的接口
LifeCycle listener.
LINKED_HASHTABLE_RAM_BYTES_PER_ENTRY - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
Approximate memory usage that we assign to a LinkedHashMap entry.
ListKey - cn.sliew.milky.common.settings中的类
 
ListKey(String) - 类 的构造器cn.sliew.milky.common.settings.ListKey
 
load(K) - 接口 中的方法cn.sliew.milky.common.cache.local.CacheLoader
 
log - 类 中的变量cn.sliew.milky.common.environment.AbstractPropertyResolver
 
log - 类 中的变量cn.sliew.milky.common.environment.AbstractPropertySource
 
LogCommand - cn.sliew.milky.common.chain中的类
 
LogCommand(Logger) - 类 的构造器cn.sliew.milky.common.chain.LogCommand
 
logger() - 接口 中的方法cn.sliew.milky.common.chain.Context
This method provider a Logger utililies for user can't construct a logger or try to log pipeline context message to one logger file.
logger - 类 中的变量cn.sliew.milky.common.chain.ContextMap
 
logger() - 类 中的方法cn.sliew.milky.common.chain.ContextMap
 
logKeyFound(String, PropertySource<?>, Object) - 类 中的方法cn.sliew.milky.common.environment.PropertySourcesPropertyResolver
Log the given key as found in the given PropertySource, resulting in the given value.
Longs - cn.sliew.milky.common.primitives中的类
 
LRUCache<K,V> - cn.sliew.milky.common.cache.lru中的类
最常见的缓存实现方式,缺点是缺少缓存过期功能 dubbo的实现添加了并发访问的功能
LRUCache() - 类 的构造器cn.sliew.milky.common.cache.lru.LRUCache
 
LRUCache(int) - 类 的构造器cn.sliew.milky.common.cache.lru.LRUCache
 

M

main(String[]) - 类 中的静态方法cn.sliew.milky.common.version.SemVersion
 
map(P, BiFunction<P, V, V2>) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
map(Function<V, V2>) - 类 中的方法cn.sliew.milky.common.path.KeyMap
 
MapDiff<K,T,M> - cn.sliew.milky.common.diff中的类
Represents differences between two maps of objects and is used as base class for different map implementations.
MapDiff() - 类 的构造器cn.sliew.milky.common.diff.MapDiff
 
MapDiff(List<K>, Map<K, Diff<T>>, Map<K, T>) - 类 的构造器cn.sliew.milky.common.diff.MapDiff
 
MapPropertySource - cn.sliew.milky.common.environment中的类
 
MapPropertySource(String, Map<String, Object>) - 类 的构造器cn.sliew.milky.common.environment.MapPropertySource
 
match(String) - 类 中的方法cn.sliew.milky.common.settings.GroupKey
 
match(String) - 接口 中的方法cn.sliew.milky.common.settings.Key
matches provided name with Key.
match(String) - 类 中的方法cn.sliew.milky.common.settings.ListKey
 
match(String) - 类 中的方法cn.sliew.milky.common.settings.Setting
Returns true iff the given key matches the settings key or if this setting is a group setting if the given key is part of the settings group.
match(String) - 类 中的方法cn.sliew.milky.common.settings.SimpleKey
 
MAX_ARRAY_LENGTH - 类 中的静态变量cn.sliew.milky.common.util.ArrayUtil
Maximum length for an array (Integer.MAX_VALUE - RamUsageEstimator.NUM_BYTES_ARRAY_HEADER).
MAX_DEPTH - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
Recurse only into immediate descendants.
MAX_LENGTH - 类 中的静态变量cn.sliew.milky.common.path.NameIterator
Configuration key maximum allowed length.
MAX_PAGE - 类 中的静态变量cn.sliew.milky.common.model.param.AbstractPageParam
 
MAX_SIZE - 类 中的静态变量cn.sliew.milky.common.model.param.AbstractPageParam
 
maxExecutionTimeInMillis() - 类 中的方法cn.sliew.milky.common.watchdog.DefaultThreadWatchdog
 
maxExecutionTimeInMillis() - 类 中的方法cn.sliew.milky.common.watchdog.Noop
 
maxExecutionTimeInMillis() - 接口 中的方法cn.sliew.milky.common.watchdog.ThreadWatchdog
 
mega() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
 
megaFrac() - 类 中的方法cn.sliew.milky.common.unit.SizeValue
 
micros() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
 
microsFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
 
millis() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
 
millisFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
 
MINUS_ONE - 类 中的静态变量cn.sliew.milky.common.unit.TimeValue
 
minutes() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
 
minutesFrac() - 类 中的方法cn.sliew.milky.common.unit.TimeValue
 
MutablePropertySources - cn.sliew.milky.common.environment中的类
The default implementation of the PropertySourceIterable interface.
MutablePropertySources() - 类 的构造器cn.sliew.milky.common.environment.MutablePropertySources
Create a new MutablePropertySources object.
MutablePropertySources(PropertySourceIterable) - 类 的构造器cn.sliew.milky.common.environment.MutablePropertySources
Create a new MutablePropertySources from the given propertySources object, preserving the original order of contained PropertySource objects.

N

name() - 类 中的方法cn.sliew.milky.common.chain.AbstractPipelineProcess
 
NAME - 类 中的静态变量cn.sliew.milky.common.chain.LogCommand
 
name() - 接口 中的方法cn.sliew.milky.common.chain.PipelineProcess
The unique name of the Command.The name was used when then Command was added to the Pipeline.
name() - 类 中的方法cn.sliew.milky.common.constant.AbstractConstant
 
name() - 接口 中的方法cn.sliew.milky.common.constant.Constant
返回当前Constant的名字(name)。
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
Creates a new AttributeKey for the given name or fail with an IllegalArgumentException if a AttributeKey for the given name exists.
newInstance(String) - 类 中的方法cn.sliew.milky.common.constant.ConstantPool
Creates a new Constant for the given name or fail with an IllegalArgumentException if a Constant for the given name exists.
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
 

O

ObjectUtil - cn.sliew.milky.common.util中的类
 
obtain() - 类 中的方法cn.sliew.milky.common.recycler.ConcurrentDequeRecycler
 
obtain() - 类 中的方法cn.sliew.milky.common.recycler.DequeRecycler
 
obtain() - 类 中的方法cn.sliew.milky.common.recycler.NoneRecycler
 
obtain() - 接口 中的方法cn.sliew.milky.common.recycler.Recycler
 
ONE_GB - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
One gigabyte bytes.
ONE_KB - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
One kilobyte bytes.
ONE_MB - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
One megabyte bytes.
onEvent(AbstractPipelineProcess<K, V>, Context<K, V>, CompletableFuture<?>) - 接口 中的方法cn.sliew.milky.common.chain.Command
Execute a unit of processing work to be performed.
onEvent(AbstractPipelineProcess<String, Object>, Context<String, Object>, CompletableFuture<?>) - 类 中的方法cn.sliew.milky.common.chain.LogCommand
 
onFailure(Exception) - 接口 中的方法cn.sliew.milky.common.filter.ActionListener
A failure caused by an exception at some phase of the task.
onRemoval(RemovalNotification<K, V>) - 接口 中的方法cn.sliew.milky.common.cache.local.RemovalListener
 
onResponse(Response) - 接口 中的方法cn.sliew.milky.common.filter.ActionListener
Handle action response.
openExplain() - 类 中的方法cn.sliew.milky.common.context.ExecuteContext
 
openProfile() - 类 中的方法cn.sliew.milky.common.context.ExecuteContext
 
order() - 接口 中的方法cn.sliew.milky.common.filter.ActionFilter
The position of the filter in the chain.
OS_ARCH - 类 中的静态变量cn.sliew.milky.common.util.Constants
 
OutputStreamStreamOutput - cn.sliew.milky.common.io.stream中的类
 
OutputStreamStreamOutput(OutputStream) - 类 的构造器cn.sliew.milky.common.io.stream.OutputStreamStreamOutput
 
oversize(int, int) - 类 中的静态方法cn.sliew.milky.common.util.ArrayUtil
Returns an array size >= minTargetSize, generally over-allocating exponentially to achieve amortized linear-time cost as the array grows.

P

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
Return the assigned Pipeline
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中的接口
Holder containing one or more PropertySource objects.
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
 

Q

QUERY_DEFAULT_RAM_BYTES_USED - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
Approximate memory usage that we assign to all unknown queries - this maps roughly to a BooleanQuery with a couple term clauses.
quote(String) - 类 中的静态方法cn.sliew.milky.common.primitives.Strings
Quote the given String with single quotes.

R

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
Set this object's fields from a StreamInput.
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
Reads an optional Integer.
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
Construct a new Token and removing the last TokenFormat.Segment of this 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
Replaces all placeholders of format ${name} with the value returned from the supplied PropertyPlaceholder.PlaceholderResolver.
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
Resolve ${...} placeholders in the given text, replacing them with corresponding property values as resolved by PropertyResolver.getProperty(java.lang.String).
resolveRequiredPlaceholders(String) - 类 中的方法cn.sliew.milky.common.environment.AbstractPropertyResolver
 
resolveRequiredPlaceholders(String) - 接口 中的方法cn.sliew.milky.common.environment.PropertyResolver
Resolve ${...} placeholders in the given text, replacing them with corresponding property values as resolved by PropertyResolver.getProperty(java.lang.String).
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
Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).

S

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中的异常错误
Thrown when SetOnce.set(Object) is called more than once.
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
Return the number of PropertySource objects contained.
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
Returns the size in bytes of a Collection object, including sizes of its values, supplying RamUsageEstimator.UNKNOWN_DEFAULT_RAM_BYTES_USED when object type is not well known.
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
Returns the size in bytes of a Map object, including sizes of its keys and values, supplying RamUsageEstimator.UNKNOWN_DEFAULT_RAM_BYTES_USED when object type is not well known.
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中的接口
Implementers can be written to a StreamOutput and read from a StreamInput.
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中的枚举
 

T

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中的接口
A handle associated with a TimerTask that is returned by a Timer.
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中的接口
A task which is executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit) (TimerTask, long, TimeUnit)}.
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
Returns a String representation of the current 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
Returns a String representation of the current 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

U

UNKNOWN_DEFAULT_RAM_BYTES_USED - 类 中的静态变量cn.sliew.milky.common.util.RamUsageEstimator
Approximate memory usage that we assign to all unknown objects - this maps roughly to a few primitive fields and a couple short String-s.
unregister() - 类 中的方法cn.sliew.milky.common.watchdog.DefaultThreadWatchdog
 
unregister() - 类 中的方法cn.sliew.milky.common.watchdog.Noop
 
unregister() - 接口 中的方法cn.sliew.milky.common.watchdog.ThreadWatchdog
Unregisters the current thread and prevents it from being interrupted.
unsupport(String) - 类 中的静态方法cn.sliew.milky.common.lifecycle.LifeCycle.LifeCycleSupportResult
 
updateKeyWithNamedWildcard(String) - 类 中的方法cn.sliew.milky.common.path.PathTrie.TrieNode
 
updater(Settings, Settings) - 接口 中的方法cn.sliew.milky.common.settings.SettingUpdater
Returns a callable runnable that calls SettingUpdater.apply(Object, Settings, Settings) if the settings actually changed.
upMajor() - 类 中的方法cn.sliew.milky.common.version.SemVersion
 
upMinor() - 类 中的方法cn.sliew.milky.common.version.SemVersion
 
upPatch() - 类 中的方法cn.sliew.milky.common.version.SemVersion
 
upserts - 类 中的变量cn.sliew.milky.common.diff.MapDiff
 

V

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
Validate this setting against its dependencies, specified by Validator.settings().
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
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

weigher(ToLongBiFunction<K, V>) - 类 中的方法cn.sliew.milky.common.cache.local.CacheBuilder
 
weight() - 类 中的方法cn.sliew.milky.common.cache.local.Cache
The weight of the entries in the cache.
withDetail(Explanation...) - 类 中的方法cn.sliew.milky.common.explain.Explanation
 
wrap(byte[]) - 类 中的静态方法cn.sliew.milky.common.io.stream.StreamInput
 
wrap(byte[], int, int) - 类 中的静态方法cn.sliew.milky.common.io.stream.StreamInput
 
Writable - cn.sliew.milky.common.io.stream中的接口
todo 如果使用它作为transport层的传输对象,则无法嵌入自定义的协议
Writable.Writer<V> - cn.sliew.milky.common.io.stream中的接口
 
write(int) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
write(byte[], int, int) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
write(StreamOutput, V) - 接口 中的方法cn.sliew.milky.common.io.stream.Writable.Writer
Write V-type value to the output stream.
writeBoolean(boolean) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
writeByte(byte) - 类 中的方法cn.sliew.milky.common.io.stream.OutputStreamStreamOutput
 
writeByte(byte) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Writes a single byte.
writeBytes(byte[], int, int) - 类 中的方法cn.sliew.milky.common.io.stream.OutputStreamStreamOutput
 
writeBytes(byte[]) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Writes an array of bytes.
writeBytes(byte[], int) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Writes an array of bytes.
writeBytes(byte[], int, int) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Writes an array of bytes.
writeDouble(double) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
writeFloat(float) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
writeGenericValue(Object) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Notice: when serialization a map, the stream out map with the stream in map maybe have the different key-value orders, they will maybe have different stream order.
writeInt(int) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Writes an int as four bytes.
writeLong(long) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Writes a long as eight bytes.
writeOptionalBoolean(Boolean) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
writeOptionalDouble(Double) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
writeOptionalFloat(Float) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
writeOptionalInt(Integer) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Writes an optional Integer.
writeOptionalLong(Long) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
writeOptionalVInt(Integer) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
writeOptionalVLong(Long) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
writeShort(short) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
 
writeTo(StreamOutput) - 接口 中的方法cn.sliew.milky.common.io.stream.Writable
Write this object's fields to a StreamOutput.
writeVInt(int) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Writes an int in a variable-length format.
writeVLong(long) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Writes a non-negative long in a variable-length format.
writeZLong(long) - 类 中的方法cn.sliew.milky.common.io.stream.StreamOutput
Writes a long in a variable-length format.

Z

ZERO - 类 中的静态变量cn.sliew.milky.common.unit.ByteValue
 
ZERO - 类 中的静态变量cn.sliew.milky.common.unit.TimeValue
 
zigZagDecode(int) - 类 中的静态方法cn.sliew.milky.common.util.BitUtil
Decode an int previously encoded with BitUtil.zigZagEncode(int).
zigZagDecode(long) - 类 中的静态方法cn.sliew.milky.common.util.BitUtil
Decode a long previously encoded with BitUtil.zigZagEncode(long).
zigZagEncode(int) - 类 中的静态方法cn.sliew.milky.common.util.BitUtil
Same as BitUtil.zigZagEncode(long) but on integers.
zigZagEncode(long) - 类 中的静态方法cn.sliew.milky.common.util.BitUtil
Zig-zag encode the provided long.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
跳过导航链接

Copyright © 2021. All rights reserved.