Questions tagged [hotswap]

"Hotswap" or "Hotswapping" refers to dynamically replacing a class implementation during the runtime of an application.

246 questions
0
votes
1 answer

Data in cache hot swap

I have some data selected from database and cached in memory.I use them quite frequently.But sometimes I need to update this data,and I don't want to stop the server.Is there any available solutions for this?
0
votes
1 answer

How to inherit/replace a java final class?

I'm making a tool to perform several checks in runtime (this is going to be runned in the CI server) and one of the things that I need it's too change implementations of some classes to give the data that I need (basically, I need to know when some…
rnunes
  • 2,785
  • 7
  • 28
  • 56
0
votes
1 answer

Hot swap render method from Slick2D

I'm trying to do code hot swapping in Eclipse using the Slick2D framework. The problem is that I cannot do it inside BasicGame#render(GameContainer gc, Graphics g), although I can do it in BasicGame#update(GameContainer gc). What could the problem…
Gonzalo
  • 3,674
  • 2
  • 26
  • 28
0
votes
1 answer

Rails - Hot Swap Tables

I'm getting daily dumps for a table(lets stay students table) from an external source. In order to reduce downtime while the table is being truncated and updated with the new data, I'm planning to maintain two copies of this table(students_1 and…
rdsoze
  • 1,768
  • 1
  • 15
  • 25
0
votes
2 answers

How to enable java code hotswapping in Eclipse

I've been trying to play around with hotswapping Java code in Eclipse, but I have no idea what the limitations and rules of hotswapping Java code in Eclipse are, so my efforts frequently fail. If anyone could offer a relatively detailed explanation…
pipsqueaker117
  • 2,280
  • 9
  • 35
  • 47
-4
votes
1 answer

Does delve support hot swapping of changes or some variant?

Delve is an amazing debugger. Does delve support hot swapping of changes or something similar like the java jvm? It takes me a lot of time to copy my code into docker's build vm, then build all the files, then build & deploy dlv, then copy all the…
user674669
  • 10,681
  • 15
  • 72
  • 105
1 2 3
16
17