Package org.infinispan.rest.resources
Class XSiteResource
- java.lang.Object
-
- org.infinispan.rest.resources.XSiteResource
-
- All Implemented Interfaces:
ResourceHandler
public class XSiteResource extends Object implements ResourceHandler
Handles REST calls for cache and cache manager level X-Site operations- Since:
- 10.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
AFTER_FAILURES_FIELD
static String
MIN_WAIT_FIELD
-
Constructor Summary
Constructors Constructor Description XSiteResource(InvocationHelper invocationHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Invocations
getInvocations()
Return theInvocations
handled by this ResourceHandler.
-
-
-
Field Detail
-
AFTER_FAILURES_FIELD
public static final String AFTER_FAILURES_FIELD
- See Also:
- Constant Field Values
-
MIN_WAIT_FIELD
public static final String MIN_WAIT_FIELD
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XSiteResource
public XSiteResource(InvocationHelper invocationHelper)
-
-
Method Detail
-
getInvocations
public Invocations getInvocations()
Description copied from interface:ResourceHandler
Return theInvocations
handled by this ResourceHandler.- Specified by:
getInvocations
in interfaceResourceHandler
-
-