public class MaterializationContext
extends java.lang.Object
implements scala.Product, scala.Serializable
create
methods of sources and sinks.Constructor and Description |
---|
MaterializationContext(Materializer materializer,
Attributes effectiveAttributes,
java.lang.String stageName) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
Attributes |
effectiveAttributes() |
abstract static boolean |
equals(java.lang.Object that) |
Materializer |
materializer() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
java.lang.String |
stageName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MaterializationContext(Materializer materializer, Attributes effectiveAttributes, java.lang.String stageName)
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public Materializer materializer()
public Attributes effectiveAttributes()
public java.lang.String stageName()