Package org.pentaho.di.shared
Class PassthroughSlaveServerManager
java.lang.Object
org.pentaho.di.shared.PassthroughManager<SlaveServer>
org.pentaho.di.shared.PassthroughSlaveServerManager
- All Implemented Interfaces:
SlaveServerManagementInterface,SharedObjectsManagementInterface<SlaveServer>
public class PassthroughSlaveServerManager
extends PassthroughManager<SlaveServer>
implements SlaveServerManagementInterface
This Manager that does not cache anything. Complete passthrough to the provided SharedObjectsIO instance.
-
Constructor Summary
ConstructorsConstructorDescriptionPassthroughSlaveServerManager(org.pentaho.di.shared.SharedObjectsIO sharedObjectsIO) -
Method Summary
Modifier and TypeMethodDescriptionprotected SlaveServerThis method is used to create concrete SharedObjectInterface implementation class.Methods inherited from class org.pentaho.di.shared.PassthroughManager
add, clear, get, getAll, remove, remove
-
Constructor Details
-
Method Details