Interface ConfigureEnsembleable

All Superinterfaces:
Ensembleable<byte[]>
All Known Subinterfaces:
AddStatConfigEnsembleable, JoinStatConfigEnsembleable, LeaveStatConfigEnsembleable, StatConfigureEnsembleable

public interface ConfigureEnsembleable extends Ensembleable<byte[]>
  • Method Summary

    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 Details

    • fromConfig

      Ensembleable<byte[]> fromConfig(long config) throws Exception
      Sets the configuration version to use.
      Parameters:
      config - The version of the configuration.
      Throws:
      Exception