![]() | com.espertech.esper.compat Namespace |
[Missing <summary> documentation for "N:com.espertech.esper.compat"]
Class | Description | |
---|---|---|
![]() | AtomicT | |
![]() | AtomicBoolean | |
![]() | AtomicLong | |
![]() | BigIntegerHelper |
Utility class for interoperability with BigInteger.
|
![]() | Boxing | |
![]() | ByteExtensions | |
![]() | CacheK, V | |
![]() | Cache2DK, V | |
![]() | Cache3DK, V | |
![]() | Callable | |
![]() | CallableT | |
![]() | ChronoField | |
![]() | ChronoUnit |
Designed to provide compatibility with the ChronoUnit from Java.
|
![]() | ContextVarT |
Provides a stack-like object that can be used to maintain the state of a
thread-local value. Unlike a pure threadstatic variable a ContextVar can
have multiple values that can be stacked.
|
![]() | DateTimeEx |
DateTime with offset and timezone tracking. When math operations are performed against this
structure, they can take into account the timezone the date was associated with.
|
![]() | DateTimeHelper |
Assistant class to help with conversions between Java-style and
granularity dates and CLR-style DateTime.
|
![]() | DateTimeOffsetHelper |
Assistant class to help with conversions between Java-style and
granularity dates and CLR-style DateTime.
|
![]() | DebugExtensions | |
![]() | DefaultResourceManager |
Manages access to named resources
|
![]() | DefaultTypeCasterFactory |
DefaultTypeCasterFactory is a class that : the methods required to
transform objects from one type to another type. This specific class allows
the developer to override the behavior that occurs during creation of new
TypeCasters.
|
![]() | EnumHelper |
Collection of utility methods to help with enumerated types.
|
![]() | EventCoordinator |
Use this to coordinate an event that has multiple participants.
To use it, have each participant increment the coordinator during
their initialization and have each participant signal the coordinator
when they are ready. An application that is pending coordination
should call the WaitAll() method to wait for all participants.
|
![]() | FlowTracer |
Can be used to TRACE flow through a process.
|
![]() | GenericTypeCasterT |
Casts an opaque object into a strongly typed result.
|
![]() | HighResolutionTimeProvider | |
![]() | IllegalStateException |
An exception that occurs when some illegal state occurs.
|
![]() | MathContext | |
![]() | MathContextExtensions | |
![]() | MetaEnum |
Methos for meta enumerations.
|
![]() | MetaName | |
![]() | MethodExtensions | |
![]() | MutableT |
Thread local data
|
![]() | NoCacheK, V | |
![]() | ObjectFactoryT |
Parses an object from an input.
|
![]() | ObservableCall |
A simple delegate that can be observed. Observable delegates are primarily
designed to be used with calls that wrap the child call for collection of
diagnostics.
|
![]() | PerformanceObserver | |
![]() | PerformanceObserverMono |
Implementation of the performance observer turned for use on Windows.
|
![]() | PerformanceObserverWin |
Implementation of the performance observer turned for use on Windows.
|
![]() | PerformanceTracker | |
![]() | Prime | |
![]() | Properties |
Collection that maps a string to a string.
|
![]() | PropertyResolutionStyle | |
![]() | PropertyResolutionStyleHelper |
A class that helps with the use of the PropertyResolutionStyle. Among other
things it allows developers to get or set the property resolution style that
should be used when one is not specified.
|
![]() | PropertyType | Enumeration of property types. |
![]() | PropertyTypeExtensions | |
![]() | Runnable |
Represents a delegate that can be called.
|
![]() | ScopedInstanceT |
Provides a generic item that can be scoped statically as a singleton; avoids the
need to define a threadstatic variable. Also provides a consistent model for
providing this service.
|
![]() | ScopedThreadCulture | |
![]() | Sequencer | |
![]() | SimpleDateFormat | |
![]() | SoftReferenceT |
Soft references are like weak references in that they allow an object to go out of scope
when it is not referenced. Any "hard" reference to an object causes the object to remain
out of the eyes of the GC. The soft reference splits the difference by marking an object
with a hard reference and using a counter. When the object is accessed, the reference
count increases and over time decays to zero. When it decays to zero, the reference
effectively becomes a weak reference and is available to the GC.
|
![]() | StreamExtensions | |
![]() | StringBuilderExtensions | |
![]() | StringExtensions | |
![]() | StringJoiner | |
![]() | TimeUnit | |
![]() | TimeUnitHelper | |
![]() | TimeZoneHelper | |
![]() | Tracer | |
![]() | TrackedDisposable | |
![]() | TransformerSource, Target | |
![]() | TypeCaster |
Casts an opaque object into a different type of opaque object.
The TypeCaster encapsulates the behavior to make the transformation
occur but the input and output types are loosely defined.
|
![]() | TypeCasterFactory |
TypeCasterFactory provides factory methods for the creation of TypeCaster
that transform between two known types.
|
![]() | TypeExtensions | |
![]() | TypePair | |
![]() | UnsupportedOperationException | |
![]() | ValueRangeT | |
![]() | VoidDisposable |
Does nothing
|
![]() | WeakDictionaryTKey, TValue |
A generic dictionary, which allows its keys
to be garbage collected if there are no other references
to them than from the dictionary itself.
|
![]() | WeakReferenceT | |
![]() | XMLConstants |
Contains constants for XML processing.
|
Interface | Description | |
---|---|---|
![]() | ClassLoader | |
![]() | DateFormat | |
![]() | GenericTypeCasterFactory |
Creates a generic type caster for the provided type.
|
![]() | ICacheK, V | |
![]() | ICallableT | |
![]() | IResourceManager | |
![]() | IRunnable |
Represents an interface that can be called.
|
![]() | ISequence |