- 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
-
- 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
-
- 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
-
- 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 - Class in nxt.http
-
- searchPolls(String, boolean, int, int) - Static method in class nxt.Poll
-
- searchSellerGoods(String, long, boolean, int, int) - Static method in class nxt.DigitalGoodsStore.Goods
-
- SearchTaggedData - Class in nxt.http
-
- SellAlias - Class in nxt.http
-
- send(JSONStreamAware) - Method in class nxt.http.MetisServer
-
- send(JSONStreamAware) - Method in interface nxt.peer.Peer
-
- send(JSONStreamAware, int) - Method in interface nxt.peer.Peer
-
- SendMessage - Class in nxt.http
-
- SendMetisMessage - 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(Block) - Static method in class nxt.peer.Peers
-
- sendToSomePeers(List<? extends Transaction>) - 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_PHASING_ONLY - Static variable in class nxt.TransactionType.AccountControl
-
- 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(PreparedStatement, int, T[]) - Static method in class nxt.db.DbUtils
-
- setArray(int, Array) - Method in class nxt.db.FilteredPreparedStatement
-
- setArrayEmptyToNull(PreparedStatement, int, T[]) - Static method in class nxt.db.DbUtils
-
- setAsciiStream(int, InputStream, int) - Method in class nxt.db.FilteredPreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class nxt.db.FilteredPreparedStatement
-
- setAsciiStream(int, InputStream) - 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, int) - Method in class nxt.db.FilteredPreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class nxt.db.FilteredPreparedStatement
-
- setBinaryStream(int, InputStream) - Method in class nxt.db.FilteredPreparedStatement
-
- setBlob(int, Blob) - Method in class nxt.db.FilteredPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class nxt.db.FilteredPreparedStatement
-
- setBlob(int, InputStream) - 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(PreparedStatement, int, byte[]) - Static method in class nxt.db.DbUtils
-
- setBytes(int, byte[]) - Method in class nxt.db.FilteredPreparedStatement
-
- setCatalog(String) - Method in class nxt.db.FilteredConnection
-
- setCharacterStream(int, Reader, int) - Method in class nxt.db.FilteredPreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class nxt.db.FilteredPreparedStatement
-
- setCharacterStream(int, Reader) - 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, Clob) - Method in class nxt.db.FilteredPreparedStatement
-
- setClob(int, Reader, long) - Method in class nxt.db.FilteredPreparedStatement
-
- setClob(int, Reader) - 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(PreparedStatement, int, Long) - Static method in class nxt.db.DbUtils
-
- setLong(int, long) - Method in class nxt.db.FilteredPreparedStatement
-
- 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, long) - Method in class nxt.db.FilteredPreparedStatement
-
- setNCharacterStream(int, Reader) - Method in class nxt.db.FilteredPreparedStatement
-
- setNClob(int, NClob) - Method in class nxt.db.FilteredPreparedStatement
-
- setNClob(int, Reader, long) - Method in class nxt.db.FilteredPreparedStatement
-
- setNClob(int, Reader) - 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, int) - Method in class nxt.db.FilteredPreparedStatement
-
- setObject(int, Object) - Method in class nxt.db.FilteredPreparedStatement
-
- setObject(int, Object, int, int) - Method in class nxt.db.FilteredPreparedStatement
-
- setObject(int, Object, SQLType, int) - Method in class nxt.db.FilteredPreparedStatement
-
- setObject(int, Object, SQLType) - 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, int) - Method in class nxt.db.DbKey.LinkKey
-
- setPK(PreparedStatement) - Method in class nxt.db.DbKey.LongKey
-
- setPK(PreparedStatement, int) - Method in class nxt.db.DbKey.LongKey
-
- setPK(PreparedStatement) - Method in interface nxt.db.DbKey
-
- setPK(PreparedStatement, int) - Method in interface nxt.db.DbKey
-
- setPK(PreparedStatement) - Method in class nxt.db.DbKey.StringKey
-
- 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(PreparedStatement, int, String) - Static method in class nxt.db.DbUtils
-
- setString(int, String) - Method in class nxt.db.FilteredPreparedStatement
-
- 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
-
- sha3() - Static method in class nxt.crypto.Crypto
-
- 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.Event - Enum in nxt
-
- Shuffling.Stage - Enum in nxt
-
- SHUFFLING_CANCELLATION - Static variable in class nxt.ShufflingTransaction
-
- SHUFFLING_CREATION - Static variable in class nxt.ShufflingTransaction
-
- SHUFFLING_DEPOSIT_NQT - Static variable in class nxt.Constants
-
- SHUFFLING_PROCESSING - Static variable in class nxt.ShufflingTransaction
-
- SHUFFLING_PROCESSING_DEADLINE - Static variable in class nxt.Constants
-
- SHUFFLING_RECIPIENTS - Static variable in class nxt.ShufflingTransaction
-
- SHUFFLING_REGISTRATION - Static variable in class nxt.ShufflingTransaction
-
- SHUFFLING_VERIFICATION - Static variable in class nxt.ShufflingTransaction
-
- 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.http.MetisServers
-
- Shutdown - Class in nxt.http
-
- 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
-
- shutdownExecutor(String, ExecutorService, int) - Static method in class nxt.util.ThreadPool
-
- sign(byte[], String) - Static method in class nxt.crypto.Crypto
-
- 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
-
- startClient(URI) - Method in class nxt.peer.MetisWebSocket
-
Start a client session
- 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
-
- 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
-
- 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(String) - Static method in class nxt.Generator
-
- stopForging() - 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 - Class in nxt.http
-
- stopShuffler(long, byte[]) - Static method in class nxt.Shuffler
-
- 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
- SUBTYPE_DATA_FS_BINARY - Static variable in class nxt.TransactionType
-
- SUBTYPE_DATA_FS_METADATA - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_ACCOUNT_INFO - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_ACCOUNT_PROPERTY - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_ACCOUNT_PROPERTY_DELETE - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_ALIAS_ASSIGNMENT - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_ALIAS_BUY - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_ALIAS_DELETE - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_ALIAS_SELL - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_ARBITRARY_MESSAGE - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_HUB_ANNOUNCEMENT - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_METIS_ACCOUNT_INFO - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_METIS_ARBITRARY_MESSAGE - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_METIS_CHANNEL_INVITATION - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_METIS_CHANNEL_MEMBER - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_PHASING_VOTE_CASTING - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_POLL_CREATION - Static variable in class nxt.TransactionType
-
- SUBTYPE_MESSAGING_VOTE_CASTING - Static variable in class nxt.TransactionType
-
- SystemTrayDataProvider - Class in nxt.env
-
- SystemTrayDataProvider(String, URI, File) - Constructor for class nxt.env.SystemTrayDataProvider
-