Class OOCGetStreamTypeMessage
java.lang.Object
org.apache.sysds.runtime.ooc.stream.message.OOCGetStreamTypeMessage
- All Implemented Interfaces:
OOCStreamMessage
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIXTransform(BiFunction<Boolean, IndexRange, IndexRange> transform) bytebooleanvoidvoidvoidMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.sysds.runtime.ooc.stream.message.OOCStreamMessage
cancel, isCancelled, split
-
Field Details
-
STREAM_TYPE_UNKNOWN
public static final byte STREAM_TYPE_UNKNOWN- See Also:
-
STREAM_TYPE_CACHED
public static final byte STREAM_TYPE_CACHED- See Also:
-
STREAM_TYPE_IN_MEMORY
public static final byte STREAM_TYPE_IN_MEMORY- See Also:
-
-
Constructor Details
-
OOCGetStreamTypeMessage
public OOCGetStreamTypeMessage()
-
-
Method Details
-
addIXTransform
- Specified by:
addIXTransformin interfaceOOCStreamMessage
-
setUnknownType
public void setUnknownType() -
setCachedType
public void setCachedType() -
setInMemoryType
public void setInMemoryType() -
getStreamType
public byte getStreamType() -
isRequestable
public boolean isRequestable()
-