public class CommonLogEntry extends Object implements org.apache.hadoop.io.Writable
Constructor and Description |
---|
CommonLogEntry() |
Modifier and Type | Method and Description |
---|---|
Long |
getEpoch() |
String |
getMethod() |
Long |
getObjSize() |
String |
getProtocol() |
String |
getRemoteAddress() |
String |
getRemoteLogname() |
String |
getRequestLine() |
String |
getResource() |
Long |
getStatusCode() |
String |
getTime() |
String |
getUserId() |
void |
readFields(DataInput in) |
static Long |
readLong(DataInput in) |
void |
setEpoch(Long epoch) |
void |
setMethod(String method) |
void |
setObjSize(Long objSize) |
void |
setProtocol(String protocol) |
void |
setRemoteAddress(String remoteAddress) |
void |
setRemoteLogname(String remoteLogname) |
void |
setRequestLine(String requestLine) |
void |
setResource(String resource) |
void |
setStatusCode(Long statusCode) |
void |
setTime(String time) |
void |
setUserId(String userId) |
void |
write(DataOutput out) |
static void |
writeLong(DataOutput out,
Long l) |
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public static void writeLong(DataOutput out, Long l) throws IOException
IOException
public static Long readLong(DataInput in) throws IOException
IOException
public String getRemoteAddress()
public void setRemoteAddress(String remoteAddress)
public String getRemoteLogname()
public void setRemoteLogname(String remoteLogname)
public String getUserId()
public void setUserId(String userId)
public String getTime()
public void setTime(String time)
public String getRequestLine()
public void setRequestLine(String requestLine)
public Long getStatusCode()
public void setStatusCode(Long statusCode)
public Long getObjSize()
public void setObjSize(Long objSize)
public String getMethod()
public void setMethod(String method)
public String getResource()
public void setResource(String resource)
public String getProtocol()
public void setProtocol(String protocol)
public Long getEpoch()
public void setEpoch(Long epoch)
Copyright © 2014. All rights reserved.