public static final class LockTableRequest.LockType extends Object
status
will return the current lock status of the table without
changing it.
Supported values:
STATUS
: Show locked status
NO_ACCESS
: Allow
no read/write operations
READ_ONLY
: Allow
only read operations
WRITE_ONLY
:
Allow only write operations
READ_WRITE
:
Allow all read/write operations
STATUS
.
A set of string constants for the parameter lockType
.Modifier and Type | Field and Description |
---|---|
static String |
NO_ACCESS
Allow no read/write operations
|
static String |
READ_ONLY
Allow only read operations
|
static String |
READ_WRITE
Allow all read/write operations
|
static String |
STATUS
Show locked status
|
static String |
WRITE_ONLY
Allow only write operations
|
public static final String STATUS
public static final String NO_ACCESS
public static final String READ_ONLY
public static final String WRITE_ONLY
public static final String READ_WRITE
Copyright © 2020. All rights reserved.