public class ARS extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ARS.ReservationResult |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String what,
String when,
String who) |
List<String> |
list(String what,
String when) |
static void |
main(String[] args) |
ARS.ReservationResult |
reserve(String what,
String when,
String who) |
List<String> |
setCapacity(String what,
String when,
int count) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.