| Package | Description |
|---|---|
| com.alibaba.csp.sentinel |
| Modifier and Type | Method and Description |
|---|---|
static AsyncEntry |
SphU.asyncEntry(String name)
Record statistics and check all rules of the resource that indicates an async invocation.
|
static AsyncEntry |
SphU.asyncEntry(String name,
EntryType trafficType)
Record statistics and check all rules of the resource that indicates an async invocation.
|
AsyncEntry |
Sph.asyncEntry(String name,
EntryType trafficType,
int batchCount,
Object... args)
Create a protected asynchronous resource.
|
static AsyncEntry |
SphU.asyncEntry(String name,
EntryType trafficType,
int batchCount,
Object... args)
Record statistics and check all rules of the resource that indicates an async invocation.
|
AsyncEntry |
CtSph.asyncEntry(String name,
EntryType type,
int count,
Object... args) |
static AsyncEntry |
SphU.asyncEntry(String name,
int resourceType,
EntryType trafficType)
Record statistics and perform rule checking for the given resource that indicates an async invocation.
|
static AsyncEntry |
SphU.asyncEntry(String name,
int resourceType,
EntryType trafficType,
int batchCount,
Object[] args)
Record statistics and perform rule checking for the given resource that indicates an async invocation.
|
static AsyncEntry |
SphU.asyncEntry(String name,
int resourceType,
EntryType trafficType,
Object[] args)
Record statistics and perform rule checking for the given resource that indicates an async invocation.
|
AsyncEntry |
SphResourceTypeSupport.asyncEntryWithType(String name,
int resourceType,
EntryType trafficType,
int batchCount,
boolean prioritized,
Object[] args)
Record statistics and perform rule checking for the given resource that indicates an async invocation.
|
AsyncEntry |
CtSph.asyncEntryWithType(String name,
int resourceType,
EntryType entryType,
int count,
boolean prioritized,
Object[] args) |
Copyright © 2021 Alibaba Group. All rights reserved.