| Package | Description |
|---|---|
| com.alibaba.csp.sentinel | |
| com.alibaba.csp.sentinel.context |
| Modifier and Type | Method and Description |
|---|---|
static Entry |
SphU.entry(Method method)
Checking all
Rules about the protected method. |
Entry |
Sph.entry(Method method)
Create a protected method.
|
Entry |
CtSph.entry(Method method) |
static Entry |
SphU.entry(Method method,
EntryType type)
Checking all
Rules about the protected method. |
Entry |
Sph.entry(Method method,
EntryType type)
Create a protected method.
|
Entry |
CtSph.entry(Method method,
EntryType type) |
static Entry |
SphU.entry(Method method,
EntryType type,
int count)
Checking all
Rules about the protected method. |
Entry |
Sph.entry(Method method,
EntryType type,
int count)
Create a protected method.
|
Entry |
CtSph.entry(Method method,
EntryType type,
int count) |
static Entry |
SphU.entry(Method method,
EntryType type,
int count,
Object... args)
Checking all
Rules about the protected method. |
Entry |
Sph.entry(Method method,
EntryType type,
int count,
Object... args)
Create a protected resource.
|
Entry |
CtSph.entry(Method method,
EntryType type,
int count,
Object... args) |
static Entry |
SphU.entry(Method method,
int count)
Checking all
Rules about the protected method. |
Entry |
Sph.entry(Method method,
int count)
Create a protected method.
|
Entry |
CtSph.entry(Method method,
int count) |
Entry |
CtSph.entry(ResourceWrapper resourceWrapper,
int count,
Object... args)
Do all
Rules checking about the resource. |
static Entry |
SphU.entry(String name)
Checking all
Rules about the resource. |
Entry |
Sph.entry(String name)
Create a protected resource.
|
Entry |
CtSph.entry(String name) |
static Entry |
SphU.entry(String name,
EntryType type)
Checking all
Rules about the resource. |
Entry |
Sph.entry(String name,
EntryType type)
Create a protected resource.
|
Entry |
CtSph.entry(String name,
EntryType type) |
static Entry |
SphU.entry(String name,
EntryType type,
int count)
Checking all
Rules about the resource. |
Entry |
Sph.entry(String name,
EntryType type,
int count)
Create a protected resource.
|
Entry |
CtSph.entry(String name,
EntryType type,
int count) |
static Entry |
SphU.entry(String name,
EntryType type,
int count,
Object... args)
Checking all
Rules about the resource. |
Entry |
Sph.entry(String name,
EntryType type,
int count,
Object... args)
Create a protected resource.
|
Entry |
CtSph.entry(String name,
EntryType type,
int count,
Object... args) |
static Entry |
SphU.entry(String name,
int count)
Checking all
Rules about the resource. |
Entry |
Sph.entry(String name,
int count)
Create a protected resource.
|
Entry |
CtSph.entry(String name,
int count) |
protected abstract Entry |
Entry.trueExit(int count,
Object... args)
Exit this entry.
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
Context.getCurEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setCurEntry(Entry curEntry) |
Copyright © 2018 Alibaba Group. All rights reserved.