(byte @NotNull [] key, int offset, int length)
| 9 | @NotNull String getTableName(); |
| 10 | |
| 11 | @Nullable Binary get(byte @NotNull [] key, int offset, int length); |
| 12 | |
| 13 | void put(byte @NotNull [] key, int keyOffset, int keyLength, |
| 14 | byte @NotNull [] value, int valueOffset, int valueLength) throws Exception; |
no outgoing calls
no test coverage detected