Package org.apache.curator.framework.api
Interface ConfigureEnsembleable
-
- All Superinterfaces:
Ensembleable<byte[]>
- All Known Subinterfaces:
AddStatConfigEnsembleable,JoinStatConfigEnsembleable,LeaveStatConfigEnsembleable,StatConfigureEnsembleable
public interface ConfigureEnsembleable extends Ensembleable<byte[]>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ensembleable<byte[]>fromConfig(long config)Sets the configuration version to use.-
Methods inherited from interface org.apache.curator.framework.api.Ensembleable
forEnsemble
-
-
-
-
Method Detail
-
fromConfig
Ensembleable<byte[]> fromConfig(long config) throws java.lang.Exception
Sets the configuration version to use.- Parameters:
config- The version of the configuration.- Throws:
java.lang.Exception
-
-