| Modifier and Type | Field and Description |
|---|---|
protected ResourceWrapper |
Entry.resourceWrapper |
| Modifier and Type | Method and Description |
|---|---|
ResourceWrapper |
Entry.getResourceWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Entry |
CtSph.entry(ResourceWrapper resourceWrapper,
int count,
Object... args)
Do all
Rules checking about the resource. |
| Constructor and Description |
|---|
Entry(ResourceWrapper resourceWrapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricEntryCallback.onBlocked(BlockException ex,
Context context,
ResourceWrapper resourceWrapper,
DefaultNode param,
int count,
Object... args) |
void |
MetricExitCallback.onExit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
void |
MetricEntryCallback.onPass(Context context,
ResourceWrapper resourceWrapper,
DefaultNode param,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
ResourceWrapper |
DefaultNode.getId() |
| Modifier and Type | Method and Description |
|---|---|
DefaultNode |
NodeBuilder.buildTreeNode(ResourceWrapper id,
ClusterNode clusterNode)
Deprecated.
Create a new
DefaultNode as tree node. |
| Constructor and Description |
|---|
DefaultNode(ResourceWrapper id,
ClusterNode clusterNode) |
EntranceNode(ResourceWrapper id,
ClusterNode clusterNode) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodResourceWrapper
Resource wrapper for method invocation.
|
class |
StringResourceWrapper
Common string resource wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProcessorSlotChain.entry(Context context,
ResourceWrapper resourceWrapper,
Object t,
int count,
boolean prioritized,
Object... args) |
void |
ProcessorSlot.entry(Context context,
ResourceWrapper resourceWrapper,
T param,
int count,
boolean prioritized,
Object... args)
Entrance of this slot.
|
void |
ProcessorSlot.exit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args)
Exit of this slot.
|
void |
DefaultProcessorSlotChain.exit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
void |
ProcessorSlot.fireEntry(Context context,
ResourceWrapper resourceWrapper,
Object obj,
int count,
boolean prioritized,
Object... args)
|
void |
AbstractLinkedProcessorSlot.fireEntry(Context context,
ResourceWrapper resourceWrapper,
Object obj,
int count,
boolean prioritized,
Object... args) |
void |
ProcessorSlot.fireExit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args)
Means finish of
ProcessorSlot.exit(Context, ResourceWrapper, int, Object...). |
void |
AbstractLinkedProcessorSlot.fireExit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
void |
ProcessorSlotEntryCallback.onBlocked(BlockException ex,
Context context,
ResourceWrapper resourceWrapper,
T param,
int count,
Object... args) |
void |
ProcessorSlotExitCallback.onExit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
void |
ProcessorSlotEntryCallback.onPass(Context context,
ResourceWrapper resourceWrapper,
T param,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthoritySlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
boolean prioritized,
Object... args) |
void |
AuthoritySlot.exit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DegradeRuleManager.checkDegrade(ResourceWrapper resource,
Context context,
DefaultNode node,
int count) |
void |
DegradeSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
boolean prioritized,
Object... args) |
void |
DegradeSlot.exit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowRuleChecker.checkFlow(Function<String,Collection<FlowRule>> ruleProvider,
ResourceWrapper resource,
Context context,
DefaultNode node,
int count,
boolean prioritized) |
void |
FlowSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
boolean prioritized,
Object... args) |
void |
FlowSlot.exit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static Map<ResourceWrapper,ClusterNode> |
ClusterBuilderSlot.getClusterNodeMap()
Get
ClusterNodes map, this map holds all ClusterNodes, it's key is resource name,
value is the related ClusterNode. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterBuilderSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
boolean prioritized,
Object... args) |
void |
ClusterBuilderSlot.exit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode obj,
int count,
boolean prioritized,
Object... args) |
void |
LogSlot.exit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeSelectorSlot.entry(Context context,
ResourceWrapper resourceWrapper,
Object obj,
int count,
boolean prioritized,
Object... args) |
void |
NodeSelectorSlot.exit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
boolean prioritized,
Object... args) |
void |
StatisticSlot.exit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SystemRuleManager.checkSystem(ResourceWrapper resourceWrapper)
Apply
SystemRule to the resource. |
void |
SystemSlot.entry(Context context,
ResourceWrapper resourceWrapper,
DefaultNode node,
int count,
boolean prioritized,
Object... args) |
void |
SystemSlot.exit(Context context,
ResourceWrapper resourceWrapper,
int count,
Object... args) |
Copyright © 2019 Alibaba Group. All rights reserved.