@InterfaceAudience.Public public class CellVisibility extends Object
Modifier and Type | Field and Description |
---|---|
private String |
expression |
Constructor and Description |
---|
CellVisibility(String expression) |
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Returns The visibility expression
|
static String |
quote(byte[] auth)
Helps in quoting authentication Strings.
|
static String |
quote(String auth)
Helps in quoting authentication Strings.
|
String |
toString() |
private String expression
public CellVisibility(String expression)
public String getExpression()
public static String quote(String auth)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.