|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CounterOptions | |
---|---|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.option.server | |
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of CounterOptions in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server with parameters of type CounterOptions | |
---|---|
String |
Server.getCounter(String counterName,
CounterOptions opts)
|
Map<String,String> |
Server.getCounters(CounterOptions opts)
Deprecated. As of release 2013.1, replaced by Server.getCounters(com.perforce.p4java.option.server.GetCountersOptions) |
String |
Server.setCounter(String counterName,
String value,
CounterOptions opts)
|
Uses of CounterOptions in com.perforce.p4java.option.server |
---|
Methods in com.perforce.p4java.option.server that return CounterOptions | |
---|---|
CounterOptions |
CounterOptions.setDelete(boolean delete)
|
CounterOptions |
CounterOptions.setIncrementCounter(boolean incrementCounter)
|
CounterOptions |
CounterOptions.setPerforceCounter(boolean perforceCounter)
|
CounterOptions |
CounterOptions.setUndocCounter(boolean undocCounter)
|
Uses of CounterOptions in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server with parameters of type CounterOptions | |
---|---|
String |
IOptionsServer.getCounter(String counterName,
CounterOptions opts)
Get the value of a named Perforce counter from the Perforce server. |
Map<String,String> |
IOptionsServer.getCounters(CounterOptions opts)
Deprecated. As of release 2013.1, replaced by IOptionsServer.getCounters(com.perforce.p4java.option.server.GetCountersOptions) |
String |
IOptionsServer.setCounter(String counterName,
String value,
CounterOptions opts)
Create, set or delete a counter on a Perforce server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |