Package | Description |
---|---|
org.apache.hadoop.yarn.server.federation.store |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.impl |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.records |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.records.impl.pb |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.utils |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
DeleteReservationHomeSubClusterResponse |
FederationReservationHomeSubClusterStore.deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest request)
Delete the mapping of home
SubClusterId of a previously submitted
ReservationId . |
Modifier and Type | Method and Description |
---|---|
DeleteReservationHomeSubClusterResponse |
ZookeeperFederationStateStore.deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest request) |
DeleteReservationHomeSubClusterResponse |
SQLFederationStateStore.deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest request) |
DeleteReservationHomeSubClusterResponse |
MemoryFederationStateStore.deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest request) |
Modifier and Type | Method and Description |
---|---|
static DeleteReservationHomeSubClusterRequest |
DeleteReservationHomeSubClusterRequest.newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteReservationHomeSubClusterRequestPBImpl
Protocol buffer based implementation of
DeleteReservationHomeSubClusterRequest . |
Modifier and Type | Method and Description |
---|---|
static void |
FederationReservationHomeSubClusterStoreInputValidator.validate(DeleteReservationHomeSubClusterRequest request)
Quick validation on the input to check some obvious fail conditions (fail
fast).
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.