public static interface GlusterHookService.ResolveRequest extends Request<GlusterHookService.ResolveRequest,GlusterHookService.ResolveResponse>
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.
Modifier and Type | Method and Description |
---|---|
GlusterHookService.ResolveRequest |
async(Boolean async)
Indicates if the action should be performed asynchronously.
|
GlusterHookService.ResolveRequest |
host(Host host) |
GlusterHookService.ResolveRequest |
host(HostBuilder host) |
GlusterHookService.ResolveRequest |
resolutionType(String resolutionType) |
GlusterHookService.ResolveRequest async(Boolean async)
Indicates if the action should be performed asynchronously.
GlusterHookService.ResolveRequest host(Host host)
GlusterHookService.ResolveRequest host(HostBuilder host)
GlusterHookService.ResolveRequest resolutionType(String resolutionType)
Copyright © 2016. All rights reserved.