| Package | Description |
|---|---|
| org.apache.jena.fuseki.server |
| Modifier and Type | Method and Description |
|---|---|
static CounterName |
CounterName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CounterName[] |
CounterName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CounterName> |
CounterSet.counters() |
| Modifier and Type | Method and Description |
|---|---|
void |
CounterSet.add(CounterName counterName) |
boolean |
CounterSet.contains(CounterName cn) |
void |
CounterSet.dec(CounterName c) |
Counter |
CounterSet.get(CounterName cn) |
void |
CounterSet.inc(CounterName c) |
long |
CounterSet.value(CounterName c) |
Licenced under the Apache License, Version 2.0