Queue Drop Reason
Drop reason emitted when an operation is not executed.
연산이 실행되지 못했을 때 전달되는 드롭 사유입니다.
Entries
Dropped because the queue is full and policy is DROP_NEW.
큐가 가득 찬 상태에서 DROP_NEW 정책으로 드롭되었습니다.
Dropped because the queue is full and policy is DROP_OLDEST.
큐가 가득 찬 상태에서 DROP_OLDEST 정책으로 드롭되었습니다.
Dropped because the queue is full and policy is CLEAR_AND_ENQUEUE.
큐가 가득 찬 상태에서 CLEAR_AND_ENQUEUE 정책으로 드롭되었습니다.
Dropped due to explicit queue clear-and-enqueue call.
명시적 clear-and-enqueue 호출로 드롭되었습니다.
Dropped because the queue was cleared via API call.
clearQueue API 호출로 큐가 비워져 드롭되었습니다.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.