Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<ComponentManifest> |
serializer |
Constructor and Description |
---|
ComponentManifest(java.util.Map<Component,java.lang.Long> components) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Component> |
components() |
static ComponentManifest |
create(Descriptor descriptor) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.Iterator<Component> |
iterator() |
long |
sizeOf(Component component) |
long |
totalSize() |
public static final IVersionedSerializer<ComponentManifest> serializer
public ComponentManifest(java.util.Map<Component,java.lang.Long> components)
public static ComponentManifest create(Descriptor descriptor)
public long sizeOf(Component component)
public long totalSize()
public java.util.List<Component> components()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2009-2022 The Apache Software Foundation