Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

AbsFloat - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:absFloat.
AbsFloat() - Constructor for class org.ballerinalang.nativeimpl.math.AbsFloat
 
AbsInt - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:absInt.
AbsInt() - Constructor for class org.ballerinalang.nativeimpl.math.AbsInt
 
AbstractLogFunction - Class in org.ballerinalang.nativeimpl.log
Base class for the other log functions, containing a getter to retrieve the correct logger, given a package name.
AbstractLogFunction() - Constructor for class org.ballerinalang.nativeimpl.log.AbstractLogFunction
 
AbstractNativeChannel - Class in org.ballerinalang.nativeimpl.io.channels
For I/O APIs to work it requires each I/O source (file,tcp socket) to return a generic ByteChannel.
AbstractNativeChannel() - Constructor for class org.ballerinalang.nativeimpl.io.channels.AbstractNativeChannel
 
AbstractRegexFunction - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Abstract native function which serves as base class for writing Regex related native functions.
AbstractRegexFunction() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.AbstractRegexFunction
 
AbstractTimeFunction - Class in org.ballerinalang.nativeimpl.time
Contains utility methods for time related functions.
AbstractTimeFunction() - Constructor for class org.ballerinalang.nativeimpl.time.AbstractTimeFunction
 
Acos - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:acos.
Acos() - Constructor for class org.ballerinalang.nativeimpl.math.Acos
 
Add - Class in org.ballerinalang.nativeimpl.builtin.tablelib
Add is the function to add data to a table.
Add() - Constructor for class org.ballerinalang.nativeimpl.builtin.tablelib.Add
 
addAppointment(Appointment) - Method in class org.ballerinalang.nativeimpl.task.TaskRegistry
 
AddDuration - Class in org.ballerinalang.nativeimpl.time
Add given durations to the time.
AddDuration() - Constructor for class org.ballerinalang.nativeimpl.time.AddDuration
 
addTimer(Timer) - Method in class org.ballerinalang.nativeimpl.task.TaskRegistry
 
AlphaCollectionResult - Class in org.ballerinalang.nativeimpl.io.events.result
Represent alphanumeric result collection.
AlphaCollectionResult(EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.AlphaCollectionResult
 
AlphaCollectionResult(String[], EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.AlphaCollectionResult
 
AlphaResult - Class in org.ballerinalang.nativeimpl.io.events.result
Represents a series of characters.
AlphaResult(EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.AlphaResult
 
AlphaResult(String, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.AlphaResult
 
ANNOTATION_DIRECTORY_RECURSIVE - Static variable in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
ANNOTATION_PATH - Static variable in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
APPLICATION_FORM - Static variable in class org.ballerinalang.nativeimpl.lang.utils.Constants
HTTP content-type application/x-www-form-urlencoded.
APPLICATION_JSON - Static variable in class org.ballerinalang.nativeimpl.lang.utils.Constants
HTTP content-type application/json.
APPLICATION_XML - Static variable in class org.ballerinalang.nativeimpl.lang.utils.Constants
HTTP content-type application/xml.
Appointment - Class in org.ballerinalang.nativeimpl.task.appointment
Represents an appointment.
AppointmentConstants - Class in org.ballerinalang.nativeimpl.task.appointment
Constants related appointments.
AppointmentConstants() - Constructor for class org.ballerinalang.nativeimpl.task.appointment.AppointmentConstants
 
AppointmentJob - Class in org.ballerinalang.nativeimpl.task.appointment
Represents a Quartz job related to an appointment.
AppointmentJob() - Constructor for class org.ballerinalang.nativeimpl.task.appointment.AppointmentJob
 
AppointmentManager - Class in org.ballerinalang.nativeimpl.task.appointment
Manages appointments.
Asin - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:asin.
Asin() - Constructor for class org.ballerinalang.nativeimpl.math.Asin
 
AsyncReader - Class in org.ballerinalang.nativeimpl.io.channels.base.readers
Asynchronously reads bytes from the channel.
AsyncReader() - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.readers.AsyncReader
 
AsyncWriter - Class in org.ballerinalang.nativeimpl.io.channels.base.writers
Writes bytes to a given channel asynchronously.
AsyncWriter() - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.writers.AsyncWriter
 
Atan - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:atan.
Atan() - Constructor for class org.ballerinalang.nativeimpl.math.Atan
 
Atan2 - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:atan2.
Atan2() - Constructor for class org.ballerinalang.nativeimpl.math.Atan2
 
AUTH_SCHEME_STRING_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.runtime.AuthContext
 
AUTH_TOKEN_STRING_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.runtime.AuthContext
 
AuthContext - Class in org.ballerinalang.nativeimpl.runtime
AuthContext represents and holds the authentication information.
AuthContext(BStruct) - Constructor for class org.ballerinalang.nativeimpl.runtime.AuthContext
 

B

BALLERINA_BUILTIN - Static variable in class org.ballerinalang.nativeimpl.io.IOConstants
Specifies the io package information.
BALLERINA_FUNCTION - Static variable in class org.ballerinalang.nativeimpl.task.appointment.AppointmentConstants
 
BALLERINA_ON_ERROR_FUNCTION - Static variable in class org.ballerinalang.nativeimpl.task.appointment.AppointmentConstants
 
BALLERINA_ON_TRIGGER_FUNCTION - Static variable in class org.ballerinalang.nativeimpl.task.appointment.AppointmentConstants
 
BALLERINA_PARENT_CONTEXT - Static variable in class org.ballerinalang.nativeimpl.task.appointment.AppointmentConstants
 
BallerinaIOException - Exception in org.ballerinalang.nativeimpl.io
Will be used to throw Ballerina I/O related runtime exceptions.
BallerinaIOException(String, Throwable) - Constructor for exception org.ballerinalang.nativeimpl.io.BallerinaIOException
 
BallerinaIOException(String) - Constructor for exception org.ballerinalang.nativeimpl.io.BallerinaIOException
 
Base16ToBase64Encode - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.string:base16ToBase64Encode.
Base16ToBase64Encode() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Base16ToBase64Encode
 
BASE64_DECODE_ERROR - Static variable in class org.ballerinalang.nativeimpl.Utils
 
BASE64_ENCODE_ERROR - Static variable in class org.ballerinalang.nativeimpl.Utils
 
Base64ByteChannel - Class in org.ballerinalang.nativeimpl.util
Represent the byte channel that needs to be encode or decode using Base64 encoding scheme.
Base64ByteChannel(InputStream) - Constructor for class org.ballerinalang.nativeimpl.util.Base64ByteChannel
 
Base64Decode - Class in org.ballerinalang.nativeimpl.builtin.bloblib
Native function ballerina.model.blob:base64Decode.
Base64Decode() - Constructor for class org.ballerinalang.nativeimpl.builtin.bloblib.Base64Decode
 
Base64Decode - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.string:base64Decode.
Base64Decode() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Base64Decode
 
Base64Decode - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io:base64Decode.
Base64Decode() - Constructor for class org.ballerinalang.nativeimpl.io.Base64Decode
 
Base64Encode - Class in org.ballerinalang.nativeimpl.builtin.bloblib
Native function ballerina.model.blob:base64Encode.
Base64Encode() - Constructor for class org.ballerinalang.nativeimpl.builtin.bloblib.Base64Encode
 
Base64Encode - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.string:base64Encode.
Base64Encode() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Base64Encode
 
Base64Encode - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io:base64Encode.
Base64Encode() - Constructor for class org.ballerinalang.nativeimpl.io.Base64Encode
 
Base64ToBase16Encode - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.string:base64ToBase16Encode.
Base64ToBase16Encode() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Base64ToBase16Encode
 
Base64Wrapper - Class in org.ballerinalang.nativeimpl.util
Wrap base64 byte channel stream as a ballerina specific byte channel.
Base64Wrapper(Base64ByteChannel) - Constructor for class org.ballerinalang.nativeimpl.util.Base64Wrapper
 
BlobChannel - Class in org.ballerinalang.nativeimpl.io.channels
Creates channel which will reference byte content.
BlobChannel(ReadableByteChannel) - Constructor for class org.ballerinalang.nativeimpl.io.channels.BlobChannel
 
BlobIOChannel - Class in org.ballerinalang.nativeimpl.io.channels
Creates a blob channel to perform I/O operations.
BlobIOChannel(BlobChannel) - Constructor for class org.ballerinalang.nativeimpl.io.channels.BlobIOChannel
 
BlockingReader - Class in org.ballerinalang.nativeimpl.io.channels.base.readers
Attempts to fill the entire buffer with content.
BlockingReader() - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.readers.BlockingReader
 
BlockingWriter - Class in org.ballerinalang.nativeimpl.io.channels.base.writers
Read bytes in blocking mode.
BlockingWriter() - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.writers.BlockingWriter
 
BooleanResult - Class in org.ballerinalang.nativeimpl.io.events.result
Indicates a boolean result.
BooleanResult(EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.BooleanResult
 
BooleanResult(boolean, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.BooleanResult
 
Buffer - Class in org.ballerinalang.nativeimpl.io.channels.base
Specialized ByteBuffer which will dynamically resize, maintain state and call the underlying ByteChannel as necessary to return the required amount of bytes.
Buffer(int) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.Buffer
 
BuiltinSystemPackageRepositoryProvider - Class in org.ballerinalang.builtin
This represents the standard Ballerina built-in system package repository provider.
BuiltinSystemPackageRepositoryProvider() - Constructor for class org.ballerinalang.builtin.BuiltinSystemPackageRepositoryProvider
 
BuiltInUtils - Class in org.ballerinalang.util
 
BuiltInUtils() - Constructor for class org.ballerinalang.util.BuiltInUtils
 
BYTE_CHANNEL_NAME - Static variable in class org.ballerinalang.nativeimpl.io.IOConstants
Name of the ByteChannel which will be represented through the native struct.

C

Cancel - Class in org.ballerinalang.nativeimpl.builtin.asynclib
Native function future.cancel().
Cancel() - Constructor for class org.ballerinalang.nativeimpl.builtin.asynclib.Cancel
 
Cancel - Class in org.ballerinalang.nativeimpl.task.appointment
Native function ballerina/task:Appointment.cancel.
Cancel() - Constructor for class org.ballerinalang.nativeimpl.task.appointment.Cancel
 
Cbrt - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:cbrt.
Cbrt() - Constructor for class org.ballerinalang.nativeimpl.math.Cbrt
 
Ceil - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:ceil.
Ceil() - Constructor for class org.ballerinalang.nativeimpl.math.Ceil
 
CERT_PASS_OPTION_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.socket.SocketConstants
 
Channel - Class in org.ballerinalang.nativeimpl.io.channels.base
Represents Ballerina Byte Channel.
Channel(ByteChannel, Reader, Writer) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.Channel
Will read/write bytes from the provided channel
Channel(ByteChannel, Reader, Writer, int) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.Channel
Creates a channel which will contain a fixed sized buffer.
CHANNEL_BUFFER_SIZE - Static variable in class org.ballerinalang.nativeimpl.io.IOConstants
The size of the buffer allocated for reading bytes from the channel (15~ KB).
CharacterChannel - Class in org.ballerinalang.nativeimpl.io.channels.base
Represents the channel to perform character I/O operations.
CharacterChannel(Channel, String) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.CharacterChannel
 
CharacterChannelReader - Class in org.ballerinalang.nativeimpl.io.readers
This sub class of Reader use to convert CharacterChannel to Reader instance.
CharacterChannelReader(CharacterChannel) - Constructor for class org.ballerinalang.nativeimpl.io.readers.CharacterChannelReader
 
CIPHERS_OPTION_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.socket.SocketConstants
 
CLAIMS_REF_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
Clear - Class in org.ballerinalang.nativeimpl.builtin.maplib
Native function to clear map entries.
Clear() - Constructor for class org.ballerinalang.nativeimpl.builtin.maplib.Clear
 
CLIENT_SOCKET_NAME - Static variable in class org.ballerinalang.nativeimpl.io.IOConstants
Name of the Socket which will be represented through the native struct.
Close - Class in org.ballerinalang.nativeimpl.builtin.tablelib
Native function to clear connection resources in the table.
Close() - Constructor for class org.ballerinalang.nativeimpl.builtin.tablelib.Close
 
close() - Method in class org.ballerinalang.nativeimpl.io.channels.base.Channel
Closes the given channel.
close() - Method in class org.ballerinalang.nativeimpl.io.channels.base.CharacterChannel
Closes the given channel.
close() - Method in class org.ballerinalang.nativeimpl.io.channels.base.DelimitedRecordChannel
Closes the record channel.
close() - Method in class org.ballerinalang.nativeimpl.io.channels.BlobChannel
 
close() - Method in class org.ballerinalang.nativeimpl.io.channels.TempFileIOChannel
 
close() - Method in class org.ballerinalang.nativeimpl.io.readers.CharacterChannelReader
 
close(Channel, EventContext, Function<EventResult, EventResult>) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Closes the channel asynchronously.
close(CharacterChannel, EventContext, Function<EventResult, EventResult>) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Closes the character channel asynchronously.
close(DelimitedRecordChannel, EventContext, Function<EventResult, EventResult>) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Closes the delimited record channel asynchronously.
Close - Class in org.ballerinalang.nativeimpl.socket
Native function to close a Client socket.
Close() - Constructor for class org.ballerinalang.nativeimpl.socket.Close
 
close() - Method in class org.ballerinalang.nativeimpl.socket.SocketByteChannel
 
close() - Method in class org.ballerinalang.nativeimpl.util.Base64ByteChannel
 
CloseByteChannel - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#close.
CloseByteChannel() - Constructor for class org.ballerinalang.nativeimpl.io.CloseByteChannel
 
CloseByteChannelEvent - Class in org.ballerinalang.nativeimpl.io.events.bytes
Event which will close the byte channel.
CloseByteChannelEvent(Channel, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.bytes.CloseByteChannelEvent
 
CloseCharacterChannel - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#closeCharacterChannel.
CloseCharacterChannel() - Constructor for class org.ballerinalang.nativeimpl.io.CloseCharacterChannel
 
CloseCharacterChannelEvent - Class in org.ballerinalang.nativeimpl.io.events.characters
Event which will close the character channel.
CloseCharacterChannelEvent(CharacterChannel, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.characters.CloseCharacterChannelEvent
 
CloseDelimitedRecordChannel - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#closeTextRecordChannel.
CloseDelimitedRecordChannel() - Constructor for class org.ballerinalang.nativeimpl.io.CloseDelimitedRecordChannel
 
CloseDelimitedRecordEvent - Class in org.ballerinalang.nativeimpl.io.events.records
Event which will close delimited record.
CloseDelimitedRecordEvent(DelimitedRecordChannel, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.records.CloseDelimitedRecordEvent
 
COMPILED_REGEX - Static variable in class org.ballerinalang.nativeimpl.builtin.stringlib.REGEXConstants
 
Compress - Class in org.ballerinalang.nativeimpl.internal.compression
Native function ballerina.compression:compress.
Compress() - Constructor for class org.ballerinalang.nativeimpl.internal.compression.Compress
 
CompressionUtils - Class in org.ballerinalang.nativeimpl.internal.compression
Util class for compression related operations.
CompressionUtils() - Constructor for class org.ballerinalang.nativeimpl.internal.compression.CompressionUtils
 
CompressToBlob - Class in org.ballerinalang.nativeimpl.internal.compression
Native function ballerina.compression:compressToBlob.
CompressToBlob() - Constructor for class org.ballerinalang.nativeimpl.internal.compression.CompressToBlob
 
CONFIG_REGISTRY - Static variable in class org.ballerinalang.nativeimpl.config.SetConfig
 
Constants - Class in org.ballerinalang.nativeimpl.file.utils
Constants used by the file API.
Constants() - Constructor for class org.ballerinalang.nativeimpl.file.utils.Constants
 
Constants - Class in org.ballerinalang.nativeimpl.internal
Constants for internal package file functions.
Constants() - Constructor for class org.ballerinalang.nativeimpl.internal.Constants
 
Constants - Class in org.ballerinalang.nativeimpl.lang.utils
Constants related to Ballerina model packages.
Constants() - Constructor for class org.ballerinalang.nativeimpl.lang.utils.Constants
 
Contains - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:contains.
Contains() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Contains
 
Contains - Class in org.ballerinalang.nativeimpl.config
Native function ballerina.config:contains.
Contains() - Constructor for class org.ballerinalang.nativeimpl.config.Contains
 
CONTENT_PROPERTY - Static variable in class org.ballerinalang.nativeimpl.io.events.bytes.ReadBytesEvent
Holds the name of the property which will hold a reference to the byte content.
Copy - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Make a deep copy of an XML.
Copy() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.Copy
 
CopySign - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:copySign.
CopySign() - Constructor for class org.ballerinalang.nativeimpl.math.CopySign
 
CopyTo - Class in org.ballerinalang.nativeimpl.internal.file
Copy file/directory to another directory.
CopyTo() - Constructor for class org.ballerinalang.nativeimpl.internal.file.CopyTo
 
Cos - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:cos.
Cos() - Constructor for class org.ballerinalang.nativeimpl.math.Cos
 
Cosh - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:cosh.
Cosh() - Constructor for class org.ballerinalang.nativeimpl.math.Cosh
 
Crc32 - Class in org.ballerinalang.nativeimpl.crypto
Function for generating CRC32 hashes.
Crc32() - Constructor for class org.ballerinalang.nativeimpl.crypto.Crc32
 
CreateCharacterChannel - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#createCharacterChannel.
CreateCharacterChannel() - Constructor for class org.ballerinalang.nativeimpl.io.CreateCharacterChannel
 
createCompressionError(Context, String) - Static method in class org.ballerinalang.nativeimpl.internal.compression.CompressionUtils
Get compression error as a ballerina struct.
createConversionError(Context, String) - Static method in class org.ballerinalang.nativeimpl.Utils
 
CreateCsvChannel - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#createCsvChannel.
CreateCsvChannel() - Constructor for class org.ballerinalang.nativeimpl.io.CreateCsvChannel
 
CreateDataChannel - Class in org.ballerinalang.nativeimpl
Native function to create data channel.
CreateDataChannel() - Constructor for class org.ballerinalang.nativeimpl.CreateDataChannel
 
CreateDelimitedRecordChannel - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#createDelimitedRecordChannel.
CreateDelimitedRecordChannel() - Constructor for class org.ballerinalang.nativeimpl.io.CreateDelimitedRecordChannel
 
createDelimitedRecordChannel(String, String, String, Format) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Creates a delimited record channel to read from CSV file.
CreateDirectory - Class in org.ballerinalang.nativeimpl.internal.file
Creates a new directory.
CreateDirectory() - Constructor for class org.ballerinalang.nativeimpl.internal.file.CreateDirectory
 
createError(Context, String) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Returns the error struct for the corresponding message.
CreateFile - Class in org.ballerinalang.nativeimpl.internal.file
Used to check existence of file.
CreateFile() - Constructor for class org.ballerinalang.nativeimpl.internal.file.CreateFile
 
CreateMemoryChannel - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#createMemoryChannel.
CreateMemoryChannel() - Constructor for class org.ballerinalang.nativeimpl.io.CreateMemoryChannel
 
CreateTime - Class in org.ballerinalang.nativeimpl.time
Create a time from the given time components.
CreateTime() - Constructor for class org.ballerinalang.nativeimpl.time.CreateTime
 
createTimeStruct(StructureTypeInfo, StructureTypeInfo, long, String) - Static method in class org.ballerinalang.nativeimpl.Utils
 
createTimeZone(StructureTypeInfo, String) - Static method in class org.ballerinalang.nativeimpl.Utils
 
CurrentTime - Class in org.ballerinalang.nativeimpl.time
Get the current local time with local timezone information.
CurrentTime() - Constructor for class org.ballerinalang.nativeimpl.time.CurrentTime
 

D

DATA_CHANNEL_NAME - Static variable in class org.ballerinalang.nativeimpl.io.IOConstants
Represents the name of the data channel.
DataChannel - Class in org.ballerinalang.nativeimpl.io.channels.base
Represents a channel which will allow performing data i/o operations.
DataChannel(Channel, ByteOrder) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.DataChannel
 
Day - Class in org.ballerinalang.nativeimpl.time
Get the day value for the given time.
Day() - Constructor for class org.ballerinalang.nativeimpl.time.Day
 
decode(Context, BValue, String, boolean) - Static method in class org.ballerinalang.nativeimpl.Utils
Decode a given BValue using Base64 encoding scheme.
decodeBlob(Context, byte[], boolean) - Static method in class org.ballerinalang.nativeimpl.Utils
Decode a given blob using Base64 encoding scheme.
decodeByteChannel(Context, BStruct, boolean) - Static method in class org.ballerinalang.nativeimpl.Utils
Decode a given byte channel using Base64 encoding scheme.
decodeString(Context, String, String, boolean) - Static method in class org.ballerinalang.nativeimpl.Utils
Decode a given encoded string using Base64 encoding scheme.
Decompress - Class in org.ballerinalang.nativeimpl.internal.compression
Native function ballerina.compression:decompress.
Decompress() - Constructor for class org.ballerinalang.nativeimpl.internal.compression.Decompress
 
DecompressFromBlob - Class in org.ballerinalang.nativeimpl.internal.compression
Native function ballerina.compression:decompressFromBlob.
DecompressFromBlob() - Constructor for class org.ballerinalang.nativeimpl.internal.compression.DecompressFromBlob
 
DEFAULT_SSL_PROTOCOL - Static variable in class org.ballerinalang.nativeimpl.socket.SocketConstants
 
Delete - Class in org.ballerinalang.nativeimpl.internal.file
Deletes a given file or a directory.
Delete() - Constructor for class org.ballerinalang.nativeimpl.internal.file.Delete
 
DelimitedRecordChannel - Class in org.ballerinalang.nativeimpl.io.channels.base
Allows performing record I/O operations.
DelimitedRecordChannel(CharacterChannel, Format) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.DelimitedRecordChannel
 
DelimitedRecordChannel(CharacterChannel, String, String) - Constructor for class org.ballerinalang.nativeimpl.io.channels.base.DelimitedRecordChannel
 
DelimitedRecordReadAllEvent - Class in org.ballerinalang.nativeimpl.io.events.records
Represents delimited record readAll event.
DelimitedRecordReadAllEvent(DelimitedRecordChannel, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.records.DelimitedRecordReadAllEvent
 
DelimitedRecordReadEvent - Class in org.ballerinalang.nativeimpl.io.events.records
Represents delimited record read event.
DelimitedRecordReadEvent(DelimitedRecordChannel) - Constructor for class org.ballerinalang.nativeimpl.io.events.records.DelimitedRecordReadEvent
 
DelimitedRecordReadEvent(DelimitedRecordChannel, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.records.DelimitedRecordReadEvent
 
DelimitedRecordWriteEvent - Class in org.ballerinalang.nativeimpl.io.events.records
Represents write event of delimited records channel.
DelimitedRecordWriteEvent(DelimitedRecordChannel, BStringArray) - Constructor for class org.ballerinalang.nativeimpl.io.events.records.DelimitedRecordWriteEvent
 
DelimitedRecordWriteEvent(DelimitedRecordChannel, BStringArray, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.records.DelimitedRecordWriteEvent
 
DirectoryListenerCallback - Class in org.ballerinalang.nativeimpl.file.service
DirectoryListenerCallback is the responsible for acting on notifications received from Ballerina side.
DirectoryListenerCallback() - Constructor for class org.ballerinalang.nativeimpl.file.service.DirectoryListenerCallback
 
DirectoryListenerCompilerPlugin - Class in org.ballerinalang.nativeimpl.file.service.compiler
Compiler plugin for validating Directory Listener.
DirectoryListenerCompilerPlugin() - Constructor for class org.ballerinalang.nativeimpl.file.service.compiler.DirectoryListenerCompilerPlugin
 
DirectoryListenerConstants - Class in org.ballerinalang.nativeimpl.file.service
Constants for Directory Listener Server connector.
DirectoryListenerConstants() - Constructor for class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
DoubleResult - Class in org.ballerinalang.nativeimpl.io.events.result
Represents the result which will be returned as double.
DoubleResult(EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.DoubleResult
 
DoubleResult(double, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.DoubleResult
 

E

Elements - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Get all the elements-type items of a xml.
Elements() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.Elements
 
encode(Context, BValue, String, boolean) - Static method in class org.ballerinalang.nativeimpl.Utils
Encode a given BValue using Base64 encoding scheme.
encodeBlob(Context, byte[], boolean) - Static method in class org.ballerinalang.nativeimpl.Utils
Encode a given blob using Base64 encoding scheme.
encodeByteChannel(Context, BStruct, boolean) - Static method in class org.ballerinalang.nativeimpl.Utils
Encode a given byte channel using Base64 encoding scheme.
encodeString(Context, String, String, boolean) - Static method in class org.ballerinalang.nativeimpl.Utils
Encode a given string using Base64 encoding scheme.
Equals - Class in org.ballerinalang.nativeimpl.reflect
The ballerina.reflect:equals function which checks equality among 2 values.
Equals() - Constructor for class org.ballerinalang.nativeimpl.reflect.Equals
 
EqualsIgnoreCase - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:equalsIgnoreCase.
EqualsIgnoreCase() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.EqualsIgnoreCase
 
ErrorHandler - Class in org.ballerinalang.nativeimpl.lang.utils
Utility class containing error handling methods for native model classes.
ErrorHandler() - Constructor for class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
 
Event - Interface in org.ballerinalang.nativeimpl.io.events
Will represent an I/O event.
EVENT_CREATE - Static variable in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
EVENT_DELETE - Static variable in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
EVENT_MODIFY - Static variable in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
EventContext - Class in org.ballerinalang.nativeimpl.io.events
Holds the context of the event.
EventContext() - Constructor for class org.ballerinalang.nativeimpl.io.events.EventContext
 
EventContext(Context) - Constructor for class org.ballerinalang.nativeimpl.io.events.EventContext
 
EventContext(Context, CallableUnitCallback) - Constructor for class org.ballerinalang.nativeimpl.io.events.EventContext
 
EventManager - Class in org.ballerinalang.nativeimpl.io.events
Manages the I/O Connections.
EventResult<K,T> - Interface in org.ballerinalang.nativeimpl.io.events
Represents the I/O event response.
ExecBallerina - Class in org.ballerinalang.nativeimpl.internal.execballerina
Native function ballerina.internal:execBallerina.
ExecBallerina() - Constructor for class org.ballerinalang.nativeimpl.internal.execballerina.ExecBallerina
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.asynclib.Cancel
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.asynclib.IsCancelled
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.asynclib.IsDone
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.bloblib.Base64Decode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.bloblib.Base64Encode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.bloblib.ToString
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.jsonlib.GetKeys
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.jsonlib.Remove
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.jsonlib.ToString
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.jsonlib.ToXML
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.maplib.Clear
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.maplib.GetKeys
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.maplib.GetValues
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.maplib.HasKey
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.maplib.Remove
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.streamlib.Publish
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.streamlib.StartForever
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.streamlib.Subscribe
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Base16ToBase64Encode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Base64Decode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Base64Encode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Base64ToBase16Encode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Contains
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.EqualsIgnoreCase
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.FindAll
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.HasPrefix
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.HasSuffix
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.IndexOf
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.LastIndexOf
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Length
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Matches
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Replace
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceAll
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceFirst
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Split
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Substring
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ToBlob
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ToLower
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.ToUpper
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Trim
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.Unescape
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.tablelib.Add
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.tablelib.Close
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.tablelib.GetNext
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.tablelib.HasNext
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.tablelib.QueryTableWithJoinClause
Where Native Function logic is implemented.
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.tablelib.QueryTableWithoutJoinClause
Where Native Function logic is implemented.
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.tablelib.Remove
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.Copy
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.Elements
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.GetElementName
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.GetItemType
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.GetTextValue
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.IsEmpty
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.IsSingleton
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.RemoveAttribute
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.Select
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.SelectDescendants
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.SetAttributes
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.SetChildren
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.Slice
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.Strip
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.builtin.xmllib.ToJSON
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.config.Contains
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.config.GetConfig
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.config.SetConfig
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.CreateDataChannel
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.crypto.Crc32
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.crypto.Hash
Hashes the string contents (assumed to be UTF-8) using the SHA-256 algorithm.
execute(Context) - Method in class org.ballerinalang.nativeimpl.crypto.Hmac
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.service.endpoint.InitEndpoint
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.service.endpoint.Register
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.service.endpoint.Start
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.file.service.endpoint.Stop
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.compression.Compress
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.compression.CompressToBlob
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.compression.Decompress
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.compression.DecompressFromBlob
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.execballerina.ExecBallerina
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.CopyTo
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.CreateDirectory
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.CreateFile
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.Delete
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.GetExtension
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.GetModifiedTime
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.GetName
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.GetParentDirectory
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.GetPathValue
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.Init
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.IsDirectory
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.List
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.MoveTo
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.PathExists
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.Resolve
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.file.ToAbsolutePath
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.jwt.signature.Sign
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.jwt.signature.VerifySignature
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.ParseJson
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.Base64Decode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.Base64Encode
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.channels.AbstractNativeChannel
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.CloseByteChannel
Closes the byte channel.
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.CloseCharacterChannel
Closes a character channel.
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.CloseDelimitedRecordChannel
Closes a text record channel.
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.CreateCharacterChannel
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.CreateCsvChannel
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.CreateDelimitedRecordChannel
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.GetTable
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.HasNextTextRecord
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.NextTextRecord
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.PrintAny
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.PrintlnAny
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.ReadBool
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.ReadBytes
Reads bytes from a given channel.
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.ReadCharacters
Reads characters from the channel.
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.ReadFloat32
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.ReadFloat64
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.ReadInt16
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.ReadInt32
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.ReadInt64
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.ReadJson
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.ReadlnAny
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.ReadXml
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.io.Sprintf
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.WriteBool
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.WriteBytes
Writes bytes to a given channel.
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.WriteCharacters
Writes characters to a given file.
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.WriteFloat32
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.WriteFloat64
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.WriteInt16
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.WriteInt32
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.WriteInt64
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.WriteJson
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.WriteTextRecord
Writes records to a given file.
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.io.WriteXml
execute(Context) - Method in class org.ballerinalang.nativeimpl.log.LogDebug
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.log.LogError
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.log.LogInfo
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.log.LogTrace
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.log.LogWarn
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.AbsFloat
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.AbsInt
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Acos
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Asin
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Atan
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Atan2
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Cbrt
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Ceil
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.CopySign
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Cos
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Cosh
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Exp
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Expm1
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Exponent
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Floor
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.FloorDiv
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.FloorMod
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Hypot
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.IEEERemainder
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Log
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Log10
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Log1p
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.NegateExact
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.NextAfter
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.NextDown
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.NextUp
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Pow
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Random
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.RandomInRange
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Rint
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Round
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Scalb
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Signum
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Sin
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Sinh
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Sqrt
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Tan
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Tanh
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.ToDegrees
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.ToRadians
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.math.Ulp
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.reflect.Equals
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.reflect.GetFieldAnnotations
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.reflect.GetFunctionAnnotations
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.reflect.GetResourceAnnotations
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.reflect.GetServiceAnnotations
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.reflect.GetStructAnnotations
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.runtime.GetCallStack
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.runtime.GetErrorCallStackFrame
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.runtime.GetInvocationContext
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.runtime.GetProperty
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.nativeimpl.runtime.Sleep
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.socket.Close
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.socket.OpenSecureSocket
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.socket.OpenSocket
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.socket.ShutdownInput
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.socket.ShutdownOutput
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.system.GetCurrentDirectory
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.system.GetEnv
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.system.GetUserHome
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.system.GetUsername
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.system.Uuid
 
execute(JobExecutionContext) - Method in class org.ballerinalang.nativeimpl.task.appointment.AppointmentJob
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.task.appointment.Cancel
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.task.appointment.Schedule
 
execute(NativeCallableUnit, Context, FunctionRefCPEntry, FunctionRefCPEntry, ProgramFile) - Static method in class org.ballerinalang.nativeimpl.task.TaskExecutor
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.task.timer.Start
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.task.timer.Stop
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.AddDuration
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.CreateTime
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.CurrentTime
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.Day
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.Format
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.GetDate
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.GetTime
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.Hour
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.MilliSecond
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.Minute
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.Month
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.NanoTime
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.Parse
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.Second
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.SubtractDuration
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.ToString
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.ToTimezone
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.WeekDay
 
execute(Context) - Method in class org.ballerinalang.nativeimpl.time.Year
 
Exp - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:exp.
Exp() - Constructor for class org.ballerinalang.nativeimpl.math.Exp
 
Expm1 - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:expm1.
Expm1() - Constructor for class org.ballerinalang.nativeimpl.math.Expm1
 
Exponent - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:getExponent.
Exponent() - Constructor for class org.ballerinalang.nativeimpl.math.Exponent
 

F

FILE_PACKAGE - Static variable in class org.ballerinalang.nativeimpl.file.utils.Constants
package path of the file.
FILE_SYSTEM_EVENT - Static variable in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
FileIOChannel - Class in org.ballerinalang.nativeimpl.io.channels
Represents the channel to perform I/O operations on file.
FileIOChannel(FileChannel) - Constructor for class org.ballerinalang.nativeimpl.io.channels.FileIOChannel
 
find(String) - Static method in enum org.ballerinalang.nativeimpl.io.channels.base.Representation
finds a matching representation for the provided input string.
FindAll - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:findAll.
FindAll() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.FindAll
 
Floor - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:floor.
Floor() - Constructor for class org.ballerinalang.nativeimpl.math.Floor
 
FloorDiv - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:floorDiv.
FloorDiv() - Constructor for class org.ballerinalang.nativeimpl.math.FloorDiv
 
FloorMod - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:floorMod.
FloorMod() - Constructor for class org.ballerinalang.nativeimpl.math.FloorMod
 
Format - Enum in org.ballerinalang.nativeimpl.io.csv
Holds the format which should be supported for CSV.
Format - Class in org.ballerinalang.nativeimpl.time
Convert a Time to string in the given format.
Format() - Constructor for class org.ballerinalang.nativeimpl.time.Format
 
FS_SERVER_CONNECTOR - Static variable in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
FSListener - Class in org.ballerinalang.nativeimpl.file.service
File System connector listener for Ballerina.
FSListener(Map<String, Resource>, StructureTypeInfo) - Constructor for class org.ballerinalang.nativeimpl.file.service.FSListener
 

G

generate() - Static method in class org.ballerinalang.nativeimpl.task.TaskIdGenerator
 
get(int, Channel) - Method in class org.ballerinalang.nativeimpl.io.channels.base.Buffer
Get readable byte buffer.
get() - Method in class org.ballerinalang.nativeimpl.io.events.bytes.CloseByteChannelEvent
 
get() - Method in class org.ballerinalang.nativeimpl.io.events.bytes.ReadBytesEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.bytes.WriteBytesEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.characters.CloseCharacterChannelEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.characters.ReadCharactersEvent
 
get() - Method in class org.ballerinalang.nativeimpl.io.events.characters.WriteCharactersEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.data.ReadBoolEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.data.ReadFloatEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.data.ReadIntegerEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.data.WriteBoolEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.data.WriteFloatEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.data.WriteIntegerEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.records.CloseDelimitedRecordEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.records.DelimitedRecordReadAllEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.records.DelimitedRecordReadEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.records.DelimitedRecordWriteEvent
get() - Method in class org.ballerinalang.nativeimpl.io.events.records.HasNextDelimitedRecordEvent
getAuthContext() - Method in class org.ballerinalang.nativeimpl.runtime.InvocationContext
 
getAuthToken() - Method in class org.ballerinalang.nativeimpl.runtime.AuthContext
 
getCallback() - Method in class org.ballerinalang.nativeimpl.io.events.EventContext
 
GetCallStack - Class in org.ballerinalang.nativeimpl.runtime
Native implementation for get error's call stack.
GetCallStack() - Constructor for class org.ballerinalang.nativeimpl.runtime.GetCallStack
 
getClaims() - Method in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
GetConfig - Class in org.ballerinalang.nativeimpl.config
Native function ballerina.config:get.
GetConfig() - Constructor for class org.ballerinalang.nativeimpl.config.GetConfig
 
getContext() - Method in class org.ballerinalang.nativeimpl.io.events.EventContext
 
getContext() - Method in interface org.ballerinalang.nativeimpl.io.events.EventResult
Specifies the context to the event.
getContext() - Method in class org.ballerinalang.nativeimpl.io.events.result.AlphaCollectionResult
 
getContext() - Method in class org.ballerinalang.nativeimpl.io.events.result.AlphaResult
 
getContext() - Method in class org.ballerinalang.nativeimpl.io.events.result.BooleanResult
 
getContext() - Method in class org.ballerinalang.nativeimpl.io.events.result.DoubleResult
 
getContext() - Method in class org.ballerinalang.nativeimpl.io.events.result.ListResult
 
getContext() - Method in class org.ballerinalang.nativeimpl.io.events.result.LongResult
 
getContext() - Method in class org.ballerinalang.nativeimpl.io.events.result.NumericResult
 
GetCurrentDirectory - Class in org.ballerinalang.nativeimpl.system
Native function ballerina.system:getCurrentDirectory.
GetCurrentDirectory() - Constructor for class org.ballerinalang.nativeimpl.system.GetCurrentDirectory
 
GetDate - Class in org.ballerinalang.nativeimpl.time
Get the year,month and date value for the given time.
GetDate() - Constructor for class org.ballerinalang.nativeimpl.time.GetDate
 
GetElementName - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Get the fully qualified name of the element as a string.
GetElementName() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.GetElementName
 
GetEnv - Class in org.ballerinalang.nativeimpl.system
Native function ballerina.system:getEnv.
GetEnv() - Constructor for class org.ballerinalang.nativeimpl.system.GetEnv
 
getError() - Method in class org.ballerinalang.nativeimpl.io.events.EventContext
 
GetErrorCallStackFrame - Class in org.ballerinalang.nativeimpl.runtime
Native implementation for get current call stack.
GetErrorCallStackFrame() - Constructor for class org.ballerinalang.nativeimpl.runtime.GetErrorCallStackFrame
 
GetExtension - Class in org.ballerinalang.nativeimpl.internal.file
Retrieves the last modified time of the specified file.
GetExtension() - Constructor for class org.ballerinalang.nativeimpl.internal.file.GetExtension
 
GetFieldAnnotations - Class in org.ballerinalang.nativeimpl.reflect
Get struct field's Annotations.
GetFieldAnnotations() - Constructor for class org.ballerinalang.nativeimpl.reflect.GetFieldAnnotations
 
GetFunctionAnnotations - Class in org.ballerinalang.nativeimpl.reflect
Get Function's Annotations.
GetFunctionAnnotations() - Constructor for class org.ballerinalang.nativeimpl.reflect.GetFunctionAnnotations
 
getId() - Method in class org.ballerinalang.nativeimpl.runtime.InvocationContext
 
getId() - Method in class org.ballerinalang.nativeimpl.task.appointment.Appointment
 
getId() - Method in class org.ballerinalang.nativeimpl.task.timer.Timer
 
getInputStream() - Method in class org.ballerinalang.nativeimpl.io.channels.base.Channel
This will return InputStream from underlying ByteChannel.
getInstance() - Static method in class org.ballerinalang.nativeimpl.internal.jwt.crypto.KeyStoreHolder
Get the key store.
getInstance() - Static method in class org.ballerinalang.nativeimpl.internal.jwt.crypto.TrustStoreHolder
Get the trust store.
getInstance() - Static method in class org.ballerinalang.nativeimpl.io.events.EventManager
 
getInstance() - Static method in class org.ballerinalang.nativeimpl.task.appointment.AppointmentManager
 
getInstance() - Static method in class org.ballerinalang.nativeimpl.task.TaskRegistry
 
GetInvocationContext - Class in org.ballerinalang.nativeimpl.runtime
Native function to get authentication context.
GetInvocationContext() - Constructor for class org.ballerinalang.nativeimpl.runtime.GetInvocationContext
 
getInvocationContext(Context) - Static method in class org.ballerinalang.nativeimpl.runtime.InvocationContextUtils
 
getInvocationContextStruct() - Method in class org.ballerinalang.nativeimpl.runtime.InvocationContext
 
getInvocationContextStruct(Context) - Static method in class org.ballerinalang.nativeimpl.runtime.InvocationContextUtils
 
GetItemType - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Get the type of a XML as a string.
GetItemType() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.GetItemType
 
getJCAAlgorithmName(String) - Static method in class org.ballerinalang.nativeimpl.internal.jwt.crypto.RSASSAProvider
Gets the matching JCA algorithm name for the specified RSA-based JSON Web Algorithm.
GetKeys - Class in org.ballerinalang.nativeimpl.builtin.jsonlib
Native function ballerina.model.json:getKeys.
GetKeys() - Constructor for class org.ballerinalang.nativeimpl.builtin.jsonlib.GetKeys
 
GetKeys - Class in org.ballerinalang.nativeimpl.builtin.maplib
Native function to get key arrays from the map.
GetKeys() - Constructor for class org.ballerinalang.nativeimpl.builtin.maplib.GetKeys
 
getLogger(String) - Method in class org.ballerinalang.nativeimpl.log.AbstractLogFunction
 
getLogMessage(Context, int) - Method in class org.ballerinalang.nativeimpl.log.AbstractLogFunction
 
getMapField(BValue) - Static method in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
GetModifiedTime - Class in org.ballerinalang.nativeimpl.internal.file
Retrieves the last modified time of the specified file.
GetModifiedTime() - Constructor for class org.ballerinalang.nativeimpl.internal.file.GetModifiedTime
 
GetName - Class in org.ballerinalang.nativeimpl.internal.file
Creates the file at the path specified in the File struct.
GetName() - Constructor for class org.ballerinalang.nativeimpl.internal.file.GetName
 
GetNext - Class in org.ballerinalang.nativeimpl.builtin.tablelib
Native function to get the current row of a table as a struct.
GetNext() - Constructor for class org.ballerinalang.nativeimpl.builtin.tablelib.GetNext
 
getNumberOfBytes() - Method in enum org.ballerinalang.nativeimpl.io.channels.base.Representation
 
getPackagePath(Context) - Method in class org.ballerinalang.nativeimpl.log.AbstractLogFunction
 
GetParentDirectory - Class in org.ballerinalang.nativeimpl.internal.file
Get the parent director of a file or directory.
GetParentDirectory() - Constructor for class org.ballerinalang.nativeimpl.internal.file.GetParentDirectory
 
GetPathValue - Class in org.ballerinalang.nativeimpl.internal.file
Creates the file at the path specified in the File struct.
GetPathValue() - Constructor for class org.ballerinalang.nativeimpl.internal.file.GetPathValue
 
getPrivateKey(String, char[], String, char[]) - Method in class org.ballerinalang.nativeimpl.internal.jwt.crypto.KeyStoreHolder
Get the private key for a given key alias.
getProperties() - Method in class org.ballerinalang.nativeimpl.io.events.EventContext
 
GetProperty - Class in org.ballerinalang.nativeimpl.runtime
Native function ballerina.runtime:getProperty.
GetProperty() - Constructor for class org.ballerinalang.nativeimpl.runtime.GetProperty
 
getReadFieldSeparator() - Method in enum org.ballerinalang.nativeimpl.io.csv.Format
 
getReadRecSeparator() - Method in enum org.ballerinalang.nativeimpl.io.csv.Format
 
GetResourceAnnotations - Class in org.ballerinalang.nativeimpl.reflect
Get Resource's Annotations.
GetResourceAnnotations() - Constructor for class org.ballerinalang.nativeimpl.reflect.GetResourceAnnotations
 
getResponse() - Method in interface org.ballerinalang.nativeimpl.io.events.EventResult
Returns the response returned from the event.
getResponse() - Method in class org.ballerinalang.nativeimpl.io.events.result.AlphaCollectionResult
 
getResponse() - Method in class org.ballerinalang.nativeimpl.io.events.result.AlphaResult
Returns the response returned from the event.
getResponse() - Method in class org.ballerinalang.nativeimpl.io.events.result.BooleanResult
Returns the response returned from the event.
getResponse() - Method in class org.ballerinalang.nativeimpl.io.events.result.DoubleResult
 
getResponse() - Method in class org.ballerinalang.nativeimpl.io.events.result.ListResult
 
getResponse() - Method in class org.ballerinalang.nativeimpl.io.events.result.LongResult
Returns the response returned from the event.
getResponse() - Method in class org.ballerinalang.nativeimpl.io.events.result.NumericResult
Returns the response returned from the event.
getScheme() - Method in class org.ballerinalang.nativeimpl.runtime.AuthContext
 
getScopes() - Method in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
GetServiceAnnotations - Class in org.ballerinalang.nativeimpl.reflect
Get Service's Annotations.
GetServiceAnnotations() - Constructor for class org.ballerinalang.nativeimpl.reflect.GetServiceAnnotations
 
getStringArrayField(BValue) - Static method in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
GetStructAnnotations - Class in org.ballerinalang.nativeimpl.reflect
Get struct's Annotations.
GetStructAnnotations() - Constructor for class org.ballerinalang.nativeimpl.reflect.GetStructAnnotations
 
getSystemProperty(String) - Static method in class org.ballerinalang.util.BuiltInUtils
Returns the system property which corresponds to the given key.
GetTable - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#loadToTable.
GetTable() - Constructor for class org.ballerinalang.nativeimpl.io.GetTable
 
GetTextValue - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Get the text value of a XML.
GetTextValue() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.GetTextValue
 
GetTime - Class in org.ballerinalang.nativeimpl.time
Get the hour, minute, second and millisecond value for the given time.
GetTime() - Constructor for class org.ballerinalang.nativeimpl.time.GetTime
 
getTimeStructInfo(Context) - Static method in class org.ballerinalang.nativeimpl.Utils
 
getTimeZoneStructInfo(Context) - Static method in class org.ballerinalang.nativeimpl.Utils
 
getTrustedCertificate(String, String, char[]) - Method in class org.ballerinalang.nativeimpl.internal.jwt.crypto.TrustStoreHolder
Get the certificate for a given key alias from trustStore.
getTrustedPublicKey(String, String, char[]) - Method in class org.ballerinalang.nativeimpl.internal.jwt.crypto.TrustStoreHolder
Get the public key for a given key alias from trustStore.
GetUserHome - Class in org.ballerinalang.nativeimpl.system
Native function ballerina.system:getUserHome.
GetUserHome() - Constructor for class org.ballerinalang.nativeimpl.system.GetUserHome
 
getUserId() - Method in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
getUsername() - Method in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
GetUsername - Class in org.ballerinalang.nativeimpl.system
Native function ballerina.system:getName.
GetUsername() - Constructor for class org.ballerinalang.nativeimpl.system.GetUsername
 
getUserPrincipal() - Method in class org.ballerinalang.nativeimpl.runtime.InvocationContext
 
GetValues - Class in org.ballerinalang.nativeimpl.builtin.maplib
Native function to get value array from the map.
GetValues() - Constructor for class org.ballerinalang.nativeimpl.builtin.maplib.GetValues
 
getWriteFieldSeparator() - Method in enum org.ballerinalang.nativeimpl.io.csv.Format
 
getWriteRecSeparator() - Method in enum org.ballerinalang.nativeimpl.io.csv.Format
 
getZonedDateTime(BStruct) - Method in class org.ballerinalang.nativeimpl.time.AbstractTimeFunction
 

H

handleInvalidJsonPath(String, Exception) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle invalid/malformed jsonpath exceptions.
handleInvalidXPath(String, Exception) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle invalid/malformed xpath exceptions.
handleJsonException(String, Throwable) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle any json related exception.
handleJsonPathException(String, Throwable) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle any jsonpath related exception.
handleMalformedJson(String, Exception) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle any malformed json exception.
handleNonExistingJsonpPath(String, String, Exception) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle non-existing jsonpath exceptions.
handleUndefineHeader(String) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
 
handleXMLException(String, Throwable) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Handle any xpath related exception.
Hash - Class in org.ballerinalang.nativeimpl.crypto
Native function ballerina.crypto:getHash.
Hash() - Constructor for class org.ballerinalang.nativeimpl.crypto.Hash
 
HashUtils - Class in org.ballerinalang.util
 
HasKey - Class in org.ballerinalang.nativeimpl.builtin.maplib
Native function to check existence of key.
HasKey() - Constructor for class org.ballerinalang.nativeimpl.builtin.maplib.HasKey
 
HasNext - Class in org.ballerinalang.nativeimpl.builtin.tablelib
Native function to check record availability in table.
HasNext() - Constructor for class org.ballerinalang.nativeimpl.builtin.tablelib.HasNext
 
hasNext() - Method in class org.ballerinalang.nativeimpl.io.channels.base.DelimitedRecordChannel
Check whether there are more records or not.
HasNextDelimitedRecordEvent - Class in org.ballerinalang.nativeimpl.io.events.records
Validates whether there's another text record.
HasNextDelimitedRecordEvent(DelimitedRecordChannel, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.records.HasNextDelimitedRecordEvent
 
HasNextTextRecord - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#hasNextTextRecord.
HasNextTextRecord() - Constructor for class org.ballerinalang.nativeimpl.io.HasNextTextRecord
 
HasPrefix - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:hasPrefix.
HasPrefix() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.HasPrefix
 
hasReachedEnd() - Method in class org.ballerinalang.nativeimpl.io.channels.base.Channel
Specifies whether the channel has reached to it's end.
HasSuffix - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:hasSuffix.
HasSuffix() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.HasSuffix
 
Hmac - Class in org.ballerinalang.nativeimpl.crypto
Native function ballerina.crypto:getHmac.
Hmac() - Constructor for class org.ballerinalang.nativeimpl.crypto.Hmac
 
Hour - Class in org.ballerinalang.nativeimpl.time
Get the hour value for the given time.
Hour() - Constructor for class org.ballerinalang.nativeimpl.time.Hour
 
Hypot - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:hypot.
Hypot() - Constructor for class org.ballerinalang.nativeimpl.math.Hypot
 

I

IEEERemainder - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:IEEEremainder.
IEEERemainder() - Constructor for class org.ballerinalang.nativeimpl.math.IEEERemainder
 
IndexOf - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:indexOf.
IndexOf() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.IndexOf
 
inFlow(Context) - Method in class org.ballerinalang.nativeimpl.io.channels.AbstractNativeChannel
Defines the set of actions which should be performed to created a byte channel.
inFlow(Context) - Method in class org.ballerinalang.nativeimpl.io.CreateMemoryChannel
Defines the set of actions which should be performed to created a byte channel.
inFlow(Context) - Method in class org.ballerinalang.nativeimpl.io.OpenFile
Defines the set of actions which should be performed to created a byte channel.
init(DiagnosticLog) - Method in class org.ballerinalang.nativeimpl.file.service.compiler.DirectoryListenerCompilerPlugin
 
Init - Class in org.ballerinalang.nativeimpl.internal.file
Initializes a given file location to a path.
Init() - Constructor for class org.ballerinalang.nativeimpl.internal.file.Init
 
InitEndpoint - Class in org.ballerinalang.nativeimpl.file.service.endpoint
Initialize endpoints.
InitEndpoint() - Constructor for class org.ballerinalang.nativeimpl.file.service.endpoint.InitEndpoint
 
INVOCATION_CONTEXT_PROPERTY - Static variable in class org.ballerinalang.nativeimpl.runtime.InvocationContextUtils
 
INVOCATION_ID_STRING_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.runtime.InvocationContext
 
InvocationContext - Class in org.ballerinalang.nativeimpl.runtime
InvocationContext represents and holds the current invocation information.
InvocationContext(BStruct, UserPrincipal, AuthContext) - Constructor for class org.ballerinalang.nativeimpl.runtime.InvocationContext
 
InvocationContextUtils - Class in org.ballerinalang.nativeimpl.runtime
This class contains the common constants and methods required for invocation context processing.
InvocationContextUtils() - Constructor for class org.ballerinalang.nativeimpl.runtime.InvocationContextUtils
 
IO_ERROR_STRUCT - Static variable in class org.ballerinalang.nativeimpl.io.IOConstants
Struct which represents io error.
IO_PACKAGE - Static variable in class org.ballerinalang.nativeimpl.io.IOConstants
Specifies the io package information.
IOConstants - Class in org.ballerinalang.nativeimpl.io
I/O related constants.
IOConstants() - Constructor for class org.ballerinalang.nativeimpl.io.IOConstants
 
IOUtils - Class in org.ballerinalang.nativeimpl.io.utils
Represents the util functions of IO operations.
IOUtils() - Constructor for class org.ballerinalang.nativeimpl.io.utils.IOUtils
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.CloseByteChannel
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.CloseCharacterChannel
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.CloseDelimitedRecordChannel
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.GetTable
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.HasNextTextRecord
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.NextTextRecord
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.ReadBool
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.ReadBytes
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.ReadCharacters
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.ReadFloat32
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.ReadFloat64
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.ReadInt16
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.ReadInt32
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.ReadInt64
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.ReadJson
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.ReadXml
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteBool
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteBytes
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteCharacters
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteFloat32
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteFloat64
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteInt16
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteInt32
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteInt64
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteJson
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteTextRecord
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteXml
 
isBlocking() - Method in class org.ballerinalang.nativeimpl.runtime.Sleep
 
IsCancelled - Class in org.ballerinalang.nativeimpl.builtin.asynclib
Native function future.isCancelled().
IsCancelled() - Constructor for class org.ballerinalang.nativeimpl.builtin.asynclib.IsCancelled
 
IsDirectory - Class in org.ballerinalang.nativeimpl.internal.file
Validates whether the given input is a directory.
IsDirectory() - Constructor for class org.ballerinalang.nativeimpl.internal.file.IsDirectory
 
IsDone - Class in org.ballerinalang.nativeimpl.builtin.asynclib
Native function future.isDone().
IsDone() - Constructor for class org.ballerinalang.nativeimpl.builtin.asynclib.IsDone
 
IsEmpty - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Check whether the XML sequence is empty.
IsEmpty() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.IsEmpty
 
isOpen() - Method in class org.ballerinalang.nativeimpl.io.channels.BlobChannel
 
isOpen() - Method in class org.ballerinalang.nativeimpl.socket.SocketByteChannel
 
isOpen() - Method in class org.ballerinalang.nativeimpl.util.Base64ByteChannel
 
IsSingleton - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Check whether the XML sequence contains only a single element.
IsSingleton() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.IsSingleton
 

J

JWSAlgorithm - Class in org.ballerinalang.nativeimpl.internal.jwt.crypto
JSON Web Signature (JWS) algorithm name, represents the alg header parameter in JWS objects.
JWSAlgorithm() - Constructor for class org.ballerinalang.nativeimpl.internal.jwt.crypto.JWSAlgorithm
 
JWSException - Exception in org.ballerinalang.nativeimpl.internal.jwt.crypto
A checked exception for wrapping potential exceptions thrown during JWT signature processing.
JWSException(String) - Constructor for exception org.ballerinalang.nativeimpl.internal.jwt.crypto.JWSException
Constructs a new JWSException with the specified message.
JWSException(String, Throwable) - Constructor for exception org.ballerinalang.nativeimpl.internal.jwt.crypto.JWSException
Constructs a new JWSException with the specified message.
JWSSigner - Interface in org.ballerinalang.nativeimpl.internal.jwt.crypto
JSON web signature.
JWSVerifier - Interface in org.ballerinalang.nativeimpl.internal.jwt.crypto
JSON web signature verifier.

K

KEY_STORE_OPTION_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.socket.SocketConstants
 
KEY_STORE_PASS_OPTION_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.socket.SocketConstants
 
KEY_ZONED_DATETIME - Static variable in class org.ballerinalang.nativeimpl.time.AbstractTimeFunction
 
KeyStoreHolder - Class in org.ballerinalang.nativeimpl.internal.jwt.crypto
KeyStoreHolder process the keystore, store it and provide an API to use keystore.

L

LastIndexOf - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:lastIndexOf.
LastIndexOf() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.LastIndexOf
 
Length - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:length.
Length() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Length
 
List - Class in org.ballerinalang.nativeimpl.internal.file
List out the content in directory.
List() - Constructor for class org.ballerinalang.nativeimpl.internal.file.List
 
ListResult - Class in org.ballerinalang.nativeimpl.io.events.result
Represent List collection.
ListResult(List, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.ListResult
 
ListResult(EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.ListResult
 
loadRepository() - Method in class org.ballerinalang.builtin.BuiltinSystemPackageRepositoryProvider
 
LOCAL_PORT_OPTION_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.socket.SocketConstants
 
Log - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:log.
Log() - Constructor for class org.ballerinalang.nativeimpl.math.Log
 
Log10 - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:log10.
Log10() - Constructor for class org.ballerinalang.nativeimpl.math.Log10
 
Log1p - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:log1p.
Log1p() - Constructor for class org.ballerinalang.nativeimpl.math.Log1p
 
LOG_MANAGER - Static variable in class org.ballerinalang.nativeimpl.log.AbstractLogFunction
 
LogDebug - Class in org.ballerinalang.nativeimpl.log
Native function ballerina.log:printDebug.
LogDebug() - Constructor for class org.ballerinalang.nativeimpl.log.LogDebug
 
LogError - Class in org.ballerinalang.nativeimpl.log
Native function ballerina.log:printError.
LogError() - Constructor for class org.ballerinalang.nativeimpl.log.LogError
 
LogInfo - Class in org.ballerinalang.nativeimpl.log
Native function ballerina.log:printInfo.
LogInfo() - Constructor for class org.ballerinalang.nativeimpl.log.LogInfo
 
LogTrace - Class in org.ballerinalang.nativeimpl.log
Native function ballerina.log:printTrace.
LogTrace() - Constructor for class org.ballerinalang.nativeimpl.log.LogTrace
 
logWarn(String, String) - Static method in class org.ballerinalang.nativeimpl.lang.utils.ErrorHandler
Log a warn.
LogWarn - Class in org.ballerinalang.nativeimpl.log
Native function ballerina.log:printWarn.
LogWarn() - Constructor for class org.ballerinalang.nativeimpl.log.LogWarn
 
LongResult - Class in org.ballerinalang.nativeimpl.io.events.result
Will represent long value response.
LongResult(EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.LongResult
 
LongResult(long, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.LongResult
 

M

Matches - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:matches.
Matches() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Matches
 
MilliSecond - Class in org.ballerinalang.nativeimpl.time
Get the milli second value for the given time.
MilliSecond() - Constructor for class org.ballerinalang.nativeimpl.time.MilliSecond
 
Minute - Class in org.ballerinalang.nativeimpl.time
Get the minute value for the given time.
Minute() - Constructor for class org.ballerinalang.nativeimpl.time.Minute
 
Month - Class in org.ballerinalang.nativeimpl.time
Get the month value for the given time.
Month() - Constructor for class org.ballerinalang.nativeimpl.time.Month
 
MoveTo - Class in org.ballerinalang.nativeimpl.internal.file
Move file/directory to another directory.
MoveTo() - Constructor for class org.ballerinalang.nativeimpl.internal.file.MoveTo
 

N

NanoTime - Class in org.ballerinalang.nativeimpl.time
Get the system time value in nano seconds.
NanoTime() - Constructor for class org.ballerinalang.nativeimpl.time.NanoTime
 
NegateExact - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:negateExact.
NegateExact() - Constructor for class org.ballerinalang.nativeimpl.math.NegateExact
 
NextAfter - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:nextAfter.
NextAfter() - Constructor for class org.ballerinalang.nativeimpl.math.NextAfter
 
NextDown - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:nextDown.
NextDown() - Constructor for class org.ballerinalang.nativeimpl.math.NextDown
 
NextTextRecord - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#nextTextRecords.
NextTextRecord() - Constructor for class org.ballerinalang.nativeimpl.io.NextTextRecord
 
NextUp - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:nextUp.
NextUp() - Constructor for class org.ballerinalang.nativeimpl.math.NextUp
 
notifyFailure(BStruct) - Method in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerCallback
 
notifySuccess() - Method in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerCallback
 
NumericResult - Class in org.ballerinalang.nativeimpl.io.events.result
Will represent the response obtained after reading/writing operations.
NumericResult(EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.NumericResult
 
NumericResult(int, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.result.NumericResult
 

O

OCTET_STREAM - Static variable in class org.ballerinalang.nativeimpl.lang.utils.Constants
HTTP content-type application/octet-stream.
onMessage(LocalFileSystemEvent) - Method in class org.ballerinalang.nativeimpl.file.service.FSListener
 
OpenFile - Class in org.ballerinalang.nativeimpl.io
Native function to obtain channel from File.
OpenFile() - Constructor for class org.ballerinalang.nativeimpl.io.OpenFile
 
openFileChannel(Path, String) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Open a file channel from the given path.
OpenSecureSocket - Class in org.ballerinalang.nativeimpl.socket
Native function to open a secure client socket.
OpenSecureSocket() - Constructor for class org.ballerinalang.nativeimpl.socket.OpenSecureSocket
 
OpenSocket - Class in org.ballerinalang.nativeimpl.socket
Native function to open a Client socket.
OpenSocket() - Constructor for class org.ballerinalang.nativeimpl.socket.OpenSocket
 
org.ballerinalang.builtin - package org.ballerinalang.builtin
 
org.ballerinalang.generated.providers - package org.ballerinalang.generated.providers
 
org.ballerinalang.nativeimpl - package org.ballerinalang.nativeimpl
 
org.ballerinalang.nativeimpl.builtin.asynclib - package org.ballerinalang.nativeimpl.builtin.asynclib
 
org.ballerinalang.nativeimpl.builtin.bloblib - package org.ballerinalang.nativeimpl.builtin.bloblib
 
org.ballerinalang.nativeimpl.builtin.jsonlib - package org.ballerinalang.nativeimpl.builtin.jsonlib
 
org.ballerinalang.nativeimpl.builtin.maplib - package org.ballerinalang.nativeimpl.builtin.maplib
 
org.ballerinalang.nativeimpl.builtin.streamlib - package org.ballerinalang.nativeimpl.builtin.streamlib
 
org.ballerinalang.nativeimpl.builtin.stringlib - package org.ballerinalang.nativeimpl.builtin.stringlib
 
org.ballerinalang.nativeimpl.builtin.tablelib - package org.ballerinalang.nativeimpl.builtin.tablelib
 
org.ballerinalang.nativeimpl.builtin.xmllib - package org.ballerinalang.nativeimpl.builtin.xmllib
 
org.ballerinalang.nativeimpl.config - package org.ballerinalang.nativeimpl.config
 
org.ballerinalang.nativeimpl.crypto - package org.ballerinalang.nativeimpl.crypto
 
org.ballerinalang.nativeimpl.file.service - package org.ballerinalang.nativeimpl.file.service
 
org.ballerinalang.nativeimpl.file.service.compiler - package org.ballerinalang.nativeimpl.file.service.compiler
 
org.ballerinalang.nativeimpl.file.service.endpoint - package org.ballerinalang.nativeimpl.file.service.endpoint
 
org.ballerinalang.nativeimpl.file.utils - package org.ballerinalang.nativeimpl.file.utils
 
org.ballerinalang.nativeimpl.internal - package org.ballerinalang.nativeimpl.internal
 
org.ballerinalang.nativeimpl.internal.compression - package org.ballerinalang.nativeimpl.internal.compression
 
org.ballerinalang.nativeimpl.internal.execballerina - package org.ballerinalang.nativeimpl.internal.execballerina
 
org.ballerinalang.nativeimpl.internal.file - package org.ballerinalang.nativeimpl.internal.file
 
org.ballerinalang.nativeimpl.internal.jwt.crypto - package org.ballerinalang.nativeimpl.internal.jwt.crypto
 
org.ballerinalang.nativeimpl.internal.jwt.signature - package org.ballerinalang.nativeimpl.internal.jwt.signature
 
org.ballerinalang.nativeimpl.io - package org.ballerinalang.nativeimpl.io
 
org.ballerinalang.nativeimpl.io.channels - package org.ballerinalang.nativeimpl.io.channels
 
org.ballerinalang.nativeimpl.io.channels.base - package org.ballerinalang.nativeimpl.io.channels.base
 
org.ballerinalang.nativeimpl.io.channels.base.readers - package org.ballerinalang.nativeimpl.io.channels.base.readers
 
org.ballerinalang.nativeimpl.io.channels.base.writers - package org.ballerinalang.nativeimpl.io.channels.base.writers
 
org.ballerinalang.nativeimpl.io.csv - package org.ballerinalang.nativeimpl.io.csv
 
org.ballerinalang.nativeimpl.io.events - package org.ballerinalang.nativeimpl.io.events
 
org.ballerinalang.nativeimpl.io.events.bytes - package org.ballerinalang.nativeimpl.io.events.bytes
 
org.ballerinalang.nativeimpl.io.events.characters - package org.ballerinalang.nativeimpl.io.events.characters
 
org.ballerinalang.nativeimpl.io.events.data - package org.ballerinalang.nativeimpl.io.events.data
 
org.ballerinalang.nativeimpl.io.events.records - package org.ballerinalang.nativeimpl.io.events.records
 
org.ballerinalang.nativeimpl.io.events.result - package org.ballerinalang.nativeimpl.io.events.result
 
org.ballerinalang.nativeimpl.io.readers - package org.ballerinalang.nativeimpl.io.readers
 
org.ballerinalang.nativeimpl.io.utils - package org.ballerinalang.nativeimpl.io.utils
 
org.ballerinalang.nativeimpl.lang.utils - package org.ballerinalang.nativeimpl.lang.utils
 
org.ballerinalang.nativeimpl.log - package org.ballerinalang.nativeimpl.log
 
org.ballerinalang.nativeimpl.math - package org.ballerinalang.nativeimpl.math
 
org.ballerinalang.nativeimpl.reflect - package org.ballerinalang.nativeimpl.reflect
 
org.ballerinalang.nativeimpl.runtime - package org.ballerinalang.nativeimpl.runtime
 
org.ballerinalang.nativeimpl.socket - package org.ballerinalang.nativeimpl.socket
 
org.ballerinalang.nativeimpl.system - package org.ballerinalang.nativeimpl.system
 
org.ballerinalang.nativeimpl.task - package org.ballerinalang.nativeimpl.task
 
org.ballerinalang.nativeimpl.task.appointment - package org.ballerinalang.nativeimpl.task.appointment
 
org.ballerinalang.nativeimpl.task.timer - package org.ballerinalang.nativeimpl.task.timer
 
org.ballerinalang.nativeimpl.time - package org.ballerinalang.nativeimpl.time
 
org.ballerinalang.nativeimpl.util - package org.ballerinalang.nativeimpl.util
 
org.ballerinalang.util - package org.ballerinalang.util
 
ORG_NAME - Static variable in class org.ballerinalang.nativeimpl.internal.Constants
Organization name.

P

PACKAGE_NAME - Static variable in class org.ballerinalang.nativeimpl.internal.Constants
Package name.
PACKAGE_PATH - Static variable in class org.ballerinalang.nativeimpl.internal.Constants
Package path to internal package.
PACKAGE_RUNTIME - Static variable in class org.ballerinalang.nativeimpl.runtime.InvocationContextUtils
 
PACKAGE_TIME - Static variable in class org.ballerinalang.nativeimpl.Utils
 
Parse - Class in org.ballerinalang.nativeimpl.time
Get the Time for the given string.
Parse() - Constructor for class org.ballerinalang.nativeimpl.time.Parse
 
ParseJson - Class in org.ballerinalang.nativeimpl.internal
Native function ballerina.internal:parseJson.
ParseJson() - Constructor for class org.ballerinalang.nativeimpl.internal.ParseJson
 
PATH_DEFINITION_NAME - Static variable in class org.ballerinalang.nativeimpl.file.utils.Constants
Defines the path value.
PATH_DEFINITION_NAME - Static variable in class org.ballerinalang.nativeimpl.internal.Constants
Defines the internal struct path value.
PATH_STRUCT - Static variable in class org.ballerinalang.nativeimpl.file.utils.Constants
Specifies the struct definition of th path.
PATH_STRUCT - Static variable in class org.ballerinalang.nativeimpl.internal.Constants
Specifies the struct definition of the path.
PathExists - Class in org.ballerinalang.nativeimpl.internal.file
Used to check existence of file.
PathExists() - Constructor for class org.ballerinalang.nativeimpl.internal.file.PathExists
 
PathResolver - Class in org.ballerinalang.nativeimpl.internal.jwt.signature
Resolves any system properties in the given path.
PathResolver() - Constructor for class org.ballerinalang.nativeimpl.internal.jwt.signature.PathResolver
 
PKCS_STORE_TYPE - Static variable in class org.ballerinalang.nativeimpl.socket.SocketConstants
 
populateNatives(NativeElementRepository) - Method in class org.ballerinalang.generated.providers.StandardNativeElementProvider
 
Pow - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:pow.
Pow() - Constructor for class org.ballerinalang.nativeimpl.math.Pow
 
PrintAny - Class in org.ballerinalang.nativeimpl.io
Native function print.
PrintAny() - Constructor for class org.ballerinalang.nativeimpl.io.PrintAny
 
PrintlnAny - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io:println.
PrintlnAny() - Constructor for class org.ballerinalang.nativeimpl.io.PrintlnAny
 
process(EndpointNode, List<AnnotationAttachmentNode>) - Method in class org.ballerinalang.nativeimpl.file.service.compiler.DirectoryListenerCompilerPlugin
 
process(ServiceNode, List<AnnotationAttachmentNode>) - Method in class org.ballerinalang.nativeimpl.file.service.compiler.DirectoryListenerCompilerPlugin
 
PROTOCOL_PACKAGE_COMPRESSION - Static variable in class org.ballerinalang.nativeimpl.internal.compression.CompressionUtils
 
PROTOCOL_PACKAGE_MIME - Static variable in class org.ballerinalang.nativeimpl.Utils
 
PROTOCOL_PACKAGE_UTIL - Static variable in class org.ballerinalang.nativeimpl.Utils
 
Publish - Class in org.ballerinalang.nativeimpl.builtin.streamlib
Publish is the function to publish data to a stream.
Publish() - Constructor for class org.ballerinalang.nativeimpl.builtin.streamlib.Publish
 
publish(Event) - Method in class org.ballerinalang.nativeimpl.io.events.EventManager
Publishes an event to the event queue.

Q

QueryTableWithJoinClause - Class in org.ballerinalang.nativeimpl.builtin.tablelib
This class represents the implementation of creating a new table from an existing in memory table.
QueryTableWithJoinClause() - Constructor for class org.ballerinalang.nativeimpl.builtin.tablelib.QueryTableWithJoinClause
 
QueryTableWithoutJoinClause - Class in org.ballerinalang.nativeimpl.builtin.tablelib
This class represents the implementation of creating a new table from an existing in memory table.
QueryTableWithoutJoinClause() - Constructor for class org.ballerinalang.nativeimpl.builtin.tablelib.QueryTableWithoutJoinClause
 

R

Random - Class in org.ballerinalang.nativeimpl.math
Native function wso2.ballerina.math:random.
Random() - Constructor for class org.ballerinalang.nativeimpl.math.Random
 
RandomInRange - Class in org.ballerinalang.nativeimpl.math
Native function wso2.ballerina.math:random.
RandomInRange() - Constructor for class org.ballerinalang.nativeimpl.math.RandomInRange
 
read(ByteBuffer) - Method in class org.ballerinalang.nativeimpl.io.channels.base.Channel
Async read bytes from the channel.
read(int) - Method in class org.ballerinalang.nativeimpl.io.channels.base.CharacterChannel
Read asynchronously from channel.
read() - Method in class org.ballerinalang.nativeimpl.io.channels.base.DelimitedRecordChannel
Read the next readRecord.
read(ByteBuffer, ByteChannel) - Method in class org.ballerinalang.nativeimpl.io.channels.base.readers.AsyncReader
Reads bytes asynchronously.
read(ByteBuffer, ByteChannel) - Method in class org.ballerinalang.nativeimpl.io.channels.base.readers.BlockingReader
Reads bytes in blocking mode.
read(ByteBuffer, ByteChannel) - Method in interface org.ballerinalang.nativeimpl.io.channels.base.readers.Reader
Reads bytes into the provided buffer.
read(ByteBuffer) - Method in class org.ballerinalang.nativeimpl.io.channels.BlobChannel
 
read(char[], int, int) - Method in class org.ballerinalang.nativeimpl.io.readers.CharacterChannelReader
 
read(CharacterChannel, int, EventContext, Function<EventResult, EventResult>) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Reads characters from the channel.
read(Channel, byte[], EventContext, Function<EventResult, EventResult>) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Reads bytes asynchronously and trigger the callback.
read(DelimitedRecordChannel, EventContext, Function<EventResult, EventResult>) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Reads delimited records asynchronously.
read(ByteBuffer) - Method in class org.ballerinalang.nativeimpl.socket.SocketByteChannel
 
read(ByteBuffer) - Method in class org.ballerinalang.nativeimpl.util.Base64ByteChannel
 
READABLE_BUFFER_SIZE - Static variable in class org.ballerinalang.nativeimpl.Utils
 
readAll() - Method in class org.ballerinalang.nativeimpl.io.channels.base.CharacterChannel
Deprecated.
readAllChars(int) - Method in class org.ballerinalang.nativeimpl.io.channels.base.CharacterChannel
Reads all characters to the provided number of bytes.
ReadBool - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#readBool.
ReadBool() - Constructor for class org.ballerinalang.nativeimpl.io.ReadBool
 
readBoolean() - Method in class org.ballerinalang.nativeimpl.io.channels.base.DataChannel
Reads boolean.
ReadBoolEvent - Class in org.ballerinalang.nativeimpl.io.events.data
Represents the event to read bool.
ReadBoolEvent(DataChannel, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.data.ReadBoolEvent
 
ReadBytes - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.lo#readBytes.
ReadBytes() - Constructor for class org.ballerinalang.nativeimpl.io.ReadBytes
 
ReadBytesEvent - Class in org.ballerinalang.nativeimpl.io.events.bytes
Will be used to process the response once the bytes are read from the source.
ReadBytesEvent(Channel, byte[], EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.bytes.ReadBytesEvent
 
ReadCharacters - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#readCharacters.
ReadCharacters() - Constructor for class org.ballerinalang.nativeimpl.io.ReadCharacters
 
ReadCharactersEvent - Class in org.ballerinalang.nativeimpl.io.events.characters
Represents an event which will read characters.
ReadCharactersEvent(CharacterChannel, int) - Constructor for class org.ballerinalang.nativeimpl.io.events.characters.ReadCharactersEvent
 
ReadCharactersEvent(CharacterChannel, int, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.characters.ReadCharactersEvent
 
readDouble(Representation) - Method in class org.ballerinalang.nativeimpl.io.channels.base.DataChannel
Reads double value.
Reader - Interface in org.ballerinalang.nativeimpl.io.channels.base.readers
Represents how the bytes will be read through the channel.
readFixedLong(Representation) - Method in class org.ballerinalang.nativeimpl.io.channels.base.DataChannel
Reads fixed size long.
ReadFloat32 - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#readFloat32.
ReadFloat32() - Constructor for class org.ballerinalang.nativeimpl.io.ReadFloat32
 
ReadFloat64 - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#readFloat64.
ReadFloat64() - Constructor for class org.ballerinalang.nativeimpl.io.ReadFloat64
 
ReadFloatEvent - Class in org.ballerinalang.nativeimpl.io.events.data
Represents the event to read float values.
ReadFloatEvent(DataChannel, Representation, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.data.ReadFloatEvent
 
readFull(int) - Method in class org.ballerinalang.nativeimpl.io.channels.base.Channel
Reads specified amount of bytes from a given channel.
readFull(Channel, byte[], EventContext) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Asynchronously reads bytes from the channel.
ReadInt16 - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#readInt16.
ReadInt16() - Constructor for class org.ballerinalang.nativeimpl.io.ReadInt16
 
ReadInt32 - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#readInt32.
ReadInt32() - Constructor for class org.ballerinalang.nativeimpl.io.ReadInt32
 
ReadInt64 - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#readInt64.
ReadInt64() - Constructor for class org.ballerinalang.nativeimpl.io.ReadInt64
 
ReadIntegerEvent - Class in org.ballerinalang.nativeimpl.io.events.data
Reads integer from a given channel.
ReadIntegerEvent(DataChannel, Representation, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.data.ReadIntegerEvent
 
ReadJson - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#readJson.
ReadJson() - Constructor for class org.ballerinalang.nativeimpl.io.ReadJson
 
ReadlnAny - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io:readln.
ReadlnAny() - Constructor for class org.ballerinalang.nativeimpl.io.ReadlnAny
 
readString(int, String) - Method in class org.ballerinalang.nativeimpl.io.channels.base.DataChannel
Reads a string for the specified number of bytes.
ReadXml - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#readXml.
ReadXml() - Constructor for class org.ballerinalang.nativeimpl.io.ReadXml
 
REGEXConstants - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Constants for Ballerina Regex.
REGEXConstants() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.REGEXConstants
 
Register - Class in org.ballerinalang.nativeimpl.file.service.endpoint
Register file listener service.
Register() - Constructor for class org.ballerinalang.nativeimpl.file.service.endpoint.Register
 
Remove - Class in org.ballerinalang.nativeimpl.builtin.jsonlib
Remove the element(s) that matches the given key.
Remove() - Constructor for class org.ballerinalang.nativeimpl.builtin.jsonlib.Remove
 
Remove - Class in org.ballerinalang.nativeimpl.builtin.maplib
Native function to remove element from the map.
Remove() - Constructor for class org.ballerinalang.nativeimpl.builtin.maplib.Remove
 
Remove - Class in org.ballerinalang.nativeimpl.builtin.tablelib
Remove is the function to remove data from a table.
Remove() - Constructor for class org.ballerinalang.nativeimpl.builtin.tablelib.Remove
 
remove(String) - Method in class org.ballerinalang.nativeimpl.task.TaskRegistry
 
RemoveAttribute - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Remove an attribute from an XML.
RemoveAttribute() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.RemoveAttribute
 
Replace - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:replace.
Replace() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Replace
 
ReplaceAll - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:replaceAll.
ReplaceAll() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceAll
 
ReplaceFirst - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:replaceFirst.
ReplaceFirst() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ReplaceFirst
 
Representation - Enum in org.ballerinalang.nativeimpl.io.channels.base
Defines how the bytes will be represented for different data types.
Resolve - Class in org.ballerinalang.nativeimpl.internal.file
Resolves file path.
Resolve() - Constructor for class org.ballerinalang.nativeimpl.internal.file.Resolve
 
RESOURCE_NAME_ON_CREATE - Static variable in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
RESOURCE_NAME_ON_DELETE - Static variable in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
RESOURCE_NAME_ON_MODIFY - Static variable in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
reverse(int) - Method in class org.ballerinalang.nativeimpl.io.channels.base.Buffer
Will reverse the position of the buffer.
Rint - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:rint.
Rint() - Constructor for class org.ballerinalang.nativeimpl.math.Rint
 
Round - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:round.
Round() - Constructor for class org.ballerinalang.nativeimpl.math.Round
 
RS256 - Static variable in class org.ballerinalang.nativeimpl.internal.jwt.crypto.JWSAlgorithm
RSASSA-PKCS-v1_5 SHA-256 hash algorithm.
RS384 - Static variable in class org.ballerinalang.nativeimpl.internal.jwt.crypto.JWSAlgorithm
RSASSA-PKCS-v1_5 SHA-384 hash algorithm.
RS512 - Static variable in class org.ballerinalang.nativeimpl.internal.jwt.crypto.JWSAlgorithm
RSASSA-PKCS-v1_5 SHA-512 hash algorithm (optional).
RSASigner - Class in org.ballerinalang.nativeimpl.internal.jwt.crypto
Sign with RSA algorithms.
RSASigner(PrivateKey) - Constructor for class org.ballerinalang.nativeimpl.internal.jwt.crypto.RSASigner
Creates a new RSA signer.
RSASSAProvider - Class in org.ballerinalang.nativeimpl.internal.jwt.crypto
Provides the supported algorithms.
RSASSAProvider() - Constructor for class org.ballerinalang.nativeimpl.internal.jwt.crypto.RSASSAProvider
 
RSAVerifier - Class in org.ballerinalang.nativeimpl.internal.jwt.crypto
VerifySignature signature with RSA algorithms.
RSAVerifier(RSAPublicKey) - Constructor for class org.ballerinalang.nativeimpl.internal.jwt.crypto.RSAVerifier
 

S

Scalb - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:scalb.
Scalb() - Constructor for class org.ballerinalang.nativeimpl.math.Scalb
 
Schedule - Class in org.ballerinalang.nativeimpl.task.appointment
Native function ballerina/task:Appointment.schedule.
Schedule() - Constructor for class org.ballerinalang.nativeimpl.task.appointment.Schedule
 
SchedulingException - Exception in org.ballerinalang.nativeimpl.task
This exception is thrown when scheduling fails.
SchedulingException() - Constructor for exception org.ballerinalang.nativeimpl.task.SchedulingException
 
SchedulingException(String) - Constructor for exception org.ballerinalang.nativeimpl.task.SchedulingException
 
SchedulingException(String, Throwable) - Constructor for exception org.ballerinalang.nativeimpl.task.SchedulingException
 
SchedulingException(Throwable) - Constructor for exception org.ballerinalang.nativeimpl.task.SchedulingException
 
SchedulingException(String, Throwable, boolean, boolean) - Constructor for exception org.ballerinalang.nativeimpl.task.SchedulingException
 
SCOPES_REF_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
Second - Class in org.ballerinalang.nativeimpl.time
Get the second value for the given time.
Second() - Constructor for class org.ballerinalang.nativeimpl.time.Second
 
Select - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Get all the elements-type items in the given sequence, that matches a given qualified name.
Select() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.Select
 
SelectDescendants - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Searches in children recursively for elements matching the name and returns a sequence containing them all.
SelectDescendants() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.SelectDescendants
 
SERVICE_ENDPOINT_CONFIG - Static variable in class org.ballerinalang.nativeimpl.file.service.DirectoryListenerConstants
 
SetAttributes - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Sets the attributes the provided attributes map.
SetAttributes() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.SetAttributes
 
setAuthToken(String) - Method in class org.ballerinalang.nativeimpl.runtime.AuthContext
 
SetChildren - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Set the children of an XML if its a singleton.
SetChildren() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.SetChildren
 
setClaims(Map<String, String>) - Method in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
SetConfig - Class in org.ballerinalang.nativeimpl.config
Native function ballerina.config:setConfig.
SetConfig() - Constructor for class org.ballerinalang.nativeimpl.config.SetConfig
 
setContext(Context) - Method in class org.ballerinalang.nativeimpl.io.events.EventContext
 
setError(Throwable) - Method in class org.ballerinalang.nativeimpl.io.events.EventContext
 
setId(String) - Method in class org.ballerinalang.nativeimpl.runtime.InvocationContext
 
setScheme(String) - Method in class org.ballerinalang.nativeimpl.runtime.AuthContext
 
setScopes(String[]) - Method in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
setUserId(String) - Method in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
setUsername(String) - Method in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
shouldIgnoreBlanks() - Method in enum org.ballerinalang.nativeimpl.io.csv.Format
 
shouldIgnoreSpaces() - Method in enum org.ballerinalang.nativeimpl.io.csv.Format
 
shutdown() - Method in class org.ballerinalang.nativeimpl.io.events.EventManager
Shut down the executor.
shutdownInput() - Method in class org.ballerinalang.nativeimpl.io.channels.SocketIOChannel
Shutdown the connection for reading.
ShutdownInput - Class in org.ballerinalang.nativeimpl.socket
Native function to ShutdownInput in a socket.
ShutdownInput() - Constructor for class org.ballerinalang.nativeimpl.socket.ShutdownInput
 
shutdownInput() - Method in class org.ballerinalang.nativeimpl.socket.SocketByteChannel
Shutdown the connection for reading.
shutdownOutput() - Method in class org.ballerinalang.nativeimpl.io.channels.SocketIOChannel
Shutdown the connection for writing.
ShutdownOutput - Class in org.ballerinalang.nativeimpl.socket
Native function to ShutdownOutput in a socket.
ShutdownOutput() - Constructor for class org.ballerinalang.nativeimpl.socket.ShutdownOutput
 
shutdownOutput() - Method in class org.ballerinalang.nativeimpl.socket.SocketByteChannel
Shutdown the connection for writing.
sign(String, String) - Method in interface org.ballerinalang.nativeimpl.internal.jwt.crypto.JWSSigner
Signs the specified input data.
sign(String, String) - Method in class org.ballerinalang.nativeimpl.internal.jwt.crypto.RSASigner
 
Sign - Class in org.ballerinalang.nativeimpl.internal.jwt.signature
Native function ballerinalang.jwt:sign.
Sign() - Constructor for class org.ballerinalang.nativeimpl.internal.jwt.signature.Sign
 
Signum - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:signum.
Signum() - Constructor for class org.ballerinalang.nativeimpl.math.Signum
 
Sin - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:sin.
Sin() - Constructor for class org.ballerinalang.nativeimpl.math.Sin
 
Sinh - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:sinh.
Sinh() - Constructor for class org.ballerinalang.nativeimpl.math.Sinh
 
Sleep - Class in org.ballerinalang.nativeimpl.runtime
Native function ballerina.runtime:sleep.
Sleep() - Constructor for class org.ballerinalang.nativeimpl.runtime.Sleep
 
Slice - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Slice and return a subsequence of the an XML sequence.
Slice() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.Slice
 
SocketByteChannel - Class in org.ballerinalang.nativeimpl.socket
This will wrap InputStream and OutputStream into a ByteChannel implementation.
SocketByteChannel(SSLSocket) - Constructor for class org.ballerinalang.nativeimpl.socket.SocketByteChannel
 
SocketConstants - Class in org.ballerinalang.nativeimpl.socket
Constant variable for socket related operations.
SocketConstants() - Constructor for class org.ballerinalang.nativeimpl.socket.SocketConstants
 
SocketIOChannel - Class in org.ballerinalang.nativeimpl.io.channels
Represents the channel to perform I/O operations on Socket.
SocketIOChannel(ByteChannel, int) - Constructor for class org.ballerinalang.nativeimpl.io.channels.SocketIOChannel
 
Split - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:split(string, string).
Split() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Split
 
Sprintf - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#sprintf.
Sprintf() - Constructor for class org.ballerinalang.nativeimpl.io.Sprintf
 
Sqrt - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:exp.
Sqrt() - Constructor for class org.ballerinalang.nativeimpl.math.Sqrt
 
SSL_ENABLED_PROTOCOLS_OPTION_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.socket.SocketConstants
 
SSL_PROTOCOL_OPTION_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.socket.SocketConstants
 
StandardNativeElementProvider - Class in org.ballerinalang.generated.providers
 
StandardNativeElementProvider() - Constructor for class org.ballerinalang.generated.providers.StandardNativeElementProvider
 
Start - Class in org.ballerinalang.nativeimpl.file.service.endpoint
Start server connector.
Start() - Constructor for class org.ballerinalang.nativeimpl.file.service.endpoint.Start
 
Start - Class in org.ballerinalang.nativeimpl.task.timer
Native function ballerina/task:Timer.start.
Start() - Constructor for class org.ballerinalang.nativeimpl.task.timer.Start
 
StartForever - Class in org.ballerinalang.nativeimpl.builtin.streamlib
Start is the function to start the forever runtime.
StartForever() - Constructor for class org.ballerinalang.nativeimpl.builtin.streamlib.StartForever
 
Stop - Class in org.ballerinalang.nativeimpl.file.service.endpoint
Stop the server connector.
Stop() - Constructor for class org.ballerinalang.nativeimpl.file.service.endpoint.Stop
 
stop() - Method in class org.ballerinalang.nativeimpl.task.appointment.Appointment
 
stop(String) - Method in class org.ballerinalang.nativeimpl.task.appointment.AppointmentManager
 
Stop - Class in org.ballerinalang.nativeimpl.task.timer
Native function ballerina/task:Timer.stop.
Stop() - Constructor for class org.ballerinalang.nativeimpl.task.timer.Stop
 
stop() - Method in class org.ballerinalang.nativeimpl.task.timer.Timer
 
stopTask(String) - Method in class org.ballerinalang.nativeimpl.task.TaskRegistry
 
Strip - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Strips any text items from an XML sequence that are all whitespace.
Strip() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.Strip
 
STRUCT_TYPE_AUTH_CONTEXT - Static variable in class org.ballerinalang.nativeimpl.runtime.InvocationContextUtils
 
STRUCT_TYPE_INVOCATION_CONTEXT - Static variable in class org.ballerinalang.nativeimpl.runtime.InvocationContextUtils
 
STRUCT_TYPE_TIME - Static variable in class org.ballerinalang.nativeimpl.Utils
 
STRUCT_TYPE_TIMEZONE - Static variable in class org.ballerinalang.nativeimpl.Utils
 
STRUCT_TYPE_USER_PRINCIPAL - Static variable in class org.ballerinalang.nativeimpl.runtime.InvocationContextUtils
 
Subscribe - Class in org.ballerinalang.nativeimpl.builtin.streamlib
Subscribe is the function to subscribe to data from a stream.
Subscribe() - Constructor for class org.ballerinalang.nativeimpl.builtin.streamlib.Subscribe
 
Substring - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.arrays:substring(string, int, int).
Substring() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Substring
 
SubtractDuration - Class in org.ballerinalang.nativeimpl.time
Subtract given durations from the time.
SubtractDuration() - Constructor for class org.ballerinalang.nativeimpl.time.SubtractDuration
 

T

Tan - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:tan.
Tan() - Constructor for class org.ballerinalang.nativeimpl.math.Tan
 
Tanh - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:tanh.
Tanh() - Constructor for class org.ballerinalang.nativeimpl.math.Tanh
 
TaskExecutor - Class in org.ballerinalang.nativeimpl.task
This class invokes the Ballerina onTrigger function, and if an error occurs while invoking that function, it invokes the onError function.
TaskExecutor() - Constructor for class org.ballerinalang.nativeimpl.task.TaskExecutor
 
TaskIdGenerator - Class in org.ballerinalang.nativeimpl.task
Generates unique task IDs.
TaskIdGenerator() - Constructor for class org.ballerinalang.nativeimpl.task.TaskIdGenerator
 
TaskRegistry - Class in org.ballerinalang.nativeimpl.task
Maintains timers and appointments (Appointment support will be available in the future).
TempFileIOChannel - Class in org.ballerinalang.nativeimpl.io.channels
A file channel for temp file resources.
TempFileIOChannel(FileChannel, int, String) - Constructor for class org.ballerinalang.nativeimpl.io.channels.TempFileIOChannel
 
TEXT_PLAIN - Static variable in class org.ballerinalang.nativeimpl.lang.utils.Constants
HTTP content-type text/plain.
Timer - Class in org.ballerinalang.nativeimpl.task.timer
Represents a timer.
Timer(NativeCallableUnit, Context, long, long, FunctionRefCPEntry, FunctionRefCPEntry) - Constructor for class org.ballerinalang.nativeimpl.task.timer.Timer
Triggers the timer.
ToAbsolutePath - Class in org.ballerinalang.nativeimpl.internal.file
Creates the file at the path specified in the File struct.
ToAbsolutePath() - Constructor for class org.ballerinalang.nativeimpl.internal.file.ToAbsolutePath
 
ToBlob - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Convert String to Blob.
ToBlob() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ToBlob
 
ToDegrees - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:toDegrees.
ToDegrees() - Constructor for class org.ballerinalang.nativeimpl.math.ToDegrees
 
toHexString(byte[]) - Static method in class org.ballerinalang.util.HashUtils
Converts the given byte array to a Hex formatted string.
ToJSON - Class in org.ballerinalang.nativeimpl.builtin.xmllib
Converts a XML to the corresponding JSON representation.
ToJSON() - Constructor for class org.ballerinalang.nativeimpl.builtin.xmllib.ToJSON
 
ToLower - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:toLower.
ToLower() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ToLower
 
ToRadians - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:toRadians.
ToRadians() - Constructor for class org.ballerinalang.nativeimpl.math.ToRadians
 
ToString - Class in org.ballerinalang.nativeimpl.builtin.bloblib
Convert BLOB to String.
ToString() - Constructor for class org.ballerinalang.nativeimpl.builtin.bloblib.ToString
 
ToString - Class in org.ballerinalang.nativeimpl.builtin.jsonlib
Native function ballerina.model.json:toString.
ToString() - Constructor for class org.ballerinalang.nativeimpl.builtin.jsonlib.ToString
 
ToString - Class in org.ballerinalang.nativeimpl.time
Convert a Time to ISO 8601 formatted string.
ToString() - Constructor for class org.ballerinalang.nativeimpl.time.ToString
 
ToTimezone - Class in org.ballerinalang.nativeimpl.time
Change the timezone associated with the given time.
ToTimezone() - Constructor for class org.ballerinalang.nativeimpl.time.ToTimezone
 
ToUpper - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:toUpper.
ToUpper() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.ToUpper
 
ToXML - Class in org.ballerinalang.nativeimpl.builtin.jsonlib
Converts a JSON to the corresponding XML representation.
ToXML() - Constructor for class org.ballerinalang.nativeimpl.builtin.jsonlib.ToXML
 
transfer(int, int, WritableByteChannel) - Method in class org.ballerinalang.nativeimpl.io.channels.base.Channel
Will be used when performing direct transfer operations from OS cache.
transfer(int, int, WritableByteChannel) - Method in class org.ballerinalang.nativeimpl.io.channels.BlobIOChannel
Will be used when performing direct transfer operations from OS cache.
transfer(int, int, WritableByteChannel) - Method in class org.ballerinalang.nativeimpl.io.channels.FileIOChannel
Transfer file content to the specified destination.
transfer(int, int, WritableByteChannel) - Method in class org.ballerinalang.nativeimpl.io.channels.SocketIOChannel
Will be used when performing direct transfer operations from OS cache.
transfer(int, int, WritableByteChannel) - Method in class org.ballerinalang.nativeimpl.util.Base64Wrapper
 
Trim - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:trim.
Trim() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Trim
 
TRUST_STORE_OPTION_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.socket.SocketConstants
 
TRUST_STORE_PASS_OPTION_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.socket.SocketConstants
 
TrustStoreHolder - Class in org.ballerinalang.nativeimpl.internal.jwt.crypto
TrustStoreHolder process the trust store, store it and provide an API to use trust store.

U

Ulp - Class in org.ballerinalang.nativeimpl.math
Native function ballerina.math:ulp.
Ulp() - Constructor for class org.ballerinalang.nativeimpl.math.Ulp
 
Unescape - Class in org.ballerinalang.nativeimpl.builtin.stringlib
Native function ballerina.model.strings:unescape.
Unescape() - Constructor for class org.ballerinalang.nativeimpl.builtin.stringlib.Unescape
 
USER_ID_STRING_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
USER_NAME_STRING_FIELD_INDEX - Static variable in class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
UserPrincipal - Class in org.ballerinalang.nativeimpl.runtime
UserPrincipal represents and holds the authenticated user information.
UserPrincipal(BStruct) - Constructor for class org.ballerinalang.nativeimpl.runtime.UserPrincipal
 
Utils - Class in org.ballerinalang.nativeimpl
A util class for handling common functions across native implementation.
Utils() - Constructor for class org.ballerinalang.nativeimpl.Utils
 
Uuid - Class in org.ballerinalang.nativeimpl.system
Native function ballerina.system:uuid.
Uuid() - Constructor for class org.ballerinalang.nativeimpl.system.Uuid
 

V

validate(String, BLangResource, DiagnosticLog) - Static method in class org.ballerinalang.nativeimpl.file.service.compiler.DirectoryListenerCompilerPlugin
 
validatePattern(String) - Method in class org.ballerinalang.nativeimpl.builtin.stringlib.AbstractRegexFunction
Validate Regex struct in Ballerina.
valueOf(String) - Static method in enum org.ballerinalang.nativeimpl.io.channels.base.Representation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ballerinalang.nativeimpl.io.csv.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ballerinalang.nativeimpl.io.channels.base.Representation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ballerinalang.nativeimpl.io.csv.Format
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, String, String) - Method in interface org.ballerinalang.nativeimpl.internal.jwt.crypto.JWSVerifier
Verifies the signature of the JWS object.
verify(String, String, String) - Method in class org.ballerinalang.nativeimpl.internal.jwt.crypto.RSAVerifier
 
VerifySignature - Class in org.ballerinalang.nativeimpl.internal.jwt.signature
Native function ballerinalang.jwt:verifySignature.
VerifySignature() - Constructor for class org.ballerinalang.nativeimpl.internal.jwt.signature.VerifySignature
 

W

WeekDay - Class in org.ballerinalang.nativeimpl.time
Get the week day of the given time.
WeekDay() - Constructor for class org.ballerinalang.nativeimpl.time.WeekDay
 
write(ByteBuffer) - Method in class org.ballerinalang.nativeimpl.io.channels.base.Channel
Writes provided buffer content to the channel.
write(String, int) - Method in class org.ballerinalang.nativeimpl.io.channels.base.CharacterChannel
Writes a given string input into the channel.
write(BStringArray) - Method in class org.ballerinalang.nativeimpl.io.channels.base.DelimitedRecordChannel
Writes a given record to a file.
write(ByteBuffer, ByteChannel) - Method in class org.ballerinalang.nativeimpl.io.channels.base.writers.AsyncWriter
Writes bytes to the given channel.
write(ByteBuffer, ByteChannel) - Method in class org.ballerinalang.nativeimpl.io.channels.base.writers.BlockingWriter
Writes bytes to the given channel.
write(ByteBuffer, ByteChannel) - Method in interface org.ballerinalang.nativeimpl.io.channels.base.writers.Writer
Writes bytes to the given channel.
write(ByteBuffer) - Method in class org.ballerinalang.nativeimpl.io.channels.BlobChannel
 
write(Channel, byte[], int, EventContext, Function<EventResult, EventResult>) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Writes bytes to a channel asynchronously.
write(CharacterChannel, String, int, EventContext, Function<EventResult, EventResult>) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Writes characters to a channel.
write(DelimitedRecordChannel, BStringArray, EventContext, Function<EventResult, EventResult>) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Asynchronously writes delimited records to the channel.
write(ByteBuffer) - Method in class org.ballerinalang.nativeimpl.socket.SocketByteChannel
 
write(ByteBuffer) - Method in class org.ballerinalang.nativeimpl.util.Base64ByteChannel
 
WriteBool - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#writeBool.
WriteBool() - Constructor for class org.ballerinalang.nativeimpl.io.WriteBool
 
writeBoolean(boolean) - Method in class org.ballerinalang.nativeimpl.io.channels.base.DataChannel
Writes boolean.
WriteBoolEvent - Class in org.ballerinalang.nativeimpl.io.events.data
Writes boolean to a given source.
WriteBoolEvent(DataChannel, boolean, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.data.WriteBoolEvent
 
WriteBytes - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.lo#writeBytes.
WriteBytes() - Constructor for class org.ballerinalang.nativeimpl.io.WriteBytes
 
WriteBytesEvent - Class in org.ballerinalang.nativeimpl.io.events.bytes
Represents an event which will write bytes.
WriteBytesEvent(Channel, byte[], int, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.bytes.WriteBytesEvent
 
WriteCharacters - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#writeCharacters.
WriteCharacters() - Constructor for class org.ballerinalang.nativeimpl.io.WriteCharacters
 
WriteCharactersEvent - Class in org.ballerinalang.nativeimpl.io.events.characters
Represents an event which will write characters.
WriteCharactersEvent(CharacterChannel, String, int) - Constructor for class org.ballerinalang.nativeimpl.io.events.characters.WriteCharactersEvent
 
WriteCharactersEvent(CharacterChannel, String, int, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.characters.WriteCharactersEvent
 
writeDouble(double, Representation) - Method in class org.ballerinalang.nativeimpl.io.channels.base.DataChannel
Writes double value.
writeFixedLong(long, Representation) - Method in class org.ballerinalang.nativeimpl.io.channels.base.DataChannel
Writes fixed size long value.
WriteFloat32 - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#writeFloat32.
WriteFloat32() - Constructor for class org.ballerinalang.nativeimpl.io.WriteFloat32
 
WriteFloat64 - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#writeFloat64.
WriteFloat64() - Constructor for class org.ballerinalang.nativeimpl.io.WriteFloat64
 
WriteFloatEvent - Class in org.ballerinalang.nativeimpl.io.events.data
Writes float to a given source.
WriteFloatEvent(DataChannel, double, Representation, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.data.WriteFloatEvent
 
writeFull(Channel, byte[], int, EventContext) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Asynchronously writes bytes to a channel.
writeFull(CharacterChannel, String, EventContext) - Static method in class org.ballerinalang.nativeimpl.io.utils.IOUtils
Writes the whole payload to the channel.
WriteInt16 - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#writeInt16.
WriteInt16() - Constructor for class org.ballerinalang.nativeimpl.io.WriteInt16
 
WriteInt32 - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#writeInt32.
WriteInt32() - Constructor for class org.ballerinalang.nativeimpl.io.WriteInt32
 
WriteInt64 - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#writeInt64.
WriteInt64() - Constructor for class org.ballerinalang.nativeimpl.io.WriteInt64
 
WriteIntegerEvent - Class in org.ballerinalang.nativeimpl.io.events.data
Writes integer to a given source.
WriteIntegerEvent(DataChannel, long, Representation, EventContext) - Constructor for class org.ballerinalang.nativeimpl.io.events.data.WriteIntegerEvent
 
WriteJson - Class in org.ballerinalang.nativeimpl.io
Writes Json string to a given location.
WriteJson() - Constructor for class org.ballerinalang.nativeimpl.io.WriteJson
 
Writer - Interface in org.ballerinalang.nativeimpl.io.channels.base.writers
Represents how the bytes should be written to a channel.
writeString(String, String) - Method in class org.ballerinalang.nativeimpl.io.channels.base.DataChannel
Writes a given string.
WriteTextRecord - Class in org.ballerinalang.nativeimpl.io
Native function ballerina.io#writeTextRecord.
WriteTextRecord() - Constructor for class org.ballerinalang.nativeimpl.io.WriteTextRecord
 
WriteXml - Class in org.ballerinalang.nativeimpl.io
Writes XML to a given location.
WriteXml() - Constructor for class org.ballerinalang.nativeimpl.io.WriteXml
 

Y

Year - Class in org.ballerinalang.nativeimpl.time
Get the year value for the given time.
Year() - Constructor for class org.ballerinalang.nativeimpl.time.Year
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Skip navigation links

Copyright © 2018 WSO2. All rights reserved.