Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Quasar - 177 results found.
NameDescriptionTypePackageFramework
AbstractFutureClassco.paralleluniverse.strandsQuasar
AbstractOwnableSynchronizerA synchronizer that may be exclusively owned by a strand.Classco.paralleluniverse.strands.concurrentQuasar
AbstractQueuedLongSynchronizerA version of AbstractQueuedSynchronizer in which synchronization state is maintained as a long.Classco.paralleluniverse.strands.concurrentQuasar
AbstractQueuedSynchronizerProvides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely onClassco.paralleluniverse.strands.concurrentQuasar
AbstractRecordAn abstract implementation of Record.Classco.paralleluniverse.data.recordQuasar
AbstractServerHandlerA convenience class implementing the ServerHandler interface.Classco.paralleluniverse.actors.behaviorsQuasar
ActorAn actor is a self-contained execution unit - an object running in its own strand and communicating with other actors via messages.Classco.paralleluniverse.actorsQuasar
ActorBuilderAn object that can construct a new actorConstructs a new actorInterfaceco.paralleluniverse.actorsQuasar
ActorImplClassco.paralleluniverse.actorsQuasar
ActorInfoInformation about an actor returned by ActorsMXBean.Classco.paralleluniverse.actorsQuasar
ActorLoaderLoads actor, and actor-related classes for hot code-swapping.Classco.paralleluniverse.actorsQuasar
ActorLoaderMXBeanInterfaceco.paralleluniverse.actorsQuasar
ActorMessageA class extended by all standard actor messages in this package.Classco.paralleluniverse.actors.behaviorsQuasar
ActorMXBeanAn MXBean monitoring a single actor.Interfaceco.paralleluniverse.actorsQuasar
ActorRefAn actor's external API (for use by code not part of the actor).Classco.paralleluniverse.actorsQuasar
ActorRefDelegateAn ActorRef which delegates all operations to another ActorRef.Classco.paralleluniverse.actorsQuasar
ActorRegistryA registry used to find registered actors by name.Classco.paralleluniverse.actorsQuasar
ActorsMXBeanAn MXBean that monitors all actors.Interfaceco.paralleluniverse.actorsQuasar
ActorSpecClassco.paralleluniverse.actorsQuasar
ActorUtilStatic utility methods for working with actors.Classco.paralleluniverse.actorsQuasar
AsyncCompletionStageTurns CompletableFutures into fiber-blocking operations.Classco.paralleluniverse.fibers.futuresQuasar
AsyncListenableFutureTurns Google Guava's ListenableFutures into a fiber-blocking operation.Classco.paralleluniverse.fibers.futuresQuasar
BasicActorA subclass of Actor that provides selective receive capabilities.Classco.paralleluniverse.actorsQuasar
BehaviorA general behavior-actor interfaceSee Also:Serialized FormClassco.paralleluniverse.actors.behaviorsQuasar
BehaviorActorA general behavior-actor class, extended by all behaviors.Classco.paralleluniverse.actors.behaviorsQuasar
ChannelA message-passing channel.Interfaceco.paralleluniverse.strands.channelsQuasar
ChannelClosedExceptionClassco.paralleluniverse.strands.channelsQuasar
ChannelGroupA grouping of channels for the purpose of resource sharing.Classco.paralleluniverse.fibers.ioQuasar
ChannelsA utility class for creating and manipulating channels.Classco.paralleluniverse.strands.channelsQuasar
CheckedSuspendableCallableThis interface can represent any operation that may suspend the currently executing Strand (i.Interfaceco.paralleluniverse.strandsQuasar
ConcurrencyExceptionClassco.paralleluniverse.actorsQuasar
ConditionInterfaceco.paralleluniverse.strandsQuasar
ConditionSelectorClassco.paralleluniverse.strandsQuasar
ConditionSynchronizerClassco.paralleluniverse.strandsQuasar
CountDownLatchA synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.Classco.paralleluniverse.strands.concurrentQuasar
CyclicBarrierA synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.Classco.paralleluniverse.strands.concurrentQuasar
DefaultFiberSchedulerThe default FiberScheduler used to schedule fibers that do not specify a particular scheduler.Classco.paralleluniverse.fibersQuasar
DelegatingReceivePortClassco.paralleluniverse.strands.channelsQuasar
DelegatingSendPortClassco.paralleluniverse.strands.channelsQuasar
DoneSynchronizerClassco.paralleluniverse.strandsQuasar
DoubleChannelA channel for primitive double messages.Interfaceco.paralleluniverse.strands.channelsQuasar
DoubleReceivePortA primitive double channel's consumer-side interface.Interfaceco.paralleluniverse.strands.channelsQuasar
DoubleSendPortA primitive double channel's producer-side interface.Interfaceco.paralleluniverse.strands.channelsQuasar
ErrorMessageInterfaceco.paralleluniverse.actors.behaviorsQuasar
ErrorResponseMessageA simple subclass of ResponseMessage that represents an error in processing the request.Classco.paralleluniverse.actors.behaviorsQuasar
EventHandlerInterfaceco.paralleluniverse.actors.behaviorsQuasar
EventSourceAn interface to an EventSourceActor.Classco.paralleluniverse.actors.behaviorsQuasar
EventSourceActorA behavior actor that can be notified of *event* messages, which are delivered to *event handlers* which may be registered with the actor.Classco.paralleluniverse.actors.behaviorsQuasar
ExitMessageA LifecycleMessage signifying an actor's death.Classco.paralleluniverse.actorsQuasar
FakeActorAn ActorRef which is not backed by any actual Actor.Classco.paralleluniverse.actorsQuasar
FiberA lightweight thread.Classco.paralleluniverse.fibersQuasar
FiberAsyncA general helper class that transforms asynchronous requests to synchronous (fiber-blocking) calls.Classco.paralleluniverse.fibersQuasar
FiberExecutorSchedulerA fiber scheduler that uses a given Executor for scheduling.Classco.paralleluniverse.fibersQuasar
FiberFactoryCreates new fibers on demand.Interfaceco.paralleluniverse.fibersQuasar
FiberFileChannelA fiber-blocking version of FileChannel.Classco.paralleluniverse.fibers.ioQuasar
FiberForkJoinSchedulerA ForkJoinPool based scheduler for fibers.Classco.paralleluniverse.fibersQuasar
FiberInfoCurrent information about a fiber returned by FibersMXBean.Classco.paralleluniverse.fibersQuasar
FiberSchedulerA thread-pool based scheduler for fibers.Classco.paralleluniverse.fibersQuasar
FiberServerSocketChannelA fiber-blocking version of ServerSocketChannel.Classco.paralleluniverse.fibers.ioQuasar
FibersMXBeanAn MXBean that monitors fibers scheduled by a single FiberScheduler.Interfaceco.paralleluniverse.fibersQuasar
FiberSocketChannelA fiber-blocking version of SocketChannel.Classco.paralleluniverse.fibers.ioQuasar
FiberUtilStatic utility methods for working with fibers.Classco.paralleluniverse.fibersQuasar
FiberWriterA callback used by Fiber.Interfaceco.paralleluniverse.fibersQuasar
FieldClassco.paralleluniverse.data.recordQuasar
FieldNotFoundExceptionThrown by a Record when trying to get or set a field that is not in the record.Classco.paralleluniverse.data.recordQuasar
FiniteStateMachineActorA behavior implementing a finite-state-machine.Classco.paralleluniverse.actors.behaviorsQuasar
FlatMappingReceivePortClassco.paralleluniverse.strands.channelsQuasar
FloatChannelA channel for primitive float messages.Interfaceco.paralleluniverse.strands.channelsQuasar
FloatReceivePortA primitive float channel's consumer-side interface.Interfaceco.paralleluniverse.strands.channelsQuasar
FloatSendPortA primitive float channel's producer-side interface.Interfaceco.paralleluniverse.strands.channelsQuasar
FromMessageAn actor message that identifies its senderThe actor that sent the message.Interfaceco.paralleluniverse.actors.behaviorsQuasar
IdMessageAn actor message with a unique (or unique with a high probability) ID (usually generated by ActorUtil.Interfaceco.paralleluniverse.actors.behaviorsQuasar
InitializerA delegate object that can be used instead of subclassing BehaviorActor and overriding its methods.Interfaceco.paralleluniverse.actors.behaviorsQuasar
IntChannelA channel for primitive int messages.Interfaceco.paralleluniverse.strands.channelsQuasar
IntReceivePortA primitive int channel's consumer-side interface.Interfaceco.paralleluniverse.strands.channelsQuasar
IntSendPortA primitive int channel's producer-side interface.Interfaceco.paralleluniverse.strands.channelsQuasar
JoinableInterfaceco.paralleluniverse.fibersQuasar
LifecycleExceptionAn exception that is generated by an actor's handleLifecycle method (and thrown by the receive method) if an ExitMessage is received from a linked actor.Classco.paralleluniverse.actorsQuasar
LifecycleMessageInterfaceco.paralleluniverse.actorsQuasar
LocalActorStatic methods that provide access to Actor's functionality through an ActorRef if the actor is local.Classco.paralleluniverse.actorsQuasar
LongChannelA channel for primitive double messages.Interfaceco.paralleluniverse.strands.channelsQuasar
LongReceivePortA primitive long channel's consumer-side interface.Interfaceco.paralleluniverse.strands.channelsQuasar
LongSendPortA primitive long channel's producer-side interface.Interfaceco.paralleluniverse.strands.channelsQuasar
MailboxA channel that is used as an actor's mailbox.Classco.paralleluniverse.actorsQuasar
MailboxConfigAn actor mailbox configuration.Classco.paralleluniverse.actorsQuasar
MessageProcessorAn interface that is used by BasicActor.Interfaceco.paralleluniverse.actorsQuasar
MessageSelectorA fluent interface for creating MessageProcessors that select messages matching a few simple criteria.Classco.paralleluniverse.actors.behaviorsQuasar
MigratingActorInterfaceco.paralleluniverse.actorsQuasar
MixReceivePort with Mix operations.Interfaceco.paralleluniverse.strands.channelsQuasar
OnUpgradeClassco.paralleluniverse.actorsQuasar
OwnedSynchronizerClassco.paralleluniverse.strandsQuasar
PhaserA reusable synchronization barrier, similar in functionality to but supporting more flexible usage.Classco.paralleluniverse.strands.concurrentQuasar
PipelineClassco.paralleluniverse.strands.channels.transferQuasar
PortInterfaceco.paralleluniverse.strands.channelsQuasar
PortAutoCloseableCloses the channel so that no more messages could be sent to it.Interfaceco.paralleluniverse.strands.channelsQuasar
ProducerExceptionThis exception is thrown by a ReceivePort's receive or tryReceive methods if the channel has been closed with an exception.Classco.paralleluniverse.strands.channelsQuasar
ProxyServerActorWraps a Java object in a ServerActor that exposes the object's methods as an interface and processes them in an actor (on a dedicated strand).Classco.paralleluniverse.actors.behaviorsQuasar
QueueChannelClassco.paralleluniverse.strands.channelsQuasar
QueueDoubleChannelClassco.paralleluniverse.strands.channelsQuasar
QueueFloatChannelClassco.paralleluniverse.strands.channelsQuasar
QueueIntChannelClassco.paralleluniverse.strands.channelsQuasar
QueueLongChannelClassco.paralleluniverse.strands.channelsQuasar
QueueObjectChannelClassco.paralleluniverse.strands.channelsQuasar
QueuePrimitiveChannelClassco.paralleluniverse.strands.channelsQuasar
ReactiveStreamsClassco.paralleluniverse.strands.channels.reactivestreamsQuasar
ReadOnlyFieldExceptionThrown by a Record when trying to set a field that is read-only.Classco.paralleluniverse.data.recordQuasar
ReceivePortA channel's consumer-side functional interface.Interfaceco.paralleluniverse.strands.channelsQuasar
ReceivePortGroupClassco.paralleluniverse.strands.channelsQuasar
RecordA record made of some Fields with values.Interfaceco.paralleluniverse.data.recordQuasar
RecordArrayRepresents an array of Records.Interfaceco.paralleluniverse.data.recordQuasar
RecordExceptionClassco.paralleluniverse.data.recordQuasar
RecordsStatic utility methods for working with records.Classco.paralleluniverse.data.recordQuasar
RecordTypeRepresents a record type, and includes a name, and a list of fields along with their names and types.Classco.paralleluniverse.data.recordQuasar
ReentrantLockA reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor lock accessed usingClassco.paralleluniverse.strands.concurrentQuasar
ReentrantReadWriteLockAn implementation of ReadWriteLock supporting similar semantics to ReentrantLock.Classco.paralleluniverse.strands.concurrentQuasar
RegistrationExceptionClassco.paralleluniverse.actorsQuasar
RemoteActorThis class should be extended by implementations of remote actors.Classco.paralleluniverse.actorsQuasar
RequestMessageA message that contains a sender reference (the from property} and a unique identifier (the id property) and may be used as a request by RequestReplyHelper.Classco.paralleluniverse.actors.behaviorsQuasar
RequestReplyHelperThis class contains static methods that implement a request-reply pattern with actors.Classco.paralleluniverse.actors.behaviorsQuasar
ResponseMessageA message type used as a superclass by responses to RequestMessage.Classco.paralleluniverse.actors.behaviorsQuasar
RuntimeExecutionExceptionSimilar to ExecutionException only as an unchecked, rather than a checked, exception.Classco.paralleluniverse.fibersQuasar
RuntimeSuspendExecutionClassco.paralleluniverse.fibersQuasar
SchedulerLocalClassco.paralleluniverse.fibersQuasar
SealedRecordTypeInterfaceco.paralleluniverse.data.recordQuasar
SelectableA channel port that can be used by a Selector.Interfaceco.paralleluniverse.strands.channelsQuasar
SelectActionA channel operation that is selected by a Selector.Classco.paralleluniverse.strands.channelsQuasar
SelectiveReceiveHelperPerforms selective receive on behalf of an actor.Classco.paralleluniverse.actorsQuasar
SelectorAttempts to perform at most one channel operation (send or receive) of a given set.Classco.paralleluniverse.strands.channelsQuasar
SelectReceiveListenerA listener associated with a receive SelectAction, which is called if an only if the associated action has succeeded.Interfaceco.paralleluniverse.strands.channelsQuasar
SelectSendListenerA listener associated with a send SelectAction, which is called if an only if the associated action has succeeded.Interfaceco.paralleluniverse.strands.channelsQuasar
SemaphoreA counting semaphore.Classco.paralleluniverse.strands.concurrentQuasar
SendPortA channel's producer-side functional interface.Interfaceco.paralleluniverse.strands.channelsQuasar
ServerAn interface to a ServerActor.Classco.paralleluniverse.actors.behaviorsQuasar
ServerActorA behavior implementing a server that responds to request messages.Classco.paralleluniverse.actors.behaviorsQuasar
ServerHandlerA delegate object that can be used instead of subclassing ServerActor and overriding its methods.Interfaceco.paralleluniverse.actors.behaviorsQuasar
SettableFutureClassco.paralleluniverse.strandsQuasar
ShutdownMessageA message requesting the receiving actor to shut itself down.Classco.paralleluniverse.actorsQuasar
SimpleConditionSynchronizerClassco.paralleluniverse.strandsQuasar
SingleConsumerQueueChannelClassco.paralleluniverse.strands.channelsQuasar
SplitSendPortSendPort that will send messages it receives to a target SendPort.Classco.paralleluniverse.strands.channelsQuasar
StackInternal Class - DO NOT USE! (Public so that instrumented code can access it) ANY CHANGE IN THIS CLASS NEEDS TO BE SYNCHRONIZED WITH InstrumentMethodClassco.paralleluniverse.fibersQuasar
StampedLockA capability-based lock with three modes for controlling read/write access.Classco.paralleluniverse.strands.concurrentQuasar
StandardChannelInterfaceco.paralleluniverse.strands.channelsQuasar
StrandClassco.paralleluniverse.strandsQuasar
StrandedInterfaceco.paralleluniverse.strandsQuasar
StrandFactoryCreates new strnads on demand.Interfaceco.paralleluniverse.strandsQuasar
StrandFactoryBuilderEasily creates StrandFactorys.Classco.paralleluniverse.strandsQuasar
StrandLocalRandomA random number generator isolated to the current thread.Classco.paralleluniverse.strandsQuasar
SupervisorAn interface to a SupervisorActor.Classco.paralleluniverse.actors.behaviorsQuasar
SupervisorActorAn actor that supervises, and if necessary, restarts other actors.Classco.paralleluniverse.actors.behaviorsQuasar
SupervisorExceptionClassco.paralleluniverse.actors.behaviorsQuasar
SuspendableMarks a method as suspendable.Classco.paralleluniverse.fibersQuasar
SuspendableAction1 throws SuspendExecution, InterruptedExceptionInterfaceco.paralleluniverse.strandsQuasar
SuspendableAction2 throws SuspendExecution, InterruptedExceptionInterfaceco.paralleluniverse.strandsQuasar
SuspendableCallableThis interface can represent any operation that may suspend the currently executing Strand (i.Interfaceco.paralleluniverse.strandsQuasar
SuspendableRunnableThis interface can represent any operation that may suspend the currently executing Strand (i.Interfaceco.paralleluniverse.strandsQuasar
SuspendableUtilsClassco.paralleluniverse.strandsQuasar
SuspendExecutionAn exception used to initiate the control transfer.Classco.paralleluniverse.fibersQuasar
SynchronizationInterfaceco.paralleluniverse.strandsQuasar
ThreadLocalSerializerClassco.paralleluniverse.fibersQuasar
ThreadReceivePortThis class is a simple convenience wrapper around ReceivePort that can be used by threads (as opposed to fibers).Classco.paralleluniverse.strands.channelsQuasar
ThreadSendPortThis class is a simple convenience wrapper around SendPort that can be used by threads (as opposed to fibers).Classco.paralleluniverse.strands.channelsQuasar
TickerChannelConsumerA ReceivePort which is a view of a ticker channel.Classco.paralleluniverse.strands.channelsQuasar
TimeoutRepresents a timeout that can span several operations.Classco.paralleluniverse.strandsQuasar
TimeoutChannelClassco.paralleluniverse.strands.channelsQuasar
TopicA channel that forwards all messages to subscriber channels.Classco.paralleluniverse.strands.channelsQuasar
TransferChannelClassco.paralleluniverse.strands.channelsQuasar
TransformingReceivePortA ReceivePort with additional functional-transform operations, usually wrapping a plain ReceivePort.Classco.paralleluniverse.strands.channelsQuasar
TransformingSendPortA SendPort with additional functional-transform operations, usually wrapping a plain SendPort.Classco.paralleluniverse.strands.channelsQuasar
TrueThreadLocalA ThreadLocal that is local to the current thread, rather than Strand.Classco.paralleluniverse.fibersQuasar
UpgradeClassco.paralleluniverse.actorsQuasar
ValA dataflow constant.Classco.paralleluniverse.strands.dataflowQuasar
ValChannelAn adapter that turns a DelayedVal into a ReceivePort that receives the DelayedVal's value and then closes.Classco.paralleluniverse.strands.dataflowQuasar
ValueResponseMessageA simple subclass of ResponseMessage that encapsulates a single response value.Classco.paralleluniverse.actors.behaviorsQuasar
VarA dataflow variable.Classco.paralleluniverse.strands.dataflowQuasar
VerifyInstrumentationExceptionClassco.paralleluniverse.fibersQuasar
ZippingReceivePortClassco.paralleluniverse.strands.channelsQuasar