Interface MetadataOp
-
- All Known Implementing Classes:
OpDelete,OpGet,OpGetChildren,OpPut
public interface MetadataOp
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMetadataOp.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default OpDeleteasDelete()default OpGetasGet()default OpGetChildrenasGetChildren()default OpPutasPut()java.util.concurrent.CompletableFuture<?>getFuture()MetadataOp.TypegetType()intsize()
-
-
-
Method Detail
-
getType
MetadataOp.Type getType()
-
getFuture
java.util.concurrent.CompletableFuture<?> getFuture()
-
size
int size()
-
asGet
default OpGet asGet()
-
asDelete
default OpDelete asDelete()
-
asGetChildren
default OpGetChildren asGetChildren()
-
asPut
default OpPut asPut()
-
-