Class OpGetChildren
- java.lang.Object
-
- org.apache.pulsar.metadata.impl.batching.OpGetChildren
-
- All Implemented Interfaces:
MetadataOp
public class OpGetChildren extends java.lang.Object implements MetadataOp
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.pulsar.metadata.impl.batching.MetadataOp
MetadataOp.Type
-
-
Constructor Summary
Constructors Constructor Description OpGetChildren()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataOp.TypegetType()intsize()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.pulsar.metadata.impl.batching.MetadataOp
asDelete, asGet, asGetChildren, asPut, getFuture
-
-
-
-
Method Detail
-
getType
public MetadataOp.Type getType()
- Specified by:
getTypein interfaceMetadataOp
-
size
public int size()
- Specified by:
sizein interfaceMetadataOp
-
-