Package | Description |
---|---|
org.distributeme.core | |
org.distributeme.core.concurrencycontrol | |
org.distributeme.core.failing | |
org.distributeme.core.interceptor |
Support for client and server side interceptors of calls.
|
org.distributeme.core.interceptor.availabilitytesting |
Contains set of interceptors for availability testing of services.
|
org.distributeme.core.interceptor.moskito |
Contains set of interceptors for moskito support.
|
org.distributeme.core.routing |
Modifier and Type | Method and Description |
---|---|
ClientSideCallContext |
ClientSideCallContext.increaseCallCount() |
Modifier and Type | Method and Description |
---|---|
void |
ConstantBasedConcurrencyControlStrategy.notifyClientSideCallFinished(ClientSideCallContext context) |
void |
AbstractConcurrencyControlStrategy.notifyClientSideCallFinished(ClientSideCallContext context) |
void |
ConcurrencyControlStrategy.notifyClientSideCallFinished(ClientSideCallContext context)
Called by the stub after the call is finished.
|
void |
ConstantBasedConcurrencyControlStrategy.notifyClientSideCallStarted(ClientSideCallContext context) |
void |
AbstractConcurrencyControlStrategy.notifyClientSideCallStarted(ClientSideCallContext context) |
void |
ConcurrencyControlStrategy.notifyClientSideCallStarted(ClientSideCallContext context)
Called by the stub before the call is executed.
|
Modifier and Type | Method and Description |
---|---|
FailDecision |
WaitOneSecondAndRetry.callFailed(ClientSideCallContext context) |
FailDecision |
RetryCallOnce.callFailed(ClientSideCallContext context) |
FailDecision |
FailCall.callFailed(ClientSideCallContext context) |
FailDecision |
DefaultFailingStrategy.callFailed(ClientSideCallContext context) |
FailDecision |
Failover.callFailed(ClientSideCallContext context) |
FailDecision |
FailingStrategy.callFailed(ClientSideCallContext context)
What should happen if a call is failed.
|
FailDecision |
RetryCall.callFailed(ClientSideCallContext context) |
FailDecision |
FailoverAndReturn.callFailed(ClientSideCallContext context) |
String |
Failover.getServiceIdForCall(ClientSideCallContext callContext) |
String |
FailoverAndReturn.getServiceIdForCall(ClientSideCallContext callContext) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ServiceUnavailableByConfigurationInterceptor.abortCall(ClientSideCallContext context) |
protected boolean |
FlippingServiceUnavailableByConfigurationInterceptor.abortCall(ClientSideCallContext context) |
protected abstract boolean |
ServiceUnavailableInterceptor.abortCall(ClientSideCallContext context)
Returns true if current call should be aborted.
|
protected boolean |
ServiceUnavailableByPropertyInterceptor.abortCall(ClientSideCallContext context) |
InterceptorResponse |
ClientSideSlowDownInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
ServiceUnavailableInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
protected boolean |
FlippingClientSideSlowDownByConfigurationInterceptor.slowDown(ClientSideCallContext context) |
protected boolean |
ClientSideSlowDownByConfigurationInterceptor.slowDown(ClientSideCallContext context) |
protected abstract boolean |
ClientSideSlowDownInterceptor.slowDown(ClientSideCallContext context)
Returns true if current call should be slowed down.
|
protected boolean |
ClientSideSlowDownByPropertyInterceptor.slowDown(ClientSideCallContext context) |
Modifier and Type | Method and Description |
---|---|
InterceptorResponse |
MoskitoJourneyInterceptor.afterServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
MoskitoJourneyInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
Modifier and Type | Method and Description |
---|---|
FailDecision |
AbstractRouterWithFailOverToNextNode.callFailed(ClientSideCallContext clientSideCallContext) |
String |
AbstractRouterWithFailOverToNextNode.getServiceIdForCall(ClientSideCallContext clientSideCallContext) |
String |
Router.getServiceIdForCall(ClientSideCallContext callContext)
Returns the serviceId for this particular call to route to.
|
String |
SysOutRouter.getServiceIdForCall(ClientSideCallContext callContext) |
String |
FairRoundRobinRouter.getServiceIdForCall(ClientSideCallContext callContext) |
String |
NoOpRouter.getServiceIdForCall(ClientSideCallContext context) |
String |
RoundRobinRouter.getServiceIdForCall(ClientSideCallContext callContext) |
String |
ParameterBasedModRouter.getServiceIdForCall(ClientSideCallContext callContext) |
Copyright © 2010-2014 anotheria.net. All Rights Reserved.