\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

Classes

51Degrees Java classes. These contain the interfaces and logic of the Pipeline API.
[detail level 1234567]
Nfiftyone
Ncaching
CCache
Base cache interface which declares only the get method and the types of key and value stored in the cache
CCacheBuilder
Builder interface used to build caches
CLoadingCache
Extension of general cache contract to provide for getting a value with a particular value loaded
CLoadingCacheBuilder
Provides a method to build caches that implement LoadingCache
CLruCacheBase
This is a Least Recently Used (LRU) cache with multiple linked lists in place of the usual single linked list
CLruLoadingCache
Uses the LruCacheBase to implement the LoadingCache interface
CBuilder
Implementation of CacheBuilder for LruLoadingCache caches
CLruPutCache
Uses the LruCacheBase to implement the PutCache interface
CBuilder
Implementation of CacheBuilder for LruPutCache caches
CNoCache
CPutCache
A cache that supports a thread safe put method for inserting to cache
CPutCacheBuilder
CValueLoader
Interface that provides a method to load a value for a key
Ncommon
Ntesthelpers
CLogbackHelper
Helpers to configure logback directly (in the course of a test, possibly) and other helpers
Nwrappers
Ndata
Nio
Npipeline
Nannotations
CAlternateName
Defines an alternate name for a set method in a ElementBuilder implementation
CBuildArg
Annotation used to define the name of build method arguments in implementations of ElementBuilder
CDefaultValue
CElementBuilder
Annotation used to identify ElementBuilder implementations to the PipelineBuilder
Ncloudrequestengine
Ndata
Nflowelements
CCloudRequestException
Exception that can be thrown by the Cloud Engines
CConstants
CNotImplementedException
Ncore
Nconfiguration
Ndata
Nexceptions
Nflowelements
Nservices
Ntyped
CConstants
Nengines
Ncaching
Nconfiguration
Ndata
Nexceptions
Nfiftyone
Nflowelements
Nservices
Ntrackers
CConstants
Nexceptions
CAggregateException
Aggregation of multiple exceptions
Njavascriptbuilder
Ndata
Nflowelements
Ntemplates
CConstants
Njsonbuilder
Ndata
Nflowelements
CConstants
Nutil
CBuilders
Utility to find and document all Builders available on the classpath, the classpath being defined in the project POM
CCheck
Helper to guard that an argument fulfills its contract
CFiftyOneLookup
Used for Interpolation of ${variable} in PipelineOptions and elsewhere
CFileFinder
CStringManipulation
Static helper methods for manipulating strings
CTypes
Static type methods
Nweb
Nmvc
Nservices
Nshared
CConstants
CPipelineFilter
Servlet filter used to intercept HTTP requests and process them using the 51Degrees Pipeline
CStartupHelpers
Static methods used on server startup to configure and build the Pipeline and services needed
Npipeline
Ndeveloperexamples
Nusagesharing
CMain