Package jline.lang.layered


package jline.lang.layered
This package contains the classes used the specify LayeredNetwork objects
  • Classes
    Class
    Description
    An 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 activities
    A task that offers caching services
    An 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 Tasks
    A caching service that gives access to items
    LayeredNetwork represents a layered queueing network (LQN) model for performance analysis of distributed and multi-tiered software systems.
    Element of a LayeredNetwork model
    One 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 LayeredNetwork
    A 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 Tasks
    SetupTask 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).