| Package | Description | 
|---|---|
| org.diirt.datasource | 
 
  | 
| org.diirt.datasource.loc | 
 Support for a data source that reads and writes channels
 that reside in the local memory (channel syntax). 
 | 
| org.diirt.datasource.test | 
 Support for a data source that simulates various error conditions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WriteRecipe | 
WriteRecipeBuilder.build(WriteFunction<Exception> exceptionWriteFunction,
     ConnectionCollector connectionCollector)
Builds the recipe. 
 | 
WriteRecipe | 
WriteExpressionTester.getWriteRecipe()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DataSource.connectWrite(WriteRecipe writeRecipe)
Prepares the channels defined in the write recipe for writes. 
 | 
void | 
CompositeDataSource.connectWrite(WriteRecipe writeRecipe)  | 
void | 
DataSource.disconnectWrite(WriteRecipe writeRecipe)
Releases the resources associated with the given write recipe. 
 | 
void | 
CompositeDataSource.disconnectWrite(WriteRecipe writeRecipe)  | 
void | 
DataSource.write(WriteRecipe writeRecipe,
     Runnable callback,
     ExceptionHandler exceptionHandler)
Writes the contents in the given write recipe to the channels
 of this data sources. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LocalDataSource.connectWrite(WriteRecipe writeRecipe)  | 
| Modifier and Type | Method and Description | 
|---|---|
WriteRecipe | 
MockDataSource.getWriteRecipe()  | 
WriteRecipe | 
MockDataSource.getWriteRecipeForWrite()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MockDataSource.connectWrite(WriteRecipe writeRecipe)  | 
void | 
MockDataSource.disconnectWrite(WriteRecipe writeRecipe)  | 
static ChannelWriteRecipe | 
WriteRecipeUtil.recipeFor(WriteRecipe writeRecipe,
         String channelName)  | 
static Object | 
WriteRecipeUtil.valueFor(WriteRecipe writeRecipe,
        String channelName)  | 
void | 
MockDataSource.write(WriteRecipe writeRecipe,
     Runnable callback,
     ExceptionHandler exceptionHandler)  | 
Copyright © 2015. All rights reserved.