Enum AppProfile.Priority (2.39.0)

public enum AppProfile.Priority extends Enum<AppProfile.Priority>

The possible priorities for an app profile. Note that higher priority writes can sometimes queue behind lower priority writes to the same tablet, as writes must be strictly sequenced in the durability log.

Static Fields

Name Description
HIGH
LOW
MEDIUM

Static Methods

Name Description
fromProto(AppProfile.Priority proto)

Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications.

valueOf(String name)
values()

Methods

Name Description
toProto()

Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications.