File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
test/framework/src/main/java/org/opensearch/test Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 228
228
import static org .opensearch .index .query .QueryBuilders .matchAllQuery ;
229
229
import static org .opensearch .index .remote .RemoteStoreEnums .PathHashAlgorithm .FNV_1A_COMPOSITE_1 ;
230
230
import static org .opensearch .indices .IndicesService .CLUSTER_REPLICATION_TYPE_SETTING ;
231
- import static org .opensearch .node .remotestore .RemoteStoreNodeAttribute .*;
231
+ import static org .opensearch .node .remotestore .RemoteStoreNodeAttribute .REMOTE_STORE_CLUSTER_STATE_REPOSITORY_NAME_ATTRIBUTE_KEY ;
232
+ import static org .opensearch .node .remotestore .RemoteStoreNodeAttribute .REMOTE_STORE_REPOSITORY_SETTINGS_ATTRIBUTE_KEY_PREFIX ;
233
+ import static org .opensearch .node .remotestore .RemoteStoreNodeAttribute .REMOTE_STORE_REPOSITORY_TYPE_ATTRIBUTE_KEY_FORMAT ;
234
+ import static org .opensearch .node .remotestore .RemoteStoreNodeAttribute .REMOTE_STORE_ROUTING_TABLE_REPOSITORY_NAME_ATTRIBUTE_KEY ;
235
+ import static org .opensearch .node .remotestore .RemoteStoreNodeAttribute .REMOTE_STORE_SEGMENT_REPOSITORY_NAME_ATTRIBUTE_KEY ;
236
+ import static org .opensearch .node .remotestore .RemoteStoreNodeAttribute .REMOTE_STORE_TRANSLOG_REPOSITORY_NAME_ATTRIBUTE_KEY ;
232
237
import static org .opensearch .node .remotestore .RemoteStoreNodeService .MIGRATION_DIRECTION_SETTING ;
233
238
import static org .opensearch .node .remotestore .RemoteStoreNodeService .REMOTE_STORE_COMPATIBILITY_MODE_SETTING ;
234
239
import static org .opensearch .test .XContentTestUtils .convertToMap ;
You can’t perform that action at this time.
0 commit comments