Click or drag to resize

com.espertech.esper.compat Namespace

[Missing <summary> documentation for "N:com.espertech.esper.compat"]

Classes
  ClassDescription
Public classAtomicT
Public classAtomicBoolean
Public classAtomicLong
Public classBigIntegerHelper
Utility class for interoperability with BigInteger.
Public classBoxing
Public classByteExtensions
Public classCacheK, V
Public classCache2DK, V
Public classCache3DK, V
Public classCallable
Public classCallableT
Public classChronoField
Public classChronoUnit
Designed to provide compatibility with the ChronoUnit from Java.
Public classContextVarT
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.
Public classDateTimeEx
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.
Public classDateTimeHelper
Assistant class to help with conversions between Java-style and granularity dates and CLR-style DateTime.
Public classDateTimeOffsetHelper
Assistant class to help with conversions between Java-style and granularity dates and CLR-style DateTime.
Public classDebugExtensions
Public classDefaultResourceManager
Manages access to named resources
Public classDefaultTypeCasterFactory
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.
Public classEnumHelper
Collection of utility methods to help with enumerated types.
Public classEventCoordinator
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.
Public classFlowTracer
Can be used to TRACE flow through a process.
Public classGenericTypeCasterT
Casts an opaque object into a strongly typed result.
Public classHighResolutionTimeProvider
Public classIllegalStateException
An exception that occurs when some illegal state occurs.
Public classMathContext
Public classMathContextExtensions
Public classMetaEnum
Methos for meta enumerations.
Public classMetaName
Public classMethodExtensions
Public classMutableT
Thread local data
Public classNoCacheK, V
Public classObjectFactoryT
Parses an object from an input.
Public classObservableCall
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.
Public classPerformanceObserver
Public classPerformanceObserverMono
Implementation of the performance observer turned for use on Windows.
Public classPerformanceObserverWin
Implementation of the performance observer turned for use on Windows.
Public classPerformanceTracker
Public classPrime
Public classProperties
Collection that maps a string to a string.
Public classPropertyResolutionStyle
Public classPropertyResolutionStyleHelper
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.
Public classPropertyType
Enumeration of property types.
Public classPropertyTypeExtensions
Public classRunnable
Represents a delegate that can be called.
Public classScopedInstanceT
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.
Public classScopedThreadCulture
Public classSequencer
Public classSimpleDateFormat
Public classSoftReferenceT
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.
Public classStreamExtensions
Public classStringBuilderExtensions
Public classStringExtensions
Public classStringJoiner
Public classTimeUnit
Public classTimeUnitHelper
Public classTimeZoneHelper
Public classTracer
Public classTrackedDisposable
Public classTransformerSource, Target
Public classTypeCaster
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.
Public classTypeCasterFactory
TypeCasterFactory provides factory methods for the creation of TypeCaster that transform between two known types.
Public classTypeExtensions
Public classTypePair
Public classUnsupportedOperationException
Public classValueRangeT
Public classVoidDisposable
Does nothing
Public classWeakDictionaryTKey, 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.
Public classWeakReferenceT
Public classXMLConstants
Contains constants for XML processing.
Interfaces