Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Agi.foundation.infrastructure.threading Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
BackgroundCalculationUsed to perform a computation in the background.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
MessageEventArgsClassagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
MessageQueueClassagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
PersistentDictionaryA dictionary that maps keys to values and is persistent.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
PersistentDictionaryAddResultenum PersistentDictionaryAddResultIndicates the result of adding a key-value pair to a PersistentDictionary.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
PersistentDictionaryNodeA node in a PersistentDictionary.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
RecurringTaskA task that is executed periodically by RecurringTaskScheduler.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
RecurringTaskSchedulerA scheduler for recurring tasks that attempts to run all of its tasks in a fair manner.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
RecurringTaskStatisticsContains information about the performance of a RecurringTask being managed by a RecurringTaskScheduler.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
ThreadedCalculationParallelizes calculations across multiple threads.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
ThreadedCalculation .BodyCallbackA delegate representing the body of a multithreaded 'for' loop.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
ThreadedCalculation .BodyCallback2A delegate representing the body of a multithreaded 'for' loop.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
ThreadedCalculation .BodyCallbackWithProgressA delegate representing the body of a multithreaded 'for' loop, where each iteration of the loop intends to provide detailed information about its progress.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
ThreadedCalculation .BodyCallbackWithProgress2A delegate representing the body of a multithreaded 'for' loop, where each iteration of the loop intends to provide detailed information about its progress.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
ThreadingPolicySpecifies how a parallelizable operation should utilize multithreading.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
ThreadSourceThe source of a thread used to execute a parallelizable operation.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
TransactedObjectAn object that participates in the software transactional memory (STM) system via TransactionContext and Transaction.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
TransactedPropertyA property that participates in the software transactional memory (STM) system.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
TransactedPropertyChangedEventArgsContains information about a change to a TransactedProperty.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
TransactionCommittedEventArgsContains information about a committed transaction during the Committed (add / remove) event.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
TransactionConflictExceptionAn exception that is thrown when the Transaction being committed conflicts with another transaction already committed.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )
TransactionParameterThe placeholder for a parameterized Transaction within an evaluator.Classagi.foundation.infrastructure.threadingAGI ( Analytical Graphics )