|
Oracle® Fusion Middleware Java API Reference for Event Processing in Oracle Stream Analytics 12c Release (12.2.1.3.0) E98700-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface representing a configuration update of group members. Configuration updates are triggered by membership changes or by users requiring a new group view. This interface is implemented by the multicast message provider.
Method Summary | |
abstract Server |
getCoordinator() Returns the Server object of the coordinator for this configuration. |
abstract long |
getId() Returns the unique id of this configuration. |
abstract java.util.SortedSet |
getMembers() Returns a SortedSet containing the Processor objects of the processors in this configuration. |
Method Detail |
public long getId()
public java.util.SortedSet getMembers()
public Server getCoordinator()
|
Copyright © 2007, 2018, Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |