Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for EventType (0.06 sec)

  1. cmd/bucket-replication.go

    						},
    						Bucket:    roi.Bucket,
    						OpType:    replication.ExistingObjectReplicationType,
    						EventType: ReplicateExistingDelete,
    					}
    					replicateDelete(ctx, doi, objectAPI)
    				} else {
    					roi.OpType = replication.ExistingObjectReplicationType
    					roi.EventType = ReplicateExisting
    					replicateObject(ctx, roi, objectAPI)
    				}
    
    				st := TargetReplicationResyncStatus{
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 118.2K bytes
    - Viewed (0)
  2. impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    TRACE_SIZING = 0; protected boolean processNamespaces; protected boolean roundtripSupported; protected String location; protected int lineNumber; protected int columnNumber; protected boolean seenRoot; protected boolean reachedEnd; protected int eventType; protected boolean emptyElementTag; protected int depth; protected char[][] elRawName; protected int[] elRawNameEnd; protected int[] elRawNameLine; protected String[] elName; protected String[] elPrefix; protected String[] elUri; protected int[]...
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  3. cmd/object-handlers.go

    				DeleteMarkerMTime:     DeleteMarkerMTime{objInfo.ModTime},
    				DeleteMarker:          objInfo.DeleteMarker,
    				ReplicationState:      objInfo.ReplicationState(),
    			},
    			Bucket:    bucket,
    			EventType: ReplicateIncomingDelete,
    		}
    		scheduleReplicationDelete(ctx, dobj, objectAPI)
    	}
    
    	// Remove the transitioned object whose object version is being overwritten.
    	if !globalTierConfigMgr.Empty() {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 120.6K bytes
    - Viewed (0)
Back to top