| Package | Description |
|---|---|
| org.apache.tez.dag.history | |
| org.apache.tez.dag.history.events | |
| org.apache.tez.dag.recovery.records | |
| org.apache.tez.dag.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
SummaryEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexGroupCommitStartedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto) |
void |
VertexGroupCommitFinishedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto) |
void |
VertexFinishedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto) |
void |
VertexCommitStartedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto) |
void |
DAGSubmittedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto) |
void |
DAGFinishedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto) |
void |
DAGCommitStartedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<RecoveryProtos.SummaryEventProto> |
RecoveryProtos.SummaryEventProto.PARSER |
| Modifier and Type | Method and Description |
|---|---|
RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.Builder.build() |
RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.Builder.buildPartial() |
static RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.getDefaultInstance() |
RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.getDefaultInstanceForType() |
RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.Builder.getDefaultInstanceForType() |
static RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.parseDelimitedFrom(InputStream input) |
static RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.parseFrom(byte[] data) |
static RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.parseFrom(com.google.protobuf.ByteString data) |
static RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.parseFrom(InputStream input) |
static RecoveryProtos.SummaryEventProto |
RecoveryProtos.SummaryEventProto.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RecoveryProtos.SummaryEventProto> |
RecoveryProtos.SummaryEventProto.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
RecoveryProtos.SummaryEventProto.Builder |
RecoveryProtos.SummaryEventProto.Builder.mergeFrom(RecoveryProtos.SummaryEventProto other) |
static RecoveryProtos.SummaryEventProto.Builder |
RecoveryProtos.SummaryEventProto.newBuilder(RecoveryProtos.SummaryEventProto prototype) |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryProtos.SummaryEventProto |
ProtoUtils.toSummaryEventProto(org.apache.tez.dag.records.TezDAGID dagID,
long timestamp,
HistoryEventType historyEventType,
byte[] payload) |
Copyright © 2015 Apache Software Foundation. All rights reserved.