Package | Description |
---|---|
org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.service.api.records |
Modifier and Type | Method and Description |
---|---|
abstract LocalResourceVisibility |
LocalResource.getVisibility()
Get the
LocalResourceVisibility of the resource to be
localized. |
static LocalResourceVisibility |
LocalResourceVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalResourceVisibility[] |
LocalResourceVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static LocalResource |
LocalResource.newInstance(URL url,
LocalResourceType type,
LocalResourceVisibility visibility,
long size,
long timestamp) |
static LocalResource |
LocalResource.newInstance(URL url,
LocalResourceType type,
LocalResourceVisibility visibility,
long size,
long timestamp,
boolean shouldBeUploadedToSharedCache) |
static LocalResource |
LocalResource.newInstance(URL url,
LocalResourceType type,
LocalResourceVisibility visibility,
long size,
long timestamp,
String pattern) |
static LocalResource |
LocalResource.newInstance(URL url,
LocalResourceType type,
LocalResourceVisibility visibility,
long size,
long timestamp,
String pattern,
boolean shouldBeUploadedToSharedCache) |
abstract void |
LocalResource.setVisibility(LocalResourceVisibility visibility)
Set the
LocalResourceVisibility of the resource to be
localized. |
Modifier and Type | Method and Description |
---|---|
LocalResourceVisibility |
ConfigFile.getVisibility() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigFile.setVisibility(LocalResourceVisibility localrsrcVisibility) |
ConfigFile |
ConfigFile.visibility(LocalResourceVisibility localrsrcVisibility)
Visibility of the Config file.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.