|
Change Parameter Type indexSuffix : String to indexNameOverride : Optional<String> in method public addIndex(indexNameOverride Optional<String>, numberOfShards int, numberOfReplicas int, writeConsistency String) : void in class org.apache.usergrid.persistence.index.impl.EsEntityIndexImpl |
From |
To |
|
Change Parameter Type indexSuffix : String to indexSuffix : Optional<String> in method public addIndex(indexSuffix Optional<String>, shards int, replicas int, writeConsistency String) : void in class org.apache.usergrid.persistence.index.EntityIndex |
From |
To |
|
Change Parameter Type indexSuffix : String to newIndexName : Optional<String> in method public addIndex(newIndexName Optional<String>, shards int, replicas int, writeConsistency String) : void in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Change Parameter Type suffix : String to newIndexName : Optional<String> in method public addIndex(newIndexName Optional<String>, shards int, replicas int, writeConsistency String) : void in class org.apache.usergrid.persistence.EntityManager |
From |
To |
|
Rename Parameter indexSuffix : String to indexNameOverride : Optional<String> in method public addIndex(indexNameOverride Optional<String>, numberOfShards int, numberOfReplicas int, writeConsistency String) : void in class org.apache.usergrid.persistence.index.impl.EsEntityIndexImpl |
From |
To |
|
Rename Parameter indexSuffix : String to newIndexName : Optional<String> in method public addIndex(newIndexName Optional<String>, shards int, replicas int, writeConsistency String) : void in class org.apache.usergrid.corepersistence.CpEntityManager |
From |
To |
|
Rename Parameter suffix : String to newIndexName : Optional<String> in method public addIndex(newIndexName Optional<String>, shards int, replicas int, writeConsistency String) : void in class org.apache.usergrid.persistence.EntityManager |
From |
To |