Interface GlusterHookService.ResolveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GlusterHookService

    public static interface GlusterHookService.ResolveResponse
    extends Response
    Resolves missing hook conflict depending on the resolution type. For `ADD` resolves by copying hook stored in engine database to all servers where the hook is missing. The engine maintains a list of all servers where hook is missing. For `COPY` resolves conflict in hook content by copying hook stored in engine database to all servers where the hook is missing. The engine maintains a list of all servers where the content is conflicting. If a host id is passed as parameter, the hook content from the server is used as the master to copy to other servers in cluster.