public interface VisibilityInterpreter extends Serializable
Modifier and Type | Method and Description |
---|---|
VisibilityInterpreter |
create() |
VisibilityInterpreter |
create(ColumnVisibility visibility,
Authorizations authorizations) |
String |
getAbbreviatedValue() |
String |
getFullValue() |
void |
merge(ColumnVisibility other,
Authorizations authorizations) |
void |
merge(VisibilityInterpreter other) |
String getAbbreviatedValue()
String getFullValue()
void merge(ColumnVisibility other, Authorizations authorizations)
void merge(VisibilityInterpreter other)
VisibilityInterpreter create()
VisibilityInterpreter create(ColumnVisibility visibility, Authorizations authorizations)
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.