public static final class LockTableRequest.LockType extends Object
status
will return the current lock status of the table
without changing it. Values: status, disable, read-only, write-only, unlock.
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 © 2016. All rights reserved.