public class LogEntry extends DataBufferLogEntry
dataType, length, references, stackTraceElements, status, timestamp| Constructor and Description |
|---|
LogEntry() |
LogEntry(INDArray toLog) |
LogEntry(INDArray toLog,
StackTraceElement[] stackTraceElements) |
LogEntry(INDArray toLog,
StackTraceElement[] stackTraceElements,
String status) |
LogEntry(INDArray toLog,
String status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDataType() |
String |
getId() |
String |
getNdArrayType() |
Collection<String> |
getReferences() |
int[] |
getShape() |
StackTraceElement[] |
getStackTraceElements() |
int[] |
getStride() |
int |
hashCode() |
long |
length() |
void |
setDataType(String dataType) |
void |
setId(String id) |
void |
setLength(long length) |
void |
setNdArrayType(String ndArrayType) |
void |
setReferences(Collection<String> numReferences) |
void |
setShape(int[] shape) |
void |
setStackTraceElements(StackTraceElement[] stackTraceElements) |
void |
setStride(int[] stride) |
String |
toString() |
getStatus, getTimestamp, setStatus, setTimestamppublic LogEntry()
public LogEntry(INDArray toLog, StackTraceElement[] stackTraceElements, String status)
public LogEntry(INDArray toLog, StackTraceElement[] stackTraceElements)
public LogEntry(INDArray toLog)
public boolean equals(Object o)
equals in class DataBufferLogEntrypublic int hashCode()
hashCode in class DataBufferLogEntrypublic String toString()
toString in class DataBufferLogEntrypublic String getId()
public void setId(String id)
public int[] getShape()
public void setShape(int[] shape)
public int[] getStride()
public void setStride(int[] stride)
public long length()
length in class DataBufferLogEntrypublic void setLength(long length)
setLength in class DataBufferLogEntrypublic String getNdArrayType()
public void setNdArrayType(String ndArrayType)
public Collection<String> getReferences()
getReferences in class DataBufferLogEntrypublic void setReferences(Collection<String> numReferences)
setReferences in class DataBufferLogEntrypublic String getDataType()
getDataType in class DataBufferLogEntrypublic void setDataType(String dataType)
setDataType in class DataBufferLogEntrypublic StackTraceElement[] getStackTraceElements()
getStackTraceElements in class DataBufferLogEntrypublic void setStackTraceElements(StackTraceElement[] stackTraceElements)
setStackTraceElements in class DataBufferLogEntryCopyright © 2018. All rights reserved.