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 |
---|---|
GetReservationHomeSubClusterResponse |
FederationReservationHomeSubClusterStore.getReservationHomeSubCluster(GetReservationHomeSubClusterRequest request)
Get information about the Reservation identified by the input
ReservationId . |
Modifier and Type | Method and Description |
---|---|
GetReservationHomeSubClusterResponse |
MemoryFederationStateStore.getReservationHomeSubCluster(GetReservationHomeSubClusterRequest request) |
GetReservationHomeSubClusterResponse |
SQLFederationStateStore.getReservationHomeSubCluster(GetReservationHomeSubClusterRequest request) |
GetReservationHomeSubClusterResponse |
ZookeeperFederationStateStore.getReservationHomeSubCluster(GetReservationHomeSubClusterRequest request) |
Modifier and Type | Method and Description |
---|---|
static GetReservationHomeSubClusterRequest |
GetReservationHomeSubClusterRequest.newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId) |
Modifier and Type | Class and Description |
---|---|
class |
GetReservationHomeSubClusterRequestPBImpl
Protocol buffer based implementation of
GetReservationHomeSubClusterRequest . |
Modifier and Type | Method and Description |
---|---|
static void |
FederationReservationHomeSubClusterStoreInputValidator.validate(GetReservationHomeSubClusterRequest request)
Quick validation on the input to check some obvious fail conditions (fail
fast).
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.