public static class MERGE3.MergeHeader extends Header
| Modifier and Type | Class and Description |
|---|---|
protected static class |
MERGE3.MergeHeader.Type |
| Modifier and Type | Field and Description |
|---|---|
protected String |
logical_name |
protected PhysicalAddress |
physical_addr |
protected MERGE3.MergeHeader.Type |
type |
protected ViewId |
view_id |
| Modifier | Constructor and Description |
|---|---|
|
MergeHeader() |
protected |
MergeHeader(MERGE3.MergeHeader.Type type,
ViewId view_id,
String logical_name,
PhysicalAddress physical_addr) |
| Modifier and Type | Method and Description |
|---|---|
static MERGE3.MergeHeader |
createInfo(ViewId view_id,
String logical_name,
PhysicalAddress physical_addr) |
static MERGE3.MergeHeader |
createViewRequest() |
static MERGE3.MergeHeader |
createViewResponse() |
void |
readFrom(DataInput instream)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
int |
size()
To be implemented by subclasses.
|
String |
toString() |
void |
writeTo(DataOutput outstream)
Write the entire state of the current object (including superclasses) to outstream.
|
protected MERGE3.MergeHeader.Type type
protected ViewId view_id
protected String logical_name
protected PhysicalAddress physical_addr
public MergeHeader()
protected MergeHeader(MERGE3.MergeHeader.Type type, ViewId view_id, String logical_name, PhysicalAddress physical_addr)
public static MERGE3.MergeHeader createInfo(ViewId view_id, String logical_name, PhysicalAddress physical_addr)
public static MERGE3.MergeHeader createViewRequest()
public static MERGE3.MergeHeader createViewResponse()
public int size()
Headerpublic void writeTo(DataOutput outstream) throws Exception
StreamableExceptionpublic void readFrom(DataInput instream) throws Exception
StreamableExceptionCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.