- get(long, long) - Static method in class com.twitter.distributedlog.util.BitMaskUtils
-
Get the bits where mask is 1
- getBKResultCode() - Method in exception com.twitter.distributedlog.exceptions.BKTransmitException
-
- getBuffer() - Method in interface com.twitter.distributedlog.LogRecordSetBuffer
-
Get the buffer to transmit.
- getCode() - Method in exception com.twitter.distributedlog.exceptions.DLException
-
Return the status code representing the exception.
- getCompressionCodec(CompressionCodec.Type) - Static method in class com.twitter.distributedlog.io.CompressionUtils
-
Get a cached compression codec instance for the specified type.
- getCurrentOwner() - Method in exception com.twitter.distributedlog.exceptions.OwnershipAcquireFailedException
-
- getCurrentPosition() - Method in interface com.twitter.distributedlog.RecordStream
-
Get postion of current record in the stream
- getData() - Method in class com.twitter.distributedlog.io.Buffer
-
- getDlsn() - Method in class com.twitter.distributedlog.LogRecordWithDLSN
-
Get the DLSN of the record in the log.
- getEntryId() - Method in class com.twitter.distributedlog.DLSN
-
Return the entry id of the batch that the record is written to.
- getLastTxIdAcknowledged() - Method in exception com.twitter.distributedlog.exceptions.FlushException
-
- getLastTxIdWritten() - Method in exception com.twitter.distributedlog.exceptions.FlushException
-
- getLastTxnId() - Method in exception com.twitter.distributedlog.exceptions.TransactionIdOutOfOrderException
-
- getLogSegmentSequenceNo() - Method in class com.twitter.distributedlog.DLSN
-
Return the sequence number of the log segment that the record is written to.
- getMetadata() - Method in class com.twitter.distributedlog.LogRecord
-
- getName() - Method in interface com.twitter.distributedlog.RecordStream
-
Get the name of the stream
- getNextDLSN() - Method in class com.twitter.distributedlog.DLSN
-
Positions to a DLSN greater than the current value - this may not
correspond to an actual LogRecord, its just used by the positioning logic
to position the reader
- getNumBytes() - Method in interface com.twitter.distributedlog.LogRecordSetBuffer
-
Return number of bytes in current record set.
- getNumRecords() - Method in interface com.twitter.distributedlog.LogRecordSetBuffer
-
Return number of records in current record set.
- getPayload() - Method in class com.twitter.distributedlog.LogRecord
-
Return the payload of this log record.
- getPayLoadInputStream() - Method in class com.twitter.distributedlog.LogRecord
-
- getPendingBytes() - Method in class com.twitter.distributedlog.LogRecord.Writer
-
- getPositionWithinLogSegment() - Method in class com.twitter.distributedlog.LogRecord
-
The position in the log segment means how many records (inclusive) added to the log segment so far.
- getSequenceId() - Method in class com.twitter.distributedlog.LogRecordWithDLSN
-
Get the sequence id of the record in the log.
- getSlotId() - Method in class com.twitter.distributedlog.DLSN
-
Return the slot id in the batch that the record is written to.
- getTransactionId() - Method in class com.twitter.distributedlog.LogRecord
-
Return application defined transaction id.