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
DISABLE
: Allow no read/write operations
READ_ONLY
: Allow
only read operations
WRITE_ONLY
:
Allow only write operations
UNLOCK
: Allow all read/write operations
STATUS
.
A set of string constants for the parameter lockType
.Modifier and Type | Field and Description |
---|---|
static String |
DISABLE
Allow no read/write operations
|
static String |
READ_ONLY
Allow only read operations
|
static String |
STATUS
Show locked status
|
static String |
UNLOCK
Allow all read/write operations
|
static String |
WRITE_ONLY
Allow only write operations
|
public static final String STATUS
public static final String DISABLE
public static final String READ_ONLY
public static final String WRITE_ONLY
public static final String UNLOCK
Copyright © 2017. All rights reserved.