|
Change Parameter Type map : Map<Path,PathMetadata> to cache : Cache<Path,PathMetadata> in method private assertClearResult(cache Cache<Path,PathMetadata>, prefixStr String, pathStr String, leftoverSize int) : void in class org.apache.hadoop.fs.s3a.s3guard.TestLocalMetadataStore |
From |
To |
|
Change Parameter Type map : Map<Path,PathMetadata> to cache : Cache<Path,PathMetadata> in method private populateMap(cache Cache<Path,PathMetadata>, prefix String) : void in class org.apache.hadoop.fs.s3a.s3guard.TestLocalMetadataStore |
From |
To |
|
Change Parameter Type map : Map<Path,PathMetadata> to cache : Cache<Path,PathMetadata> in method private populateEntry(cache Cache<Path,PathMetadata>, path Path) : void in class org.apache.hadoop.fs.s3a.s3guard.TestLocalMetadataStore |
From |
To |
|
Change Parameter Type hash : Map<Path,T> to cache : Cache<Path,T> in method package deleteEntryByAncestor(ancestor Path, cache Cache<Path,T>, tombstone boolean) : void in class org.apache.hadoop.fs.s3a.s3guard.LocalMetadataStore |
From |
To |
|
Rename Parameter map : Map<Path,PathMetadata> to cache : Cache<Path,PathMetadata> in method private assertClearResult(cache Cache<Path,PathMetadata>, prefixStr String, pathStr String, leftoverSize int) : void in class org.apache.hadoop.fs.s3a.s3guard.TestLocalMetadataStore |
From |
To |
|
Rename Parameter map : Map<Path,PathMetadata> to cache : Cache<Path,PathMetadata> in method private populateMap(cache Cache<Path,PathMetadata>, prefix String) : void in class org.apache.hadoop.fs.s3a.s3guard.TestLocalMetadataStore |
From |
To |
|
Rename Parameter map : Map<Path,PathMetadata> to cache : Cache<Path,PathMetadata> in method private populateEntry(cache Cache<Path,PathMetadata>, path Path) : void in class org.apache.hadoop.fs.s3a.s3guard.TestLocalMetadataStore |
From |
To |
|
Rename Parameter hash : Map<Path,T> to cache : Cache<Path,T> in method package deleteEntryByAncestor(ancestor Path, cache Cache<Path,T>, tombstone boolean) : void in class org.apache.hadoop.fs.s3a.s3guard.LocalMetadataStore |
From |
To |