Package | Description |
---|---|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.option.server | |
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
String |
Server.getCounter(String counterName,
CounterOptions opts) |
Map<String,String> |
Server.getCounters(CounterOptions opts) |
String |
Server.setCounter(String counterName,
String value,
CounterOptions opts) |
Modifier and Type | Method and Description |
---|---|
String |
CounterDelegator.getCounter(String counterName,
CounterOptions opts) |
Map<String,String> |
CountersDelegator.getCounters(CounterOptions opts) |
String |
CounterDelegator.setCounter(String counterName,
String value,
CounterOptions opts) |
Modifier and Type | Method and Description |
---|---|
CounterOptions |
CounterOptions.setDelete(boolean delete) |
CounterOptions |
CounterOptions.setIncrementCounter(boolean incrementCounter) |
CounterOptions |
CounterOptions.setPerforceCounter(boolean perforceCounter) |
CounterOptions |
CounterOptions.setUndocCounter(boolean undocCounter) |
Modifier and Type | Method and Description |
---|---|
String |
ICounterDelegator.getCounter(String counterName,
CounterOptions opts)
Get the value of a named Perforce counter from the Perforce server.
|
Map<String,String> |
ICountersDelegator.getCounters(CounterOptions opts)
Deprecated.
As of release 2013.1, replaced by
ICountersDelegator.getCounters(com.perforce.p4java.option.server.GetCountersOptions) |
String |
ICounterDelegator.setCounter(String counterName,
String value,
CounterOptions opts)
Create, set or delete a counter on a Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.