- 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
-
- 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
-
- 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.
- 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:scheduleAppointment.
- 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
-
- 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.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.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
-
- 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
-
- 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.
- createDelimitedRecordChannel(String, String, String, String) - 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
-
Creates a new directory.
- CreateDirectory() - Constructor for class org.ballerinalang.nativeimpl.internal.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
-
Used to check existence of file.
- CreateFile() - Constructor for class org.ballerinalang.nativeimpl.internal.CreateFile
-
- 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(StructInfo, StructInfo, long, String) - Static method in class org.ballerinalang.nativeimpl.Utils
-
- createTimeZone(StructInfo, 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
-
- 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.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.CreateDirectory
-
- execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.CreateFile
-
- execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.Delete
-
- execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.execballerina.ExecBallerina
-
- execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.GetModifiedTime
-
- execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.GetName
- execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.GetPathValue
- execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.Init
-
- execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.IsDirectory
-
- 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.List
-
- execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.ParseJson
-
- execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.PathExists
-
- execute(Context) - Method in class org.ballerinalang.nativeimpl.internal.ToAbsolutePath
- 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.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.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.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.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
-
- 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.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.ListResult
-
- 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
-
- 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
-
- 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
-
Retrieves the last modified time of the specified file.
- GetModifiedTime() - Constructor for class org.ballerinalang.nativeimpl.internal.GetModifiedTime
-
- GetName - Class in org.ballerinalang.nativeimpl.internal
-
Creates the file at the path specified in the File struct.
- GetName() - Constructor for class org.ballerinalang.nativeimpl.internal.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
-
- getPackagePath(Context) - Method in class org.ballerinalang.nativeimpl.log.AbstractLogFunction
-
- GetPathValue - Class in org.ballerinalang.nativeimpl.internal
-
Creates the file at the path specified in the File struct.
- GetPathValue() - Constructor for class org.ballerinalang.nativeimpl.internal.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.ListResult
-
- 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
-
- 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
-
- 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.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
-
Initializes a given file location to a path.
- Init() - Constructor for class org.ballerinalang.nativeimpl.internal.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.ReadBytes
-
- isBlocking() - Method in class org.ballerinalang.nativeimpl.io.ReadCharacters
-
- 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.WriteBytes
-
- isBlocking() - Method in class org.ballerinalang.nativeimpl.io.WriteCharacters
-
- 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
-
Validates whether the given input is a directory.
- IsDirectory() - Constructor for class org.ballerinalang.nativeimpl.internal.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
-
- isIgnoreSpaces() - Method in enum org.ballerinalang.nativeimpl.io.csv.Format
-
- 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
-
- 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(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.
- 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
-
- Reader - Interface in org.ballerinalang.nativeimpl.io.channels.base.readers
-
Represents how the bytes will be read through the channel.
- 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.
- 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
-
- 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
-
- 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
-
- 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:scheduleAppointment.
- 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
-
- 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
-
- 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:scheduleTimer.
- 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:scheduleTimer.
- 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
-
- 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
-
Creates the file at the path specified in the File struct.
- ToAbsolutePath() - Constructor for class org.ballerinalang.nativeimpl.internal.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.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.
- 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(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
-
- 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
-
- 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.
- 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.
- 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
-