Modifier and Type | Class and Description |
---|---|
class |
AbstractNvpOperationLoader
Abstract operation loader for operations that take an NVP file as one of
their arguments
|
class |
AbstractOperationLoader
Abstract operation loader that provides useful protected methods for loader
implementations
|
Modifier and Type | Method and Description |
---|---|
static OperationLoader |
OperationLoaderRegistry.getLoader(String name)
Gets the loader with the specified name (if known)
|
Modifier and Type | Method and Description |
---|---|
static Map<String,OperationLoader> |
OperationLoaderRegistry.getLoaders()
Gets an unmodifiable copy of the registered loaders
|
Modifier and Type | Method and Description |
---|---|
static void |
OperationLoaderRegistry.addLoader(OperationLoader loader)
Adds a loader using its preferred name
|
static void |
OperationLoaderRegistry.addLoader(String name,
OperationLoader loader)
Adds a loader
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGSPDataOperationLoader
Abstract operation loader for basic GSP operations
|
class |
AbstractGSPOperationLoader
Abstract operation loader for basic GSP operations
|
class |
GSPDeleteOperationLoader
An operation loader for GSP Delete operations
|
class |
GSPGetOperationLoader
A loader for GSP Get operations
|
class |
GSPHeadOperationLoader
Operation loader for GSP Head operations
|
class |
GSPPostOperationLoader
An operation loader for GSP Post operations
|
class |
GSPPutOperationLoader
An operation loader for GSP Put operations
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetSizeOperationLoader
Loader for dataset size operation
|
class |
FixedNvpQueryOperationLoader
An operation loader for fixed query with NVP operations
|
class |
FixedQueryOperationLoader
Query operation loader
|
class |
InMemoryFixedQueryOperationLoader
In-Memory Query operation loader
|
class |
InMemoryParameterizedQueryOperationLoader
Parameterized query operation loader
|
class |
ParameterizedNvpQueryOperationLoader
Parameterized NVP query operation loader
|
class |
ParameterizedQueryOperationLoader
Parameterized query operation loader
|
Modifier and Type | Class and Description |
---|---|
class |
FixedNvpUpdateOperationLoader
An operation loader for fixed query with NVP operations
|
class |
FixedUpdateOperationLoader
An operation loader for fixed update operations
|
class |
InMemoryFixedUpdateOperationLoader
An operation loader for in-memory fixed update operations
|
class |
InMemoryParameterizedUpdateOperationLoader
Parameterized update operation loader
|
class |
ParameterizedNvpUpdateOperationLoader
Parameterized update operation loader
|
class |
ParameterizedUpdateOperationLoader
Parameterized update operation loader
|
Modifier and Type | Class and Description |
---|---|
class |
MixOperationLoader
Loader for
MixOperation |
class |
SleepOperationLoader
Loader for sleep operation
|
Copyright © 2015. All rights reserved.