An RPC from which you can get a column qualifier name. @since 1.1
| 109 | * @since 1.1 |
| 110 | */ |
| 111 | public interface HasQualifier { |
| 112 | /** |
| 113 | * Returns the column qualifier this RPC is for. |
| 114 | * <p> |
| 115 | * <strong>DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.</strong> |
| 116 | * @return the column qualifier this RPC is for. |
| 117 | */ |
| 118 | public byte[] qualifier(); |
| 119 | } |
| 120 | |
| 121 | /** |
| 122 | * An RPC from which you can get multiple column qualifier names. |
no outgoing calls
no test coverage detected
searching dependent graphs…