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 | DISABLEAllow no read/write operations | 
| static String | READ_ONLYAllow only read operations | 
| static String | STATUSShow locked status | 
| static String | UNLOCKAllow all read/write operations | 
| static String | WRITE_ONLYAllow 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.