Package | Description |
---|---|
org.apache.reef.tang.implementation.protobuf |
Implementation classes that translate between Tang's core API and protocol
buffers.
|
org.apache.reef.tang.proto |
Modifier and Type | Method and Description |
---|---|
static ClassHierarchyProto.Node |
ProtocolBufferClassHierarchy.serialize(ClassHierarchy classHierarchy)
Deprecated.
in 0.12. Use AvroClassHierarchySerializer instead
|
Constructor and Description |
---|
ProtocolBufferClassHierarchy(ClassHierarchyProto.Node root)
Deprecated.
in 0.12. Use AvroClassHierarchy instead
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClassHierarchyProto.Node> |
ClassHierarchyProto.Node.PARSER |
Modifier and Type | Method and Description |
---|---|
ClassHierarchyProto.Node |
ClassHierarchyProto.Node.Builder.build() |
ClassHierarchyProto.Node |
ClassHierarchyProto.Node.Builder.buildPartial() |
ClassHierarchyProto.Node |
ClassHierarchyProto.NodeOrBuilder.getChildren(int index)
repeated .Node children = 6; |
ClassHierarchyProto.Node |
ClassHierarchyProto.Node.getChildren(int index)
repeated .Node children = 6; |
ClassHierarchyProto.Node |
ClassHierarchyProto.Node.Builder.getChildren(int index)
repeated .Node children = 6; |
static ClassHierarchyProto.Node |
ClassHierarchyProto.Node.getDefaultInstance() |
ClassHierarchyProto.Node |
ClassHierarchyProto.Node.getDefaultInstanceForType() |
ClassHierarchyProto.Node |
ClassHierarchyProto.Node.Builder.getDefaultInstanceForType() |
static ClassHierarchyProto.Node |
ClassHierarchyProto.Node.parseDelimitedFrom(InputStream input) |
static ClassHierarchyProto.Node |
ClassHierarchyProto.Node.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.Node |
ClassHierarchyProto.Node.parseFrom(byte[] data) |
static ClassHierarchyProto.Node |
ClassHierarchyProto.Node.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.Node |
ClassHierarchyProto.Node.parseFrom(com.google.protobuf.ByteString data) |
static ClassHierarchyProto.Node |
ClassHierarchyProto.Node.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.Node |
ClassHierarchyProto.Node.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClassHierarchyProto.Node |
ClassHierarchyProto.Node.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.Node |
ClassHierarchyProto.Node.parseFrom(InputStream input) |
static ClassHierarchyProto.Node |
ClassHierarchyProto.Node.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<ClassHierarchyProto.Node> |
ClassHierarchyProto.NodeOrBuilder.getChildrenList()
repeated .Node children = 6; |
List<ClassHierarchyProto.Node> |
ClassHierarchyProto.Node.getChildrenList()
repeated .Node children = 6; |
List<ClassHierarchyProto.Node> |
ClassHierarchyProto.Node.Builder.getChildrenList()
repeated .Node children = 6; |
com.google.protobuf.Parser<ClassHierarchyProto.Node> |
ClassHierarchyProto.Node.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClassHierarchyProto.Node.Builder |
ClassHierarchyProto.Node.Builder.addChildren(ClassHierarchyProto.Node value)
repeated .Node children = 6; |
ClassHierarchyProto.Node.Builder |
ClassHierarchyProto.Node.Builder.addChildren(int index,
ClassHierarchyProto.Node value)
repeated .Node children = 6; |
ClassHierarchyProto.Node.Builder |
ClassHierarchyProto.Node.Builder.mergeFrom(ClassHierarchyProto.Node other) |
static ClassHierarchyProto.Node.Builder |
ClassHierarchyProto.Node.newBuilder(ClassHierarchyProto.Node prototype) |
ClassHierarchyProto.Node.Builder |
ClassHierarchyProto.Node.Builder.setChildren(int index,
ClassHierarchyProto.Node value)
repeated .Node children = 6; |
Modifier and Type | Method and Description |
---|---|
ClassHierarchyProto.Node.Builder |
ClassHierarchyProto.Node.Builder.addAllChildren(Iterable<? extends ClassHierarchyProto.Node> values)
repeated .Node children = 6; |
Copyright © 2016 The Apache Software Foundation. All rights reserved.