Home | Trees | Indices | Help |
|
---|
|
object --+ | Counter
A named Perforce counter value.
A Perforce counter is a named integer value stored on the Perforce server. Counters that haven't previously been set all have an initial value of zero.
Reading the value of a counter requires 'list' permissions. Modifying the value of a counter requires 'review' permissions. Modifying a protected counter requires 'super' permissions.Warning: Counter value manipulation does not support atomic operations and so it is recommended that only a single process attempts to modify a particular counter.
Instance Methods | |||
|
|||
int
|
|
||
|
|||
Inherited from |
Properties | |
str or unicode
|
name The name of the counter. |
Inherited from |
Method Details |
|
Note: Requires 'list' access permissions. |
Note: Requires 'review' access permissions. |
Property Details |
nameThe name of the counter.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sun Aug 05 12:30:13 2007 | http://epydoc.sourceforge.net |