Package org.apache.bookkeeper.metastore
Class InMemoryMetastoreTable.Result<T>
- java.lang.Object
-
- org.apache.bookkeeper.metastore.InMemoryMetastoreTable.Result<T>
-
- Enclosing class:
- InMemoryMetastoreTable
static class InMemoryMetastoreTable.Result<T> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) MSException.Code
code
(package private) T
value
-
Constructor Summary
Constructors Constructor Description Result(MSException.Code code, T value)
-
-
-
Field Detail
-
code
MSException.Code code
-
value
T value
-
-
Constructor Detail
-
Result
public Result(MSException.Code code, T value)
-
-