Searched refs:keysPerComponentShard (Results 1 – 3 of 3) sorted by relevance
95 public int keysPerComponentShard(TypeElement component) { in keysPerComponentShard() method in CompilerOptions
183 public int keysPerComponentShard(TypeElement component) { in keysPerComponentShard() method in ProcessingEnvironmentCompilerOptions192 return super.keysPerComponentShard(component); in keysPerComponentShard()
212 int keysPerShard = compilerOptions.keysPerComponentShard(graph.componentTypeElement()); in shardImplementation()