QueueDropReason

Drop reason emitted when an operation is not executed.

연산이 실행되지 못했을 때 전달되는 드롭 사유입니다.

Entries

Link copied to clipboard

Dropped because the queue is full and policy is DROP_NEW.

큐가 가득 찬 상태에서 DROP_NEW 정책으로 드롭되었습니다.

Link copied to clipboard

Dropped because the queue is full and policy is DROP_OLDEST.

큐가 가득 찬 상태에서 DROP_OLDEST 정책으로 드롭되었습니다.

Link copied to clipboard

Dropped because the queue is full and policy is CLEAR_AND_ENQUEUE.

큐가 가득 찬 상태에서 CLEAR_AND_ENQUEUE 정책으로 드롭되었습니다.

Link copied to clipboard

Dropped due to explicit queue clear-and-enqueue call.

명시적 clear-and-enqueue 호출로 드롭되었습니다.

Link copied to clipboard

Dropped because the queue was cleared via API call.

clearQueue API 호출로 큐가 비워져 드롭되었습니다.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.