A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

S

save(Connection, T) - Method in class nxt.db.EntityDbTable
 
save(Connection, T, V) - Method in class nxt.db.ValuesDbTable
 
scan(int, boolean) - Method in interface nxt.BlockchainProcessor
 
Scan - Class in nxt.http
 
SCAN - nxt.http.APIEnum
 
scheduleThread(String, Runnable, int) - Static method in class nxt.util.ThreadPool
 
scheduleThread(String, Runnable, int, TimeUnit) - Static method in class nxt.util.ThreadPool
 
Scrypt - Class in nxt.crypto
 
Scrypt() - Constructor for class nxt.crypto.Scrypt
 
SCRYPT - nxt.crypto.HashFunction
Use Java implementation of Scrypt
search(String, DbClause, int, int) - Method in class nxt.db.EntityDbTable
 
search(String, DbClause, int, int, String) - Method in class nxt.db.EntityDbTable
 
search(Connection, String, String, String, int, int) - Static method in class nxt.db.FullTextTrigger
Search the Lucene index The result set will have the following columns: SCHEMA - Schema name (String) TABLE - Table name (String) COLUMNS - Primary key column names (String[]) - this is always DB_ID KEYS - Primary key values (Long[]) - this is always the DB_ID value for the table row SCORE - Lucene score (Float)
Search - Class in nxt.util
 
SEARCH - nxt.http.APITag
 
SEARCH_ACCOUNTS - nxt.http.APIEnum
 
SEARCH_ALL_ACCOUNT_ASSETS - nxt.http.APIEnum
 
SEARCH_ALL_OPEN_ASK_ORDERS - nxt.http.APIEnum
 
SEARCH_ALL_TRADES_ORDERS - nxt.http.APIEnum
 
SEARCH_ASSETS - nxt.http.APIEnum
 
SEARCH_CURRENCIES - nxt.http.APIEnum
 
SEARCH_DGS_GOODS - nxt.http.APIEnum
 
SEARCH_POLLS - nxt.http.APIEnum
 
SEARCH_TAGGED_DATA - nxt.http.APIEnum
 
SearchAccountAssets - Class in nxt.http
 
searchAccounts(String, int, int) - Static method in class nxt.Account
 
SearchAccounts - Class in nxt.http
 
SearchAllOpenAskOrders - Class in nxt.http
 
SearchAllTrades - Class in nxt.http
 
searchAssets(String, int, int) - Static method in class nxt.Asset
 
SearchAssets - Class in nxt.http
 
searchCurrencies(String, int, int) - Static method in class nxt.Currency
 
SearchCurrencies - Class in nxt.http
 
searchData(String, String, long, int, int) - Static method in class nxt.TaggedData
 
SearchDGSGoods - Class in nxt.http
 
searchGoods(String, boolean, int, int) - Static method in class nxt.DigitalGoodsStore.Goods
 
searchPolls(String, boolean, int, int) - Static method in class nxt.Poll
 
SearchPolls - Class in nxt.http
 
searchSellerGoods(String, long, boolean, int, int) - Static method in class nxt.DigitalGoodsStore.Goods
 
SearchTaggedData - Class in nxt.http
 
SELL_ALIAS - nxt.http.APIEnum
 
SellAlias - Class in nxt.http
 
send(JSONStreamAware) - Method in interface nxt.peer.Peer
 
send(JSONStreamAware, int) - Method in interface nxt.peer.Peer
 
SEND_MESSAGE - nxt.http.APIEnum
 
SEND_MONEY - nxt.http.APIEnum
 
SEND_TRANSACTION - nxt.http.APIEnum
 
SendMessage - Class in nxt.http
 
SendMoney - Class in nxt.http
 
sendResponse(long, String) - Method in class nxt.peer.PeerWebSocket
Send POST response This method is used by the connection acceptor to return the POST response
sendToSomePeers(List<? extends Transaction>) - Static method in class nxt.peer.Peers
 
sendToSomePeers(Block) - Static method in class nxt.peer.Peers
 
SendTransaction - Class in nxt.http
Sends a transaction to some peers.
ServerStatus - Enum in nxt.env
 
service(HttpServletRequest, HttpServletResponse) - Method in class nxt.http.APIProxyServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class nxt.http.ShapeShiftProxyServlet
 
serviceControl_Continue() - Static method in class nxt.env.service.NxtService_ServiceManagement
 
serviceControl_Pause() - Static method in class nxt.env.service.NxtService_ServiceManagement
 
serviceControl_Shutdown() - Static method in class nxt.env.service.NxtService_ServiceManagement
 
serviceControl_Stop() - Static method in class nxt.env.service.NxtService_ServiceManagement
 
serviceFinish() - Static method in class nxt.env.service.NxtService_ServiceManagement
 
serviceGetInfo() - Static method in class nxt.env.service.NxtService_ServiceManagement
 
serviceInit() - Static method in class nxt.env.service.NxtService_ServiceManagement
 
serviceIsCreate() - Static method in class nxt.env.service.NxtService_ServiceManagement
 
serviceIsDelete() - Static method in class nxt.env.service.NxtService_ServiceManagement
 
serviceIsLaunch() - Static method in class nxt.env.service.NxtService_ServiceManagement
 
set(PreparedStatement, int) - Method in class nxt.db.DbClause.BooleanClause
 
set(PreparedStatement, int) - Method in class nxt.db.DbClause.ByteClause
 
set(PreparedStatement, int) - Method in class nxt.db.DbClause.FixedClause
 
set(PreparedStatement, int) - Method in class nxt.db.DbClause.IntClause
 
set(PreparedStatement, int) - Method in class nxt.db.DbClause.LikeBothClause
 
set(PreparedStatement, int) - Method in class nxt.db.DbClause.LikeClause
 
set(PreparedStatement, int) - Method in class nxt.db.DbClause.LongClause
 
set(PreparedStatement, int) - Method in class nxt.db.DbClause.NotNullClause
 
set(PreparedStatement, int) - Method in class nxt.db.DbClause.NullClause
 
set(PreparedStatement, int) - Method in class nxt.db.DbClause
 
set(PreparedStatement, int) - Method in class nxt.db.DbClause.StringClause
 
SET_ACCOUNT_INFO - nxt.http.APIEnum
 
SET_ACCOUNT_PROPERTY - nxt.http.APIEnum
 
SET_ALIAS - nxt.http.APIEnum
 
SET_API_PROXY_PEER - nxt.http.APIEnum
 
SET_LOGGING - nxt.http.APIEnum
 
SET_PHASING_ONLY - Static variable in class nxt.TransactionType.AccountControl
 
SET_PHASING_ONLY_CONTROL - nxt.http.APIEnum
 
SET_PROPERTY - nxt.Account.Event
 
SetAccountInfo - Class in nxt.http
 
SetAccountProperty - Class in nxt.http
 
setActive(boolean) - Static method in class nxt.db.FullTextTrigger
This method is called by NRS initialization to indicate NRS is active.
SetAlias - Class in nxt.http
 
SetAPIProxyPeer - Class in nxt.http
 
setArray(int, Array) - Method in class nxt.db.FilteredPreparedStatement
 
setArray(PreparedStatement, int, T[]) - Static method in class nxt.db.DbUtils
 
setArrayEmptyToNull(PreparedStatement, int, T[]) - Static method in class nxt.db.DbUtils
 
setAsciiStream(int, InputStream) - Method in class nxt.db.FilteredPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class nxt.db.FilteredPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class nxt.db.FilteredPreparedStatement
 
setAutoCommit(boolean) - Method in class nxt.db.FilteredConnection
 
setBigDecimal(int, BigDecimal) - Method in class nxt.db.FilteredPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class nxt.db.FilteredPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class nxt.db.FilteredPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class nxt.db.FilteredPreparedStatement
 
setBlob(int, InputStream) - Method in class nxt.db.FilteredPreparedStatement
 
setBlob(int, InputStream, long) - Method in class nxt.db.FilteredPreparedStatement
 
setBlob(int, Blob) - Method in class nxt.db.FilteredPreparedStatement
 
setBoolean(int, boolean) - Method in class nxt.db.FilteredPreparedStatement
 
setByte(int, byte) - Method in class nxt.db.FilteredPreparedStatement
 
setBytes(int, byte[]) - Method in class nxt.db.FilteredPreparedStatement
 
setBytes(PreparedStatement, int, byte[]) - Static method in class nxt.db.DbUtils
 
setCatalog(String) - Method in class nxt.db.FilteredConnection
 
setCharacterStream(int, Reader) - Method in class nxt.db.FilteredPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class nxt.db.FilteredPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class nxt.db.FilteredPreparedStatement
 
setClientInfo(String, String) - Method in class nxt.db.FilteredConnection
 
setClientInfo(Properties) - Method in class nxt.db.FilteredConnection
 
setClob(int, Reader) - Method in class nxt.db.FilteredPreparedStatement
 
setClob(int, Reader, long) - Method in class nxt.db.FilteredPreparedStatement
 
setClob(int, Clob) - Method in class nxt.db.FilteredPreparedStatement
 
setCommunicationLoggingMask(String[]) - Static method in class nxt.peer.Peers
Set the communication logging mask
setCorePoolSize(int) - Method in class nxt.util.QueuedThreadPool
Set the core pool size
setCursorName(String) - Method in class nxt.db.FilteredStatement
 
setDate(int, Date) - Method in class nxt.db.FilteredPreparedStatement
 
setDate(int, Date, Calendar) - Method in class nxt.db.FilteredPreparedStatement
 
setDouble(int, double) - Method in class nxt.db.FilteredPreparedStatement
 
setEscapeProcessing(boolean) - Method in class nxt.db.FilteredStatement
 
setFetchDirection(int) - Method in class nxt.db.FilteredStatement
 
setFetchSize(int) - Method in class nxt.db.FilteredStatement
 
setFloat(int, float) - Method in class nxt.db.FilteredPreparedStatement
 
setGetMoreBlocks(boolean) - Method in interface nxt.BlockchainProcessor
 
setHoldability(int) - Method in class nxt.db.FilteredConnection
 
setInt(int, int) - Method in class nxt.db.FilteredPreparedStatement
 
setIntZeroToNull(PreparedStatement, int, int) - Static method in class nxt.db.DbUtils
 
setLargeMaxRows(long) - Method in class nxt.db.FilteredStatement
 
setLevel(Logger.Level) - Static method in class nxt.util.Logger
Set the log level
setLimits(int, PreparedStatement, int, int) - Static method in class nxt.db.DbUtils
 
SetLogging - Class in nxt.http
The SetLogging API will set the NRS log level for all log messages.
setLong(int, long) - Method in class nxt.db.FilteredPreparedStatement
 
setLong(PreparedStatement, int, Long) - Static method in class nxt.db.DbUtils
 
setLongZeroToNull(PreparedStatement, int, long) - Static method in class nxt.db.DbUtils
 
setMaxFieldSize(int) - Method in class nxt.db.FilteredStatement
 
setMaximumPoolSize(int) - Method in class nxt.util.QueuedThreadPool
Set the maximum pool size
setMaxRows(int) - Method in class nxt.db.FilteredStatement
 
setNCharacterStream(int, Reader) - Method in class nxt.db.FilteredPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class nxt.db.FilteredPreparedStatement
 
setNClob(int, Reader) - Method in class nxt.db.FilteredPreparedStatement
 
setNClob(int, Reader, long) - Method in class nxt.db.FilteredPreparedStatement
 
setNClob(int, NClob) - Method in class nxt.db.FilteredPreparedStatement
 
setNetworkTimeout(Executor, int) - Method in class nxt.db.FilteredConnection
 
setNString(int, String) - Method in class nxt.db.FilteredPreparedStatement
 
setNull(int, int) - Method in class nxt.db.FilteredPreparedStatement
 
setNull(int, int, String) - Method in class nxt.db.FilteredPreparedStatement
 
setObject(int, Object) - Method in class nxt.db.FilteredPreparedStatement
 
setObject(int, Object, int) - Method in class nxt.db.FilteredPreparedStatement
 
setObject(int, Object, int, int) - Method in class nxt.db.FilteredPreparedStatement
 
setObject(int, Object, SQLType) - Method in class nxt.db.FilteredPreparedStatement
 
setObject(int, Object, SQLType, int) - Method in class nxt.db.FilteredPreparedStatement
 
SetPhasingOnly(PhasingParams, long, short, short) - Constructor for class nxt.Attachment.SetPhasingOnly
 
SetPhasingOnlyControl - Class in nxt.http
Sets an account control that blocks transactions unless they are phased with certain parameters
setPK(PreparedStatement) - Method in class nxt.db.DbKey.LinkKey
 
setPK(PreparedStatement) - Method in class nxt.db.DbKey.LongKey
 
setPK(PreparedStatement) - Method in interface nxt.db.DbKey
 
setPK(PreparedStatement) - Method in class nxt.db.DbKey.StringKey
 
setPK(PreparedStatement, int) - Method in class nxt.db.DbKey.LinkKey
 
setPK(PreparedStatement, int) - Method in class nxt.db.DbKey.LongKey
 
setPK(PreparedStatement, int) - Method in interface nxt.db.DbKey
 
setPK(PreparedStatement, int) - Method in class nxt.db.DbKey.StringKey
 
setPoolable(boolean) - Method in class nxt.db.FilteredStatement
 
setQueryTimeout(int) - Method in class nxt.db.FilteredStatement
 
setReadOnly(boolean) - Method in class nxt.db.FilteredConnection
 
setRef(int, Ref) - Method in class nxt.db.FilteredPreparedStatement
 
setRowId(int, RowId) - Method in class nxt.db.FilteredPreparedStatement
 
setSavepoint() - Method in class nxt.db.FilteredConnection
 
setSavepoint(String) - Method in class nxt.db.FilteredConnection
 
setSchema(String) - Method in class nxt.db.FilteredConnection
 
setServerStatus(ServerStatus, URI, File) - Method in class nxt.env.CommandLineMode
 
setServerStatus(ServerStatus, URI, File) - Method in class nxt.env.DesktopMode
 
setServerStatus(ServerStatus, URI, File) - Method in interface nxt.env.RuntimeMode
 
setShort(int, short) - Method in class nxt.db.FilteredPreparedStatement
 
setShortZeroToNull(PreparedStatement, int, short) - Static method in class nxt.db.DbUtils
 
setSQLXML(int, SQLXML) - Method in class nxt.db.FilteredPreparedStatement
 
setString(int, String) - Method in class nxt.db.FilteredPreparedStatement
 
setString(PreparedStatement, int, String) - Static method in class nxt.db.DbUtils
 
setTime(int, Time) - Method in class nxt.db.FilteredPreparedStatement
 
setTime(int, Time, Calendar) - Method in class nxt.db.FilteredPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class nxt.db.FilteredPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class nxt.db.FilteredPreparedStatement
 
setTransactionIsolation(int) - Method in class nxt.db.FilteredConnection
 
setTypeMap(Map<String, Class<?>>) - Method in class nxt.db.FilteredConnection
 
setUnicodeStream(int, InputStream, int) - Method in class nxt.db.FilteredPreparedStatement
Deprecated.
setURL(int, URL) - Method in class nxt.db.FilteredPreparedStatement
 
sha256() - Static method in class nxt.crypto.Crypto
 
SHA256 - nxt.crypto.HashFunction
Use Java implementation of SHA256 (code 2)
sha3() - Static method in class nxt.crypto.Crypto
 
SHA3 - nxt.crypto.HashFunction
Use Bouncy Castle implementation of SHA3 (code 3).
ShapeShiftProxyServlet - Class in nxt.http
 
ShapeShiftProxyServlet() - Constructor for class nxt.http.ShapeShiftProxyServlet
 
shareAddress() - Method in interface nxt.peer.Peer
 
shouldLoadPrunable(Transaction, boolean) - Method in interface nxt.Appendix.Prunable
 
Shuffler - Class in nxt
 
Shuffler.ControlledAccountException - Exception in nxt
 
Shuffler.DuplicateShufflerException - Exception in nxt
 
Shuffler.InvalidRecipientException - Exception in nxt
 
Shuffler.InvalidStageException - Exception in nxt
 
Shuffler.ShufflerException - Exception in nxt
 
Shuffler.ShufflerLimitException - Exception in nxt
 
Shuffling - Class in nxt
 
SHUFFLING - nxt.http.APITag
 
SHUFFLING_BLAME_STARTED - nxt.Shuffling.Event
 
SHUFFLING_CANCEL - nxt.http.APIEnum
 
SHUFFLING_CANCELLATION - nxt.AccountLedger.LedgerEvent
 
SHUFFLING_CANCELLATION - Static variable in class nxt.ShufflingTransaction
 
SHUFFLING_CANCELLED - nxt.Shuffling.Event
 
SHUFFLING_CREATE - nxt.http.APIEnum
 
SHUFFLING_CREATED - nxt.Shuffling.Event
 
SHUFFLING_CREATION - Static variable in class nxt.ShufflingTransaction
 
SHUFFLING_DEPOSIT_NQT - Static variable in class nxt.Constants
 
SHUFFLING_DISTRIBUTION - nxt.AccountLedger.LedgerEvent
 
SHUFFLING_DONE - nxt.Shuffling.Event
 
SHUFFLING_PROCESS - nxt.http.APIEnum
 
SHUFFLING_PROCESSING - nxt.AccountLedger.LedgerEvent
 
SHUFFLING_PROCESSING - Static variable in class nxt.ShufflingTransaction
 
SHUFFLING_PROCESSING_ASSIGNED - nxt.Shuffling.Event
 
SHUFFLING_PROCESSING_DEADLINE - Static variable in class nxt.Constants
 
SHUFFLING_PROCESSING_FINISHED - nxt.Shuffling.Event
 
SHUFFLING_RECIPIENTS - Static variable in class nxt.ShufflingTransaction
 
SHUFFLING_REGISTER - nxt.http.APIEnum
 
SHUFFLING_REGISTRATION - nxt.AccountLedger.LedgerEvent
 
SHUFFLING_REGISTRATION - Static variable in class nxt.ShufflingTransaction
 
SHUFFLING_VERIFICATION - Static variable in class nxt.ShufflingTransaction
 
SHUFFLING_VERIFY - nxt.http.APIEnum
 
Shuffling.Event - Enum in nxt
 
Shuffling.Stage - Enum in nxt
 
ShufflingCancel - Class in nxt.http
 
ShufflingCreate - Class in nxt.http
 
ShufflingCreation(long, HoldingType, long, byte, short) - Constructor for class nxt.Attachment.ShufflingCreation
 
ShufflingParticipant - Class in nxt
 
ShufflingParticipant.Event - Enum in nxt
 
ShufflingParticipant.State - Enum in nxt
 
ShufflingProcess - Class in nxt.http
 
ShufflingRegister - Class in nxt.http
 
ShufflingRegistration(byte[]) - Constructor for class nxt.Attachment.ShufflingRegistration
 
ShufflingTransaction - Class in nxt
 
ShufflingVerification(long, byte[]) - Constructor for class nxt.Attachment.ShufflingVerification
 
ShufflingVerify - Class in nxt.http
 
shutdown() - Method in interface nxt.addons.AddOn
 
shutdown() - Static method in class nxt.addons.AddOns
 
shutdown() - Method in class nxt.addons.BeforeShutdown
 
shutdown() - Method in class nxt.addons.Demo
 
shutdown() - Method in class nxt.addons.DownloadTimer
 
shutdown() - Method in class nxt.db.BasicDb
 
shutdown() - Method in class nxt.env.CommandLineMode
 
shutdown() - Method in class nxt.env.DesktopMode
 
shutdown() - Method in interface nxt.env.RuntimeMode
 
shutdown() - Static method in class nxt.FundingMonitor
Stop monitor processing
shutdown() - Static method in class nxt.http.API
 
shutdown() - Static method in class nxt.Nxt
 
shutdown() - Static method in class nxt.peer.Peers
 
shutdown() - Static method in class nxt.util.Logger
Logger shutdown
shutdown() - Static method in class nxt.util.ThreadPool
 
Shutdown - Class in nxt.http
 
SHUTDOWN - nxt.http.APIEnum
 
shutdownExecutor(String, ExecutorService, int) - Static method in class nxt.util.ThreadPool
 
sign(byte[], String) - Static method in class nxt.crypto.Crypto
 
SIGN_TRANSACTION - nxt.http.APIEnum
 
SignTransaction - Class in nxt.http
 
SignTransactionJSON - Class in nxt.tools
 
SignTransactionJSON() - Constructor for class nxt.tools.SignTransactionJSON
 
SignTransactions - Class in nxt.tools
 
SignTransactions() - Constructor for class nxt.tools.SignTransactions
 
SizeBasedFee(long) - Constructor for class nxt.Fee.SizeBasedFee
 
SizeBasedFee(long, long) - Constructor for class nxt.Fee.SizeBasedFee
 
SizeBasedFee(long, long, int) - Constructor for class nxt.Fee.SizeBasedFee
 
skip(long) - Method in class nxt.util.CountingInputReader
Skip characters in the input stream
skip(long) - Method in class nxt.util.CountingInputStream
 
start(int) - Static method in class nxt.util.ThreadPool
 
START_FORGING - nxt.Generator.Event
 
START_FORGING - nxt.http.APIEnum
 
START_FUNDING_MONITOR - nxt.http.APIEnum
 
START_SHUFFLER - nxt.http.APIEnum
 
startClient(URI) - Method in class nxt.peer.PeerWebSocket
Start a client session
startDbTransaction() - Method in class nxt.http.APIServlet.APIRequestHandler
 
startDbTransaction() - Method in class nxt.http.GetAssetDeletes
 
startDbTransaction() - Method in class nxt.http.GetAssetTransfers
 
startDbTransaction() - Method in class nxt.http.GetCurrencyTransfers
 
startDbTransaction() - Method in class nxt.http.GetExchanges
 
startDbTransaction() - Method in class nxt.http.GetTrades
 
STARTED - nxt.env.ServerStatus
 
startForging(String) - Static method in class nxt.Generator
 
StartForging - Class in nxt.http
 
StartFundingMonitor - Class in nxt.http
Start a funding monitor
startMonitor(HoldingType, long, String, long, long, int, String) - Static method in class nxt.FundingMonitor
Start the monitor
StartShuffler - Class in nxt.http
 
STOP_FORGING - nxt.Generator.Event
 
STOP_FORGING - nxt.http.APIEnum
 
STOP_FUNDING_MONITOR - nxt.http.APIEnum
 
STOP_SHUFFLER - nxt.http.APIEnum
 
stopAllMonitors() - Static method in class nxt.FundingMonitor
Stop all monitors Pending fund transactions will still be processed
stopAllShufflers() - Static method in class nxt.Shuffler
 
StopException(String) - Constructor for exception nxt.NxtException.StopException
 
StopException(String, Throwable) - Constructor for exception nxt.NxtException.StopException
 
stopForging() - Static method in class nxt.Generator
 
stopForging(String) - Static method in class nxt.Generator
 
StopForging - Class in nxt.http
 
StopFundingMonitor - Class in nxt.http
Stop a funding monitor
stopMonitor(HoldingType, long, String, long) - Static method in class nxt.FundingMonitor
Stop monitor Pending fund transactions will still be processed
stopShuffler(long, byte[]) - Static method in class nxt.Shuffler
 
StopShuffler - Class in nxt.http
 
StringClause(String, String) - Constructor for class nxt.db.DbClause.StringClause
 
StringKeyFactory(String) - Constructor for class nxt.db.DbKey.StringKeyFactory
 
submit(Runnable) - Method in class nxt.util.QueuedThreadPool
Submit a task for execution
submit(Runnable, T) - Method in class nxt.util.QueuedThreadPool
Submit a task for execution
submit(Callable<T>) - Method in class nxt.util.QueuedThreadPool
Submit a task for execution
SystemTrayDataProvider - Class in nxt.env
 
SystemTrayDataProvider(String, URI, File) - Constructor for class nxt.env.SystemTrayDataProvider
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages