Enum AppProfile.Priority (2.37.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

NameDescription
HIGH
LOW
MEDIUM

Static Methods

NameDescription
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

NameDescription
toProto()

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