| Package | Description |
|---|---|
| com.alibaba.csp.sentinel |
| Modifier and Type | Method and Description |
|---|---|
static AsyncEntry |
SphU.asyncEntry(String name)
Checking all rules about the asynchronous resource.
|
static AsyncEntry |
SphU.asyncEntry(String name,
EntryType type)
Checking all
Rules about the asynchronous resource. |
static AsyncEntry |
SphU.asyncEntry(String name,
EntryType type,
int count,
Object... args)
Checking all
Rules about the asynchronous resource. |
AsyncEntry |
Sph.asyncEntry(String name,
EntryType type,
int count,
Object... args)
Create a protected asynchronous resource.
|
AsyncEntry |
CtSph.asyncEntry(String name,
EntryType type,
int count,
Object... args) |
static AsyncEntry |
SphU.asyncEntry(String name,
int resourceType,
EntryType type,
int acquireCount,
Object[] args)
Record statistics and check all rules of the resource.
|
static AsyncEntry |
SphU.asyncEntry(String name,
int resourceType,
EntryType type,
Object[] args)
Record statistics and check all rules of the resource.
|
AsyncEntry |
SphResourceTypeSupport.asyncEntryWithType(String name,
int resourceType,
EntryType entryType,
int count,
boolean prioritized,
Object[] args)
Create an asynchronous resource with provided classification.
|
AsyncEntry |
CtSph.asyncEntryWithType(String name,
int resourceType,
EntryType entryType,
int count,
boolean prioritized,
Object[] args) |
Copyright © 2019 Alibaba Group. All rights reserved.