Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
IShardHelper
public
interface
IShardHelper
com.android.tradefed.invoker.shard.IShardHelper
|
Known indirect subclasses
DynamicShardHelper |
Sharding strategy to allow work remote work queueing between multiple TF instances
|
ShardHelper |
Helper class that handles creating the shards and scheduling them for an invocation.
|
StrictShardHelper |
Sharding strategy to create strict shards that do not report together,
|
|
Interface of an object that describes the sharding strategy to adopt for a configuration.
Summary
Public methods
public abstract boolean shardConfig (IConfiguration config,
TestInformation testInfo,
IRescheduler rescheduler,
ITestLogger logger)
Shard and reschedule the shard if possible.
Parameters |
config |
IConfiguration : a IConfiguration to be run. |
testInfo |
TestInformation : the TestInformation of the current invocation. |
rescheduler |
IRescheduler : the IRescheduler where to reschedule the shards. |
logger |
ITestLogger |
Returns |
boolean |
True if the configuration was sharded. false otherwise. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-06-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-06-06 UTC."],[],[],null,["# IShardHelper\n============\n\n\n`\npublic\n\n\ninterface\nIShardHelper\n`\n\n\n`\n\n\n`\n\n|-------------------------------------------------|\n| com.android.tradefed.invoker.shard.IShardHelper |\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [DynamicShardHelper](../../../../../../../reference/tradefed/com/android/tradefed/invoker/shard/DynamicShardHelper.html), [ShardHelper](../../../../../../../reference/tradefed/com/android/tradefed/invoker/shard/ShardHelper.html), [StrictShardHelper](../../../../../../../reference/tradefed/com/android/tradefed/invoker/shard/StrictShardHelper.html) |--------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------| | [DynamicShardHelper](../../../../../../../reference/tradefed/com/android/tradefed/invoker/shard/DynamicShardHelper.html) | Sharding strategy to allow work remote work queueing between multiple TF instances | | [ShardHelper](../../../../../../../reference/tradefed/com/android/tradefed/invoker/shard/ShardHelper.html) | Helper class that handles creating the shards and scheduling them for an invocation. | | [StrictShardHelper](../../../../../../../reference/tradefed/com/android/tradefed/invoker/shard/StrictShardHelper.html) | Sharding strategy to create strict shards that do not report together, | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nInterface of an object that describes the sharding strategy to adopt for a configuration.\n\nSummary\n-------\n\n| ### Public methods ||\n|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract boolean` | ` `[shardConfig](../../../../../../../reference/tradefed/com/android/tradefed/invoker/shard/IShardHelper.html#shardConfig(com.android.tradefed.config.IConfiguration,%20com.android.tradefed.invoker.TestInformation,%20com.android.tradefed.invoker.IRescheduler,%20com.android.tradefed.log.ITestLogger))`(`[IConfiguration](../../../../../../../reference/tradefed/com/android/tradefed/config/IConfiguration.html)` config, `[TestInformation](../../../../../../../reference/tradefed/com/android/tradefed/invoker/TestInformation.html)` testInfo, `[IRescheduler](../../../../../../../reference/tradefed/com/android/tradefed/invoker/IRescheduler.html)` rescheduler, `[ITestLogger](../../../../../../../reference/tradefed/com/android/tradefed/log/ITestLogger.html)` logger) ` Shard and reschedule the shard if possible. |\n\nPublic methods\n--------------\n\n### shardConfig\n\n```\npublic abstract boolean shardConfig (IConfiguration config, \n TestInformation testInfo, \n IRescheduler rescheduler, \n ITestLogger logger)\n```\n\nShard and reschedule the shard if possible.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `config` | `IConfiguration`: a [IConfiguration](../../../../../../../reference/tradefed/com/android/tradefed/config/IConfiguration.html) to be run. \u003cbr /\u003e |\n| `testInfo` | `TestInformation`: the [TestInformation](../../../../../../../reference/tradefed/com/android/tradefed/invoker/TestInformation.html) of the current invocation. \u003cbr /\u003e |\n| `rescheduler` | `IRescheduler`: the [IRescheduler](../../../../../../../reference/tradefed/com/android/tradefed/invoker/IRescheduler.html) where to reschedule the shards. \u003cbr /\u003e |\n| `logger` | `ITestLogger` \u003cbr /\u003e |\n\n| Returns ||\n|-----------|----------------------------------------------------------------|\n| `boolean` | True if the configuration was sharded. false otherwise. \u003cbr /\u003e |"]]