Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for forceDelete (0.04 sec)

  1. impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    , java.io.File) throws java.io.IOException; public static String normalize(String); public static String catPath(String, String); public static java.io.File resolveFile(java.io.File, String); public static void forceDelete(String) throws java.io.IOException; public static void forceDelete(java.io.File) throws java.io.IOException; public static void forceDeleteOnExit(java.io.File) throws java.io.IOException; private static void deleteDirectoryOnExi(java.io.File) throws java.io.IOException; private...
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  2. cmd/site-replication.go

    // on remote clusters.
    func (c *SiteReplicationSys) DeleteBucketHook(ctx context.Context, bucket string, forceDelete bool) error {
    	// At this point, the local bucket is deleted.
    
    	c.RLock()
    	defer c.RUnlock()
    	if !c.enabled {
    		return nil
    	}
    
    	op := madmin.DeleteBucketBktOp
    	if forceDelete {
    		op = madmin.ForceDeleteBucketBktOp
    	}
    
    	// Send bucket delete to other clusters.
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 184.8K bytes
    - Viewed (1)
Back to top