Package jline.lang.layered
package jline.lang.layered
This package contains the classes used the specify LayeredNetwork objects
-
ClassesClassDescriptionAn Activity represents an individual processing step or service operation within a Task in a layered queueing network.A set of call targets dispatched as one group by a routing strategy.A class modeling precedence relationships among activitiesA task that offers caching servicesAn Entry represents a service interface exposed by a Task in a layered queueing network.Deprecated.Use SetupTask, or a plain Task with setSetupTime() and setDelayOffTime().A processor that can run TasksA caching service that gives access to itemsLayeredNetwork represents a layered queueing network (LQN) model for performance analysis of distributed and multi-tiered software systems.Element of a LayeredNetwork modelOne admission constraint row declared by operand name.One declared pool, its operands held by name until getStruct resolves them.Class summarizing the characteristics of a LayeredNetworkA caller activity, the strategy, and the entries it dispatches over.The resolved pool block of one server: compat(t, j) nonzero = pool t may serve operand j.Alias for the Host class, i.e., a processor that can run TasksSetupTask is a Task whose servers are switched off while idle.A Task represents a software component or process in a layered queueing network that can host services (Entry objects) and runs on a Processor (Host).