Uses of Class
com.perforce.p4java.option.server.GetCountersOptions

Packages that use GetCountersOptions
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 GetCountersOptions in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type GetCountersOptions
 Map<String,String> Server.getCounters(GetCountersOptions opts)
           
 

Uses of GetCountersOptions in com.perforce.p4java.option.server
 

Methods in com.perforce.p4java.option.server that return GetCountersOptions
 GetCountersOptions GetCountersOptions.setMaxResults(int maxResults)
           
 GetCountersOptions GetCountersOptions.setNameFilter(String nameFilter)
           
 GetCountersOptions GetCountersOptions.setNameFilters(String[] nameFilters)
           
 GetCountersOptions GetCountersOptions.setUndocCounter(boolean undocCounter)
           
 

Uses of GetCountersOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type GetCountersOptions
 Map<String,String> IOptionsServer.getCounters(GetCountersOptions opts)
          Get a map of the Perforce server's counters.
 



Copyright © 2015 Perforce Software. All Rights Reserved.