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