Package org.apache.curator.framework.api
Interface AddStatConfigEnsembleable
-
- All Superinterfaces:
Addable<Statable<ConfigureEnsembleable>>,ConfigureEnsembleable,Ensembleable<byte[]>,Statable<ConfigureEnsembleable>
public interface AddStatConfigEnsembleable extends Addable<Statable<ConfigureEnsembleable>>, ConfigureEnsembleable, Statable<ConfigureEnsembleable>
An non-incremental reconfiguration builder. This builder has access only to the non-incremental reconfiguration methods withMembers, 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
-
-