public final class StateBootstrapFunctionRegistry
extends java.lang.Object
implements java.io.Serializable
StateBootstrapFunctionProvider
registrations.Constructor and Description |
---|
StateBootstrapFunctionRegistry() |
Modifier and Type | Method and Description |
---|---|
int |
numRegistrations()
Returns number of registrations.
|
void |
register(FunctionType functionType,
StateBootstrapFunctionProvider stateBootstrapFunctionProvider)
Registers a
StateBootstrapFunctionProvider . |
public void register(FunctionType functionType, StateBootstrapFunctionProvider stateBootstrapFunctionProvider)
StateBootstrapFunctionProvider
.functionType
- the type of the function that is being bootstrapped.stateBootstrapFunctionProvider
- provider of the bootstrap function.public int numRegistrations()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.