Uses of Class
org.opennms.netmgt.flows.persistence.model.FlowDocument
-
Packages that use FlowDocument Package Description org.opennms.netmgt.flows.persistence org.opennms.netmgt.flows.persistence.model -
-
Uses of FlowDocument in org.opennms.netmgt.flows.persistence
Methods in org.opennms.netmgt.flows.persistence that return FlowDocument Modifier and Type Method Description static FlowDocument
FlowDocumentBuilder. buildFlowDocument(EnrichedFlow enrichedFlow)
-
Uses of FlowDocument in org.opennms.netmgt.flows.persistence.model
Methods in org.opennms.netmgt.flows.persistence.model that return FlowDocument Modifier and Type Method Description FlowDocument
FlowDocument.Builder. build()
FlowDocument
FlowDocument.Builder. buildPartial()
static FlowDocument
FlowDocument. getDefaultInstance()
FlowDocument
FlowDocument.Builder. getDefaultInstanceForType()
FlowDocument
FlowDocument. getDefaultInstanceForType()
static FlowDocument
FlowDocument. parseDelimitedFrom(InputStream input)
static FlowDocument
FlowDocument. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlowDocument
FlowDocument. parseFrom(byte[] data)
static FlowDocument
FlowDocument. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlowDocument
FlowDocument. parseFrom(com.google.protobuf.ByteString data)
static FlowDocument
FlowDocument. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlowDocument
FlowDocument. parseFrom(com.google.protobuf.CodedInputStream input)
static FlowDocument
FlowDocument. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlowDocument
FlowDocument. parseFrom(InputStream input)
static FlowDocument
FlowDocument. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlowDocument
FlowDocument. parseFrom(ByteBuffer data)
static FlowDocument
FlowDocument. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.opennms.netmgt.flows.persistence.model that return types with arguments of type FlowDocument Modifier and Type Method Description com.google.protobuf.Parser<FlowDocument>
FlowDocument. getParserForType()
static com.google.protobuf.Parser<FlowDocument>
FlowDocument. parser()
Methods in org.opennms.netmgt.flows.persistence.model with parameters of type FlowDocument Modifier and Type Method Description FlowDocument.Builder
FlowDocument.Builder. mergeFrom(FlowDocument other)
static FlowDocument.Builder
FlowDocument. newBuilder(FlowDocument prototype)
-