Class MetaFixer.Either<L,R>
java.lang.Object
org.apache.hadoop.hbase.master.janitor.MetaFixer.Either<L,R>
- Enclosing class:
- MetaFixer
A union over
MetaFixer.Either
and MetaFixer.Either
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLeft()
getRight()
boolean
hasLeft()
boolean
hasRight()
static <L,
R> MetaFixer.Either<L, R> ofLeft
(L left) static <L,
R> MetaFixer.Either<L, R> ofRight
(R right)
-
Field Details
-
left
-
right
-
-
Constructor Details
-
Either
-
-
Method Details
-
ofLeft
-
ofRight
-
hasLeft
-
getLeft
-
hasRight
-
getRight
-