Package org.apache.curator.framework.api
Interface LeaveStatConfigEnsembleable
-
- All Superinterfaces:
ConfigureEnsembleable,Ensembleable<byte[]>,Leaveable<JoinStatConfigEnsembleable>,Statable<ConfigureEnsembleable>
public interface LeaveStatConfigEnsembleable extends Leaveable<JoinStatConfigEnsembleable>, ConfigureEnsembleable, Statable<ConfigureEnsembleable>
An incremental reconfiguration builder. This builder has access only to the incremental reconfiguration methods joining and leaving, so that we prevent mixing concepts that can't be used together.
-
-
Method Summary
-
Methods inherited from interface org.apache.curator.framework.api.ConfigureEnsembleable
fromConfig
-
Methods inherited from interface org.apache.curator.framework.api.Ensembleable
forEnsemble
-
Methods inherited from interface org.apache.curator.framework.api.Statable
storingStatIn
-
-