An RPC from which you can get a row key name. @since 1.1
| 81 | * @since 1.1 |
| 82 | */ |
| 83 | public interface HasKey { |
| 84 | /** |
| 85 | * Returns the row key this RPC is for. |
| 86 | * <p> |
| 87 | * <strong>DO NOT MODIFY THE CONTENTS OF THE ARRAY RETURNED.</strong> |
| 88 | * @return the row key this RPC is for. |
| 89 | */ |
| 90 | public byte[] key(); |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * An RPC from which you can get a family name. |
no outgoing calls
no test coverage detected
searching dependent graphs…