Java org.apache.hadoop.yarn.api.records.timeline TimelineDomain fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.api.records.timeline TimelineDomain fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.api.records.timeline TimelineDomain.

The text is from its open source code.

Constructor

Method

StringgetId()
Get the domain ID
StringgetOwner()
Get the domain owner
StringgetReaders()
Get the reader (and/or reader group) list string
StringgetWriters()
Get the writer (and/or writer group) list string
voidsetId(String id)
Set the domain ID
voidsetReaders(String readers)
Set the reader (and/or reader group) list string
voidsetWriters(String writers)
Set the writer (and/or writer group) list string