Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

REF - Static variable in class com.s8.api.flow.repository.objects.RepoS8Object
(System)
REF - Static variable in class com.s8.api.flow.space.objects.SpaceS8Object
Utility
reportBytes(long) - Method in class com.s8.api.bytes.MemoryFootprint
Report bytes on this memory footprint.
reportChange(String) - Method in interface com.s8.api.flow.space.objects.SpaceS8Vertex
Use this method to report changes
reportEntry() - Method in class com.s8.api.bytes.MemoryFootprint
Report an entry and increment the number of entries of this memory footprint.
reportFieldUpdate(String) - Method in class com.s8.api.flow.space.objects.SpaceS8Object
Report an update for a field
reportFieldUpdates(String...) - Method in class com.s8.api.flow.space.objects.SpaceS8Object
Report an update for many fields
reportInstance() - Method in class com.s8.api.bytes.MemoryFootprint
Report an instance and increment the number of instance of this memory footprint.
reportInstances(int) - Method in class com.s8.api.bytes.MemoryFootprint
Report many instances and increment the number of instance of this memory footprint.
reportReference() - Method in class com.s8.api.bytes.MemoryFootprint
Report a reference and increment the number of references of this memory footprint.
reportReferences(int) - Method in class com.s8.api.bytes.MemoryFootprint
Report a reference and increment the number of references of this memory footprint.
RepoS8Object - Class in com.s8.api.flow.repository.objects
S8Shell represents an enclosure of a graph of S8Object.
RepoS8Object() - Constructor for class com.s8.api.flow.repository.objects.RepoS8Object
Main constructor.
RepoS8Vertex - Class in com.s8.api.flow.repository.objects
RepoS8Vertex is a reservation object for data attached to RepoS8Object
RepoS8Vertex() - Constructor for class com.s8.api.flow.repository.objects.RepoS8Vertex
Main constructor
REPOSITORY_DOES_NOT_EXIST - Enum constant in enum class com.s8.api.flow.repository.requests.ForkBranchS8Request.Status
Request failed because Repository does not exist
REPOSITORY_NOT_FOUND - Enum constant in enum class com.s8.api.flow.repository.requests.CloneBranchS8Request.Status
Repository cannot be found for given address
REPOSITORY_NOT_FOUND - Enum constant in enum class com.s8.api.flow.repository.requests.CommitBranchS8Request.Status
Repository cannot be found for the give address
repositoryAddress - Variable in class com.s8.api.flow.repository.requests.CloneBranchS8Request
the repository address
repositoryAddress - Variable in class com.s8.api.flow.repository.requests.CommitBranchS8Request
The request target repository address
repositoryAddress - Variable in class com.s8.api.flow.repository.requests.CreateRepositoryS8Request
the repository address
repositoryAddress - Variable in class com.s8.api.flow.repository.requests.DeleteRepositoryS8Request
the repository address
repositoryAddress - Variable in class com.s8.api.flow.repository.requests.ForkBranchS8Request
the repository address
repositoryAddress - Variable in class com.s8.api.flow.repository.requests.GetBranchMetadataS8Request
The address of the repository
repositoryInfo - Variable in class com.s8.api.flow.repository.requests.CreateRepositoryS8Request
the repository info
repositoryName - Variable in class com.s8.api.flow.repository.requests.CreateRepositoryS8Request
the repository name
row - Variable in class com.s8.api.flow.table.requests.PutRowS8Request
the row object
rowKey - Variable in class com.s8.api.flow.table.requests.GetRowS8Request
row key
RowS8Object - Class in com.s8.api.flow.table.objects
A Row object to be store in a table
RowS8Object(String) - Constructor for class com.s8.api.flow.table.objects.RowS8Object
Main constructor
run() - Method in interface com.s8.api.flow.S8CodeBlock
The function method
run(S8AsyncFlow) - Method in interface com.s8.api.web.functions.none.VoidNeFunction
The function method
run(S8AsyncFlow, boolean) - Method in interface com.s8.api.web.functions.primitives.Bool8NeFunction
The function method
run(S8AsyncFlow, double) - Method in interface com.s8.api.web.functions.primitives.Float64NeFunction
The function method
run(S8AsyncFlow, double[]) - Method in interface com.s8.api.web.functions.arrays.Float64ArrayNeFunction
The function method
run(S8AsyncFlow, float) - Method in interface com.s8.api.web.functions.primitives.Float32NeFunction
The function method
run(S8AsyncFlow, float[]) - Method in interface com.s8.api.web.functions.arrays.Float32ArrayNeFunction
The function method
run(S8AsyncFlow, int) - Method in interface com.s8.api.web.functions.primitives.Int16NeFunction
The function method
run(S8AsyncFlow, int) - Method in interface com.s8.api.web.functions.primitives.Int32NeFunction
The function method
run(S8AsyncFlow, int) - Method in interface com.s8.api.web.functions.primitives.Int8NeFunction
The function method
run(S8AsyncFlow, int) - Method in interface com.s8.api.web.functions.primitives.UInt16NeFunction
The function method
run(S8AsyncFlow, int) - Method in interface com.s8.api.web.functions.primitives.UInt32NeFunction
The function method
run(S8AsyncFlow, int) - Method in interface com.s8.api.web.functions.primitives.UInt8NeFunction
The function method
run(S8AsyncFlow, int[]) - Method in interface com.s8.api.web.functions.arrays.Int16ArrayNeFunction
The function method
run(S8AsyncFlow, int[]) - Method in interface com.s8.api.web.functions.arrays.Int32ArrayNeFunction
The function method
run(S8AsyncFlow, int[]) - Method in interface com.s8.api.web.functions.arrays.Int8ArrayNeFunction
The function method
run(S8AsyncFlow, int[]) - Method in interface com.s8.api.web.functions.arrays.UInt16ArrayNeFunction
The function method
run(S8AsyncFlow, int[]) - Method in interface com.s8.api.web.functions.arrays.UInt32ArrayNeFunction
The function method
run(S8AsyncFlow, int[]) - Method in interface com.s8.api.web.functions.arrays.UInt8ArrayNeFunction
The function method
run(S8AsyncFlow, long) - Method in interface com.s8.api.web.functions.primitives.Int64NeFunction
The function method
run(S8AsyncFlow, long) - Method in interface com.s8.api.web.functions.primitives.UInt64NeFunction
The function method
run(S8AsyncFlow, long[]) - Method in interface com.s8.api.web.functions.arrays.UInt64ArrayNeFunction
The function method
run(S8AsyncFlow, String) - Method in interface com.s8.api.web.functions.primitives.StringUTF8NeFunction
The function method
run(S8AsyncFlow, String[]) - Method in interface com.s8.api.web.functions.arrays.StringUTF8ArrayNeFunction
The function method
run(S8AsyncFlow, List<T>) - Method in interface com.s8.api.web.functions.objects.ObjectsListNeFunction
The function method
run(S8AsyncFlow, T) - Method in interface com.s8.api.web.functions.objects.ObjectNeFunction
The function method
run(Exception) - Method in interface com.s8.api.flow.S8ExceptionCatcher
the function method
run(T) - Method in interface com.s8.api.flow.S8OutputProcessor
The function method
runBlock(int, S8CodeBlock) - Method in interface com.s8.api.flow.S8AsyncFlow
Run a block of code.
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form