|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PipelineService
Denotes a plugin that is a free-standing service for replicator pipelines accessible from all stages. Beyond methods required in the interface, PipelineServices may offer any methods that seem useful to client code.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the storage name. |
void |
setName(java.lang.String name)
Sets the storage name. |
TungstenProperties |
status()
Returns status information as a set of named properties. |
| Methods inherited from interface com.continuent.tungsten.replicator.plugin.ReplicatorPlugin |
|---|
configure, prepare, release |
| Method Detail |
|---|
java.lang.String getName()
void setName(java.lang.String name)
TungstenProperties status()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||