Uses of Class
org.apache.hadoop.hbase.master.janitor.MetaFixer.Either
-
Uses of MetaFixer.Either in org.apache.hadoop.hbase.master.janitor
Modifier and TypeMethodDescriptionstatic <L,
R> MetaFixer.Either<L, R> MetaFixer.Either.ofLeft
(L left) static <L,
R> MetaFixer.Either<L, R> MetaFixer.Either.ofRight
(R right)