Beispiel #1
0
 public void GetBulkStart()
 {
     _getBulkCallCounter.Started();
 }
 public override void GetStatsStart(Context context)
 {
     _getStatsCallCounter.Started();
     // Don't trace starts to reduce the amount of traces.
 }
 public virtual void PinStart(Context context)
 {
     // Don't trace starts to reduce the amount of traces.
     _pinCallCounter.Started();
 }
 /// <inheritdoc />
 public void GetDistributedSelectorsStart(Context context)
 {
     _getSelectorsCallCounter.Started();
 }
 public virtual void PutStreamStart(Context context, HashType hashType)
 {
     // Don't trace starts to reduce the amount of traces.
     _putStreamCallCounter.Started();
 }
Beispiel #6
0
 public void TouchBulkStart()
 {
     _touchBulkCallCounter.Started();
 }
Beispiel #7
0
 public virtual void OpenStreamStart(Context context, ContentHash contentHash)
 {
     // Don't trace starts to reduce the amount of traces.
     _openStreamCallCounter.Started();
 }
Beispiel #8
0
 public void PutFileNewCopyStart()
 {
     _putFileNewCopyCallCounter.Started();
 }
Beispiel #9
0
 public void PutContentInternalStart()
 {
     _putContentInternalCallCounter.Started();
 }
Beispiel #10
0
 public void PutFileExistingHardLinkStart()
 {
     _putFileExistingHardlinkCallCounter.Started();
 }
Beispiel #11
0
 public void PutFileNewHardLinkStart()
 {
     _putFileNewHardlinkCallCounter.Started();
 }
 /// <inheritdoc />
 public void GetContentHashListStart(Context context)
 {
     _getContentHashListCallCounter.Started();
 }
 /// <inheritdoc />
 public void InvalidateCacheEntryStart(Context context, StrongFingerprint strongFingerprint)
 {
     Debug(context, $"Deleting redis keys for {strongFingerprint} & {strongFingerprint.WeakFingerprint}.");
     _invalidateCacheEntryCallCounter.Started();
 }
 /// <inheritdoc />
 public void AddSelectorsStart(Context context)
 {
     _addSelectorsCallCounter.Started();
 }
Beispiel #15
0
 public void TrimBulkRemoteStart()
 {
     _trimBulkCallCounter.Started();
 }
Beispiel #16
0
 public void ApplyPermsStart()
 {
     _applyPermsCallCounter.Started();
 }
Beispiel #17
0
 public void UpdateBulkStart()
 {
     _updateBulkCallCounter.Started();
 }
Beispiel #18
0
 public override void GetStatsStart(Context context)
 {
     _getStatsCallCounter.Started();
     base.GetStatsStart(context);
 }
Beispiel #19
0
 public void RemoveFromTrackerStart()
 {
     _removeFromTrackerCallCounter.Started();
 }
Beispiel #20
0
 public virtual void PinStart(Context context)
 {
     _pinCallCounter.Started();
 }
Beispiel #21
0
 public virtual void PutFileStart(Context context, AbsolutePath path, FileRealizationMode mode, HashType hashType, bool trusted)
 {
     // Don't trace starts to reduce the amount of traces.
     _putFileCallCounter.Started();
 }
 /// <inheritdoc />
 public void AddContentHashListStart(Context context)
 {
     _addContentHashListCallCounter.Started();
 }