public interface Function
Modifier and Type | Interface and Description |
---|---|
static interface |
Function.Factory |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractType<?>> |
argsType() |
java.nio.ByteBuffer |
execute(java.util.List<java.nio.ByteBuffer> parameters) |
boolean |
isPure() |
java.lang.String |
name() |
AbstractType<?> |
returnType() |
java.lang.String name()
java.util.List<AbstractType<?>> argsType()
AbstractType<?> returnType()
java.nio.ByteBuffer execute(java.util.List<java.nio.ByteBuffer> parameters) throws InvalidRequestException
InvalidRequestException
boolean isPure()
Copyright © 2014 The Apache Software Foundation